From 9eb22d231cfcfaacee5a211c9ae24b77f03fa0b6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 19:04:39 +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 7a0fc79..4d3d39d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,13 +169,13 @@ export default function LandingPage() { ]} kpiItems={[ { - description: "Client Satisfaction", subtitle: "Rated 5 stars", category: "Customer", value: "99%" + subtitle: "Rated 5 stars", category: "Customer", value: "99%" }, { - description: "Project Completion", subtitle: "On Time", category: "Efficiency", value: "100%" + subtitle: "On Time", category: "Efficiency", value: "100%" }, { - description: "Revenue Growth", subtitle: "For our clients", category: "Impact", value: "+40%" + subtitle: "For our clients", category: "Impact", value: "+40%" } ]} title="What Our Clients Say" -- 2.49.1