Components
The colorful blobs should be rotating smoothly with their beautiful gradient colors and screen blend mode effects.
Loading preview...
import { AnimatedBlobs } from "@/components/ui/blobs";
export default function DemoOne() {
return <AnimatedBlobs />;
}