Update src/app/page.tsx

This commit is contained in:
2026-03-12 12:17:29 +00:00
parent eed38b24ef
commit ad0fb5cc09

View File

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