import { Metadata } from 'next'; import Link from 'next/link'; import React from 'react'; export const metadata: Metadata = { title: 'Error 404', }; const NotFound = () => { return (
The page you requested was not found!