From 5be091fdd3a306a3be4a215b86b4663277f805b7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 19:07:10 +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 6a56df8..c81a0cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,13 +169,13 @@ export default function LandingPage() { ]} kpiItems={[ { - category: "Customer", value: "99%" + value: "99%", description: "Customer" }, { - category: "Efficiency", value: "100%" + value: "100%", description: "Efficiency" }, { - category: "Impact", value: "+40%" + value: "+40%", description: "Impact" } ]} title="What Our Clients Say" -- 2.49.1