Components
Loading preview...
Minimalist 404 page featuring large masked typography and clear navigation actions.
npx shadcn@latest add https://21st.dev/r/sshahaider/not-found-2import { NotFound } from "@/components/ui/not-found-2";
export default function DemoOne() {
return <NotFound />;
}