Animated glowing blob background with hue rotation and subtle grid overlay. Perfect for splash screens, hero sections, or cosmic vibes.
import { Component } from "@/components/ui/blob-background"; export default function DemoOne() { return <Component />; }