import { NextSeo } from "next-seo"; import Nav from "./Nav"; export default function Layout({ children, title, }: { children; title?: string; }) { return ( <> {title && }