import { MAIN_WHITE_PATTERN_SRC } from "@/content/topo-patterns"; import { cn } from "@/lib/utils"; type Props = { className?: string; }; /** White topography pattern anchored to the bottom of the green footer only. */ export function FooterTopoPattern({ className }: Props) { return (