Components
Loading preview...
Animated 404 page with floating gradient orbs, soft motion effects, and clean centered layout.
npx shadcn@latest add https://21st.dev/r/sshahaider/not-found-page-2import { NotFoundPage } from "@/components/ui/not-found-page-2";
export default function DemoOne() {
return <NotFoundPage />;
}