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