import Head from "next/head"; const Page = ({ title, description, children, }: { title: string; description: string; children: JSX.Element[] | JSX.Element; }) => ( <>