import GoBack from "@/GoBack"; import type { NextPage } from "next"; import Head from "next/head"; const PageLayout: NextPage = ({ children }) => { return (