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