import { Card, CardContent } from "@/components/ui/card"; import { AlertCircle } from "lucide-react"; export default function NotFound() { return (

404 Page Not Found

Did you forget to add the page to the router?

); }