Components
A playful orbit of colorful, blurred gradient balls that endlessly swirl in perfect harmony. Built with Framer Motion for smooth, hypnotic rotations and easy customization.
Loading preview...
import { GradientBalls } from "@/components/ui/gradient-balls";
export default function DefaultDemo() {
return (
<div className="relative min-h-screen w-full flex items-center justify-center">
<GradientBalls />
</div>
);
}