import Head from "next/head"; export default function SiteLayout({ children }) { return ( <> nirvana {/* Google Fonts */}
{children}
); }