/** * TODO: Dynamically get the title * TODO: NextJS recommended pattern for SEO */ export const CustomHead = ({ title }: { title?: string }) => { return (