Components
Animated 404 not found page with a subtly moving icon, customizable copy, and reduced-motion support.
Loading preview...
import { NotFoundPage } from "@/components/ui/not-found-page";
export default function Default() {
return (
<div className="flex min-h-[60svh] w-full items-center justify-center">
<NotFoundPage />
</div>
);
}