Minimalist 404 page featuring large masked typography and clear navigation actions.
Loading preview...
import { NotFound } from "@/components/ui/not-found-2"; export default function DemoOne() { return <NotFound />; }