7 Commits

Author SHA1 Message Date
bb1ac125c8 Update src/app/page.tsx 2026-05-30 05:07:08 +00:00
89ae15a7a7 Update src/app/contact/page.tsx 2026-05-30 05:07:07 +00:00
a9a6d429bc Merge version_8 into main
Merge version_8 into main
2026-05-30 04:51:29 +00:00
64ffb23daa Update src/app/page.tsx 2026-05-30 04:51:26 +00:00
07a0acfd8e Merge version_8 into main
Merge version_8 into main
2026-05-30 04:50:50 +00:00
42a96ad0ee Update src/app/page.tsx 2026-05-30 04:50:47 +00:00
cab6ead88e Update src/app/contact/page.tsx 2026-05-30 04:50:46 +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 Us Today", href: "tel:+16306616168"
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 Us Today", href: "tel:+16306616168"},
text: "Call Us Now", href: "tel:630-661-6168"},
]}
/>
</div>