src/components/card-2.tsximport Link from 'next/link'import { Heading } from '@/components/heading'export interface CardLink2Data {name: stringdescription: stringhref: stringicon: string}interface Card2Props {name: stringdescription: stringhref: stringicon: stringbackgroundClass?: string}export function Card2({name,
Showing the first 20 lines.
Get full code