1 Commits

Author SHA1 Message Date
49bb038cb8 Update src/app/page.tsx 2026-04-07 19:46:38 +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>
);
}
}