import Link from "next/link"; export default function FourOhFour() { return ( <>

404 - Page Not Found

Go back home ); }