diff --git a/src/components/home/StatsSection.tsx b/src/components/home/StatsSection.tsx index e6d0f13a..5e16293f 100644 --- a/src/components/home/StatsSection.tsx +++ b/src/components/home/StatsSection.tsx @@ -55,46 +55,75 @@ export function StatsSection() { }, []); return ( -
+
-
-

Our Impact

-

+ {/* Header Section */} +

+ + Our Impact + + A snapshot of our growing community and contributions. -

+
+ + {/* Stats Grid */} {error ? (
Unable to fetch data. Please try again later.
) : ( -
+
{stats.map((stat, index) => ( + {/* Icon */} - + + {/* Stat Value */} {stat.value} -

{stat.label}

+ {/* Stat Label */} +

+ {stat.label} +

))}