From e300a56dba5c71473e0ec512fc76c553e1bc2d0d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:59:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4a0808..4fc2f92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,8 +178,8 @@ export default function LandingPage() { title="Ready for a Lawn You're Proud Of?" description="Don't let your property fall behind. Get a free quote today and see why homeowners across Orangeville trust Grass Groomer for their landscaping needs. Spots fill quickly during peak season." buttons={[ - { text: "📞 Call Now", href: "tel:+1-519-000-0000" }, - { text: "Request Free Quote", href: "#contact" } + { text: "Request Free Quote", href: "#contact" }, + { text: "📞 Call Now", href: "tel:+1-519-000-0000" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}