From cc2ef48a273f71d453dc8a098410fc5f4726c128 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 07:54:23 +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 bf4274a..ad1afec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,9 +139,9 @@ export default function LandingPage() { ctaTitle="Ready for a perfect lawn?" ctaDescription="Let Ryan Brothers handle the work—so your yard always looks its best. Contact us at 480-327-9024 or email ryanbrothersaz@gmail.com." ctaButton={{ - text: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com" + text: "Call Now", href: "tel:4803279024" }} - ctaIcon={Mail} + ctaIcon={Phone} /> -- 2.49.1