Components
Loading preview...
Minimal 404 error page with bold typography, subtle borders, and clear navigation actions.
npx shadcn@latest add https://21st.dev/r/sshahaider/not-found-page-1import { NotFoundPage } from "@/components/ui/not-found-page";
export default function DemoOne() {
return <NotFoundPage />;
}