import cn from "classnames"; import Link from "next/link"; type Props = { title: string; src: string; slug?: string; }; const CoverImage = ({ title, src, slug }: Props) => { const image = ( ); return (