From 6c115ae89dbaa4e19891e67754babb61334acb8d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 15:23:19 +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 03cbfde..d0af02d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,11 +185,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "99%", description: "Satisfaction"}, + value: "99%"}, { - value: "2x", description: "Productivity"}, + value: "2x"}, { - value: "50%", description: "Cost Savings"}, + value: "50%"}, ]} title="What Our Clients Say" description="Hear from satisfied customers who have experienced the transformative power of our software solutions." -- 2.49.1