Components
Loading preview...
A fully interactive, theme-aware hero section featuring a 3D object woven from thousands of light particles that react to the user's cursor.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/woven-light-heroimport { WovenLightHero } from "@/components/ui/woven-light-hero";
export default function DemoOne() {
return <WovenLightHero />;
}