From 3bf20decb66ae7a3a44280f5d250b754e2634ae3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:17:47 +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 203235a..479638c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,11 +126,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "50+", subtitle: "Trusted local presence"}, + value: "50+", description: "Trusted local presence"}, { - value: "1000+", subtitle: "Extensive experience"}, + value: "1000+", description: "Extensive experience"}, { - value: "99%", subtitle: "Dedicated to excellence"}, + value: "99%", description: "Dedicated to excellence"}, ]} title="Reputation that closes the deal before the phone call even starts." description="This review section is styled to support premium pricing and instant trust by emphasizing responsiveness, honesty, clean work, and real technical competence." -- 2.49.1