Update src/app/page.tsx

This commit is contained in:
2026-03-12 12:18:26 +00:00
parent ad0fb5cc09
commit 12329cf7b6

View File

@@ -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}