Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 005368510c | |||
| b6c6b5951f | |||
| f8aec4639f | |||
| a8d59ca2fe | |||
| 5479753135 | |||
| e12c8b9554 |
@@ -40,7 +40,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="Ryan Brothers"
|
brandName="Ryan Brothers"
|
||||||
button={{
|
button={{
|
||||||
text: "Get Quote", href: "#contact"}}
|
text: "Get Quote", href: "#contact"
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -48,13 +49,14 @@ export default function LandingPage() {
|
|||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
logoText="Your Lawn, Maintained the Right Way"
|
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."
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Request a Free Quote", href: "#contact"},
|
text: "Request a Free Quote", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "Call Now", 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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683172804-an6fhagl.png"
|
||||||
imageAlt="Professional lawn service"
|
imageAlt="Professional lawn service"
|
||||||
@@ -137,7 +139,8 @@ export default function LandingPage() {
|
|||||||
ctaTitle="Ready for a perfect lawn?"
|
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."
|
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={{
|
ctaButton={{
|
||||||
text: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com"}}
|
text: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com"
|
||||||
|
}}
|
||||||
ctaIcon={Mail}
|
ctaIcon={Mail}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user