Interactive Ripple Background
Loading preview...
import { RippleBackground } from "@/components/ui/interactive-ripple-background"; export default function DemoOne() { return <RippleBackground />; }