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