Components
The component includes all the stunning visual effects like animated particles, rotating spotlights, and the gold mode toggle functionality,
Loading preview...
import { ParticleHero } from "@/components/ui/particle-hero";
export default function DemoOne() {
return <ParticleHero />;
}