From 12329cf7b6d351487b885178d451d9780f3dba85 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 12 Mar 2026 12:18:26 +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 eea4c43..77b9263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,9 +160,9 @@ export default function LandingPage() { } ]} kpiItems={[ - { icon: Users, value: "500+" }, - { icon: Trophy, value: "24" }, - { icon: MapPin, value: "15" } + { value: "500+" }, + { value: "24" }, + { value: "15" } ]} textboxLayout="default" useInvertedBackground={false}