import Head from "next/head"; import "../styles/globals.scss"; function MyApp({ Component, pageProps }) { return ( <>