Update src/app/page.tsx
This commit is contained in:
@@ -160,9 +160,9 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{ icon: Users, title: "Active Members", value: "500+" },
|
{ title: "Active Members", value: "500+" },
|
||||||
{ icon: Trophy, title: "Annual Events", value: "24" },
|
{ title: "Annual Events", value: "24" },
|
||||||
{ icon: MapPin, title: "Fishing Spots", value: "15" }
|
{ title: "Fishing Spots", value: "15" }
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user