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.
import NeuralSynapseHero from "@/components/ui/neurons-hero"; export default function DemoOne() { return <main className="App bg-black"> <NeuralSynapseHero /> </main> }