From ccfba3f0338559abf2372a477e9385c65dcb7619 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:26:54 +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 627b498..da688ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,8 +113,8 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" metrics={[ - { id: "1", value: "Same-Day", description: "Service in most areas" }, - { id: "2", value: "Licensed", description: "Fully insured professionals" }, + { id: "1", value: "Same-Day", description: "Service means less downtime" }, + { id: "2", value: "Fully Licensed", description: "& Insured—zero liability for you" }, { id: "3", value: "Guaranteed", description: "Work satisfaction guarantee" }, ]} ariaLabel="Key metrics highlighting our service standards" -- 2.49.1