Merge version_10 into main

Merge version_10 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-05-30 05:07:11 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ export default function ContactPage() {
text="Ready to Transform Your Landscape? Contact Us!"
buttons={[
{
text: "Call for a Free Consultation", href: "tel:630-661-6168"
text: "Call Us Now", href: "tel:630-661-6168"
}
]}
/>

View File

@@ -242,7 +242,7 @@ export default function LandingPage() {
text="Ready to Transform Your Landscape?"
buttons={[
{
text: "Call for a Free Consultation", href: "tel:630-661-6168"},
text: "Call Us Now", href: "tel:630-661-6168"},
]}
/>
</div>