Animated floating gradient background with soft blurred color blobs that drift and scale behind centered content.
import { FloatingGradient } from "@/components/ui/floating-gradient-shadcnui"; export default function Demo() { return ( <div className="w-full p-8"> <FloatingGradient /> </div> ); }