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