Components
npx shadcn@latest add https://21st.dev/r/erikvalencia1/interactive-ripple-backgroundLoading preview...
import { RippleBackground } from "@/components/ui/interactive-ripple-background";
export default function DemoOne() {
return <RippleBackground />;
}