import { NextPage } from 'next'; import Head from 'next/head'; const NotFound: NextPage = () => { return ( <>