import Link from "next/link"; export default async function NotFound() { return (

404

Page Not Found

Oops! The page you're looking for doesn't exist.

); }