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

404

Link Not Found

The link you're looking for doesn't exist or has expired.

Go Home
) }