import { cn } from "@/lib/utils"; type Props = { className?: string; }; /** * Curvy contour lines extending from white pattern sections into the green band below. */ export function TopoCurvyExtend({ className }: Props) { return (