From a810e1b2ba205dc902654eb759bc48d4eb000ddd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 10:12:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91a881c..83b0e1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} kpis={[ { value: "25+ ", label: "Projects Delivered" }, - { value: "", label: "" }, + { value: "100%", label: "Focused on Client Needs" }, { value: "98%", label: "Client Satisfaction" } ]} enableKpiAnimation={true} @@ -260,4 +260,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1