From ad0fb5cc092a1e7dd81011546a1e6fdd20719d48 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 12 Mar 2026 12:17:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a43556e..eea4c43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}