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