Components
Loading preview...
A stunning dark-themed 404 page featuring an interactive fan and a framer-motion ripple effect.
@jahirul07
npx shadcn@latest add https://21st.dev/r/jahirulislamrayhan07/animated-404-pageimport { Component } from "@/components/ui/animated-404-page";
export default function DemoOne() {
return <Component />;
}