src/components/card-1.tsximport Link from 'next/link'import { Heading } from '@/components/heading'import { Image } from '@/components/image'export interface CardLinkData {id: stringtitle: stringimage: stringhref: stringalt: stringwidth?: number | undefinedheight?: number | undefined/** Image size variant to use from metadata - defaults to 'large' */size?: 'small' | 'medium' | 'large' | 'full'}interface Card1Props {id?: stringtitle: stringimage: string
Showing the first 20 lines.
Get full code