From c3de13b2fa4bdcf5b09b96ff2c26871581f44c77 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:17: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 cd8bdb3..203235a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,11 +126,11 @@ export default function LandingPage() { ]} kpiItems={[ { - value: "50+", title: "In Business", subtitle: "Trusted local presence"}, + value: "50+", subtitle: "Trusted local presence"}, { - value: "1000+", title: "Completed", subtitle: "Extensive experience"}, + value: "1000+", subtitle: "Extensive experience"}, { - value: "99%", title: "Rate", subtitle: "Dedicated to excellence"}, + value: "99%", subtitle: "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