import Link from "next/link"; import Window from "@/components/window"; import GoBackButton from "@/components/go-back-button"; export default function NotFound() { return (

404 — Not Found

The page you're looking for doesn't exist. Check the address or head back home.

Home
); }