Animated Blur Blob background
Loading preview...
import { AnimatedBackground } from "@/components/ui/animated-blur-blob-background"; const DemoOne = () => { return ( <AnimatedBackground /> ); }; export { DemoOne };