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