Update src/app/page.tsx

This commit is contained in:
2026-03-12 12:19:21 +00:00
parent 12329cf7b6
commit 75c84525df

View File

@@ -160,9 +160,9 @@ export default function LandingPage() {
}
]}
kpiItems={[
{ value: "500+" },
{ value: "24" },
{ value: "15" }
{ value: "500+", label: "Active Members" },
{ value: "24", label: "Annual Events" },
{ value: "15", label: "Fishing Spots" }
]}
textboxLayout="default"
useInvertedBackground={false}