import { cn } from "@/shared/utils"; interface AnimatedBackgroundProps { className?: string; } /** * Mesh gradient background with floating geometric shapes */ export function AnimatedBackground({ className }: AnimatedBackgroundProps) { return (