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 +}