From 29494c287d0082dafea5364755208a4154364cec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:56:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index b967d48..a1a2078 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,6 +175,9 @@ export default function LandingPage() { { id: "f2", title: "Do you offer emergency services?", content: "Yes, our team is on call for urgent plumbing emergencies around the clock." }, { id: "f3", title: "Why is late-night maintenance important?", content: "Preventing total failure early stops costly secondary water damage to your foundation." } ]} + buttons={[ + { text: "Book Service Now", href: "#contact" } + ]} title="Need Help? Find Answers." description="Common questions regarding our professional services." faqsAnimation="blur-reveal" -- 2.49.1