Reusable animated bg component
npx shadcn@latest add https://21st.dev/r/avanishverma4/animated-background
Loading preview...
import Component from "@/components/ui/animated-background"; export default function AuroraDemo() { return <Component />; }