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