Update src/app/page.tsx

This commit is contained in:
2026-03-28 07:48:24 +00:00
parent a8d59ca2fe
commit f8aec4639f

View File

@@ -40,7 +40,8 @@ export default function LandingPage() {
]}
brandName="Ryan Brothers"
button={{
text: "Get Quote", href: "#contact"}}
text: "Get Quote", href: "#contact", className: "bg-[#E34400] text-white hover:bg-[#FF7B05] transition-colors"
}}
/>
</div>
@@ -54,7 +55,8 @@ export default function LandingPage() {
{
text: "Request a Free Quote", href: "#contact"},
{
text: "Call Now", href: "tel:4803279024"},
text: "Call Now", href: "tel:4803279024", className: "bg-[#E34400] text-white hover:bg-[#FF7B05] transition-colors"
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683172804-an6fhagl.png"
imageAlt="Professional lawn service"
@@ -137,7 +139,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: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com"}}
text: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com", className: "bg-[#E34400] text-white hover:bg-[#FF7B05] transition-colors"
}}
ctaIcon={Mail}
/>
</div>