diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b6f9749..66f4fbc 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" } ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c12b9b..0613d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}, ]} />