A reusable component for the interactive background with neon colors.
Loading preview...
import Component from "@/components/ui/interactive-background"; export default function DemoOne() { return <Component />; }