import Head from 'next/head'; interface CustomHeadProps { title: string; } const CustomHead = ({ title }: CustomHeadProps) => { return (