From d66f8e461a7c750d656add3615eba73dbbba7bb8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 12:29:04 +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 d4c4fea..5a445ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,7 +198,7 @@ export default function LandingPage() { tag="Get Started" tagIcon={Phone} title="Ready to Fix Your Plumbing?" - description="Contact ProFlow Plumbing today for fast, reliable, and professional service. Available 24/7 for all your plumbing needs." + description="Don't wait—30-minute emergency response guaranteed. 24/7 availability for all your plumbing emergencies and scheduled service needs. Contact ProFlow Plumbing today for fast, reliable, and professional service that you can count on whenever you need it." buttons={[ { text: "Call Now: 555-0100", href: "tel:555-0100" }, { text: "Request Quote Online", href: "#" } @@ -243,4 +243,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file