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

Not Found

The page you are looking for was not found.

); }