From 0e93f1903f3c1b6537e58f0697ecf4b4b6b00b8c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:38:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ca06f0..561687b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,6 +162,7 @@ export default function LandscapingPage() { tag="Help Center" title="Common Questions" description="Helping Boston homeowners make the right choices for their yards." + buttons={[{ text: "Ask Us Anything", href: "#contact" }]} textboxLayout="default" useInvertedBackground={false} faqsAnimation="slide-up" @@ -216,4 +217,4 @@ export default function LandscapingPage() { ); -} \ No newline at end of file +} -- 2.49.1