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