Components
Loading preview...
It features an interactive visualization of a neural network. As you move your mouse, the neurons near your cursor "fire," sending pulses of light along their connections, creating a beautiful and complex ripple effect through the network.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/neurons-heroimport NeuralSynapseHero from "@/components/ui/neurons-hero";
export default function DemoOne() {
return <main className="App bg-black">
<NeuralSynapseHero />
</main>
}