import Head from "next/head"; export const PageTitle = ({ title }: { title: string }) => { return ( {title} ); };