1 Commits

Author SHA1 Message Date
0e93f1903f Update src/app/page.tsx 2026-04-28 15:38:36 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}