diff --git a/src/components/sections/MetricsSection.tsx b/src/components/sections/MetricsSection.tsx index d7d11a30..ab94e887 100644 --- a/src/components/sections/MetricsSection.tsx +++ b/src/components/sections/MetricsSection.tsx @@ -24,7 +24,7 @@ const STATS: Stat[] = [ label: "Past & present student volunteers", href: "/students", }, - { value: "100,000+", label: "Accumulated volunteer hours", href: "/join-us" }, + { value: "280,000+", label: "Accumulated volunteer hours", href: "/join-us" }, ]; export function MetricsSection({ className }: { className?: string }) {