From e58976f116f0611489c3e046f611f756d8000d07 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:10:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7457bd1..8b05fac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Reviews", id: "reviews" }, ]} brandName="Ryan Brothers" - button={{ text: "Get A Quote", href: "#contact" }} + button={{ text: "Get A Quote", href: "tel:4803279024" }} /> @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="Professional Lawn & Landscaping" description="Ryan Brothers Lawn & Landscape delivers efficient, high-quality lawn care and landscaping for East Valley homeowners who want their property looking sharp—without the hassle." buttons={[ - { text: "Request a Free Quote", href: "#contact" }, + { text: "Request a Free Quote", href: "tel:4803279024" }, { text: "Call Now", href: "tel:4803279024" }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683172804-an6fhagl.png" @@ -110,8 +110,8 @@ 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: "Get A Quote", href: "mailto:ryanbrothersaz@gmail.com" }} - ctaIcon={Mail} + ctaButton={{ text: "Call Now", href: "tel:4803279024" }} + ctaIcon={Phone} /> -- 2.49.1