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

500 - Page Not Found

Go back home ); }