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

Not found

The content you are trying to view is not available.

); }