Compare commits

4 Commits

Author SHA1 Message Date
75c84525df Update src/app/page.tsx 2026-03-12 12:19:21 +00:00
12329cf7b6 Update src/app/page.tsx 2026-03-12 12:18:26 +00:00
ad0fb5cc09 Update src/app/page.tsx 2026-03-12 12:17:29 +00:00
eed38b24ef Update src/app/page.tsx 2026-03-12 12:16:36 +00:00

View File

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