Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-07 19:46:41 +00:00

View File

@@ -37,6 +37,7 @@ export default function LandscapingPage() {
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
{ name: "FAQ", id: "faq" },
]}
button={{ text: "Call Now", href: "tel:4124955511" }}
/>
@@ -161,7 +162,7 @@ export default function LandscapingPage() {
<FaqDouble
tag="FAQ"
title="Frequently Asked Questions"
description="Answers to common questions about our services."
description="Answers to common questions about our services. Customers frequently appreciate our transparent scheduling, free estimates, and local coverage area, which ensures we remain responsive to the needs of Evans City homeowners."
textboxLayout="default"
useInvertedBackground={true}
faqsAnimation="slide-up"
@@ -203,4 +204,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}