import cn from "classnames"; import Link from "next/link"; import Image from "next/image"; export default function CoverImage({ title, url, slug, width, height }) { const image = ( ); return (