import { cn } from "@/lib/utils"; type Props = { className?: string; }; /** * Curvy contours from the white section edge, extending downward into the green section. */ export function TopoCurvyExtend({ className }: Props) { return (