Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 04:40:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -166,7 +166,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Ready for a Lawn You'll Love?"
ctaDescription="Get your free quote today and let's transform your outdoor space into something extraordinary."
ctaDescription="Get a free quote in minutes—no obligation."
ctaButton={{ text: "Get Your Free Quote", href: "tel:(806) 555-0123" }}
ctaIcon={Leaf}
faqs={[
@@ -199,4 +199,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}