Components
Loading preview...
A responsive 404 error page component featuring a modern gradient background with animated SVG waves, centered error content, and a call-to-action button. The component displays a large "404" heading with a descriptive message and provides navigation back to the home page.
@itsankitverma
npx shadcn@latest add https://21st.dev/r/itsankitverma/error-404-pageimport { NotFound } from "@/components/ui/error-404-page";
export default function DemoOne() {
return <NotFound />;
}