card-1.tsx

src/components/card-1.tsx
import Link from 'next/link'
import { Heading } from '@/components/heading'
import { Image } from '@/components/image'
export interface CardLinkData {
id: string
title: string
image: string
href: string
alt: string
width?: number | undefined
height?: number | undefined
/** Image size variant to use from metadata - defaults to 'large' */
size?: 'small' | 'medium' | 'large' | 'full'
}
interface Card1Props {
id?: string
title: string
image: string

Showing the first 20 lines.

Get full code

Support

Talk to the developers of this project to learn more

We have been building professional websites for big clients for over 15 years. Gallop templates and blocks is our best foundation for SEO websites and web apps.

© 2026 Web Plant Media, LLC