import Link from "next/link"; const NotFound = () => { return (

404 Page not Found

Please return back to{" "} Home

); }; export default NotFound;