Components
Dark hero section with a cursor-reactive canvas starfield where glowing particles stretch, brighten, and rotate toward the pointer.
Loading preview...
import { InteractiveStarfieldHero } from "@/components/ui/starfield-hero";
export default function StarfieldHeroDemo() {
return (
<div className="w-full p-4">
<InteractiveStarfieldHero />
</div>
);
}