Components
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-heroLoading preview...
import { ParticleHero } from "@/components/ui/particle-hero";
export default function DemoOne() {
return <ParticleHero />;
}