import { cls } from "@/lib/utils"; type FloatingGradientBackgroundProps = { position: "fixed" | "absolute"; }; const FloatingGradientBackground = ({ position }: FloatingGradientBackgroundProps) => { return (