import Footer from "@/components/misc/Footer"; import Link from "next/link"; export default function NotFound() { return ( <> That page couldn't be found Go home > ); }