Compare commits

..

2 Commits

Author SHA1 Message Date
50d281d586 Merge version_1 into main
Merge version_1 into main
2026-03-12 12:17:33 +00:00
ad0fb5cc09 Update src/app/page.tsx 2026-03-12 12:17:29 +00:00

View File

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