import { lastYearWinners, lastYearWinnersCopy } from "@/content/last-year-winners"; import { LastYearWinnerMark } from "@/components/home/LastYearWinnerMark"; import { cn } from "@/lib/utils"; type Props = { /** Green stats section vs white hero */ variant?: "on-green" | "on-light"; className?: string; }; export function LastYearWinnersScroll({ variant = "on-green", className }: Props) { const items = [...lastYearWinners, ...lastYearWinners]; const onLight = variant === "on-light"; return (
{lastYearWinnersCopy.eyebrow}
{lastYearWinnersCopy.headline}