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