import Head from "next/head"; const Meta = ({ title, description, }: { title: string; description?: string; }) => { return (