import Link from "next/link"; import { Button } from "@/components/ui/button"; import { Logo } from "@/components/ui/logo"; export default function NotFound() { return (

404 ยท NOT_FOUND

This page could not be fetched.

The URL you requested does not exist on fetcha.co. Check the address or head back home.

); }