Components
Animated 404 page with floating gradient orbs, soft motion effects, and clean centered layout.
Loading preview...
import { NotFoundPage } from "@/components/ui/not-found-page-2";
export default function DemoOne() {
return <NotFoundPage />;
}