import Image from 'next/image' import Link from '@/components/Link' const Card = ({ title, description, imgSrc, href }) => (
{description}