It is a uniquely interactive Particle Background component. It connects the mouse pointer with particles, and on click, it creates more particles
import Component from "@/components/ui/particles-bg"; export default function DemoOne() { return <Component />; }