import React from 'react' import Head from "next/head" import GoTop from './GoTop' const Layout = ({ children }) => { return( <>