From 1101544bd13cf84d47465db2d1a729615069af52 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 12:38:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a445ad..028704e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} tag="Premium Services" + buttons={[ + { text: "Get Emergency Help", href: "#contact" } + ]} + buttonAnimation="slide-up" /> @@ -198,7 +202,7 @@ export default function LandingPage() { tag="Get Started" tagIcon={Phone} title="Ready to Fix Your Plumbing?" - 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." + description="Contact ProFlow Plumbing today for fast, reliable, and professional service. Available 24/7 for all your plumbing needs." buttons={[ { text: "Call Now: 555-0100", href: "tel:555-0100" }, { text: "Request Quote Online", href: "#" } @@ -243,4 +247,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}