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

Page not found

The page you're looking for doesn't exist or may have been moved.

Back home
); }