export default function NotFound() { return ( <div> <h2>404 - Page Not Found</h2> <p>Could not find the requested page.</p> </div> ) }