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