src/components/cover.tsximport { clsx } from 'clsx'import { Image } from '@/components/image'import { Container } from '@/components/container'import { Parallax, type ParallaxSpeed } from '@/components/parallax'interface CoverProps {imageSrc?: stringimageAlt?: stringimageClassName?: stringchildren?: React.ReactNodeoverlayColor?: stringbackgroundColor?: stringheight?: stringclassName?: stringinnerAlign?: 'wide' | 'none' | 'content' | 'full' | 'navbar' | undefinedparallax?: boolean | ParallaxSpeedid?: string}export function Cover({
Showing the first 20 lines.
Get full code