Components
Loading preview...
The component includes all the stunning visual effects like animated particles, rotating spotlights, and the gold mode toggle functionality,
npx shadcn@latest add https://21st.dev/r/designali-in/particle-heroimport { ParticleHero } from "@/components/ui/particle-hero";
export default function DemoOne() {
return <ParticleHero />;
}