This code creates a dynamic, immersive WebGL background featuring a swirling, organic "neuro" effect that reacts to user interaction
import InteractiveNeuralVortex from "@/components/ui/interactive-neural-vortex-background"; const DemoOne = () => { return <InteractiveNeuralVortex />; }; export { DemoOne };