import Head from "next/head"; export default function Custom404() { return ( <> 404

404 - Page Not Found

); }