From 6c6148c135a3f0c78430199907ffaddf10d12553 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 05:33:01 +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 e0d3096..262d330 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Our Impact" - description="Quality service that delivers results for our clients." + description="Quality service that delivers real results and reliability for our local residential clients." metrics={[ { id: "1", icon: CheckCircle, title: "Systems Fixed", value: "2,500+" }, { id: "2", icon: Smile, title: "Happy Clients", value: "1,800+" }, @@ -124,14 +124,14 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1