import Link from "next/link"; import { SlimLayout } from "../components/SlimLayout"; // import { Button } from "../components/Button"; import { Logo } from "../components/shared/Logo"; export default function NotFound() { return (

404

Page not found

Sorry, we couldn’t find the page you’re looking for.

{/* */}
); }