Minimal 404 error page with bold typography, subtle borders, and clear navigation actions.
Loading preview...
import { NotFoundPage } from "@/components/ui/not-found-page"; export default function DemoOne() { return <NotFoundPage />; }