From 4477fa38f82db004ba72419fb437deb8a948e1b7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:10:00 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a7081e9..ae4fee5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1413,4 +1413,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From c825d011c6184e11da5dbf7c9d7e8be7e65441bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:10:01 +0000 Subject: [PATCH 2/2] 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 fbc1ff1..e67bd31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -321,7 +321,7 @@ export default function HomePage() { tagIcon={AlertCircle} tagAnimation="slide-up" title="Plumbing Emergency? We're Ready 24/7" - description="Don't let a plumbing problem ruin your day. Call Barry's right now for fast, professional emergency service. Available anytime, anywhere in our service area." + description="Call now for immediate emergency plumbing help—available 24/7 in your area." buttons={[ { text: "☎ Call Now: 1-555-PLUMBER", href: "tel:+1-555-PLUMBER" }, { text: "Request Free Quote", href: "/contact" }, @@ -344,4 +344,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1