From b6c6b5951f23dd1904c120f91f2a1b877f11588f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 07:48:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f8479e0..1aac090 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { ]} brandName="Ryan Brothers" button={{ - text: "Get Quote", href: "#contact", className: "bg-[#E34400] text-white hover:bg-[#FF7B05] transition-colors" + text: "Get Quote", href: "#contact" }} /> @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Request a Free Quote", href: "#contact"}, { - text: "Call Now", href: "tel:4803279024", className: "bg-[#E34400] text-white hover:bg-[#FF7B05] transition-colors" + text: "Call Now", href: "tel:4803279024" }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683172804-an6fhagl.png" @@ -139,7 +139,7 @@ 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", className: "bg-[#E34400] text-white hover:bg-[#FF7B05] transition-colors" + text: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com" }} ctaIcon={Mail} />