Components
Loading preview...
A clean, production-ready 404 / Not Found page for React/Next/Vite projects. Built with Tailwind CSS and Lucide icons, it ships with a floating animated hero, buttery-smooth micro-interactions on buttons, and a one-click theme toggle (light/dark).
npx shadcn@latest add https://21st.dev/r/waleedkibhen/404-page-errorimport { Component } from "@/components/ui/404-page-error";
export default function DemoOne() {
return <Component />;
}