diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bc3790..a43556e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,9 +160,9 @@ export default function LandingPage() { } ]} kpiItems={[ - { icon: Users, title: "Active Members", value: "500+" }, - { icon: Trophy, title: "Annual Events", value: "24" }, - { icon: MapPin, title: "Fishing Spots", value: "15" } + { title: "Active Members", value: "500+" }, + { title: "Annual Events", value: "24" }, + { title: "Fishing Spots", value: "15" } ]} textboxLayout="default" useInvertedBackground={false}