A fully interactive, theme-aware hero section featuring a 3D object woven from thousands of light particles that react to the user's cursor.
import { WovenLightHero } from "@/components/ui/woven-light-hero"; export default function DemoOne() { return <WovenLightHero />; }