Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 005368510c | |||
| b6c6b5951f | |||
| f8aec4639f | |||
| a8d59ca2fe | |||
| 5479753135 | |||
| e12c8b9554 | |||
| ce430c0f4e | |||
| cd9121438e | |||
| 16b3b2024b | |||
| d6d61f3753 | |||
| fdd1703882 | |||
| 5a91464803 | |||
| e0c8bf6774 | |||
| b096b9168a |
@@ -9,7 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Facebook, Instagram, Phone } from "lucide-react";
|
||||
import { Phone, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -40,7 +40,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
brandName="Ryan Brothers"
|
||||
button={{
|
||||
text: "Get Quote", href: "#contact"}}
|
||||
text: "Get Quote", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,13 +49,14 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call Now", href: "tel:4805550199"},
|
||||
text: "Call Now", href: "tel:4803279024"
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BXDFgC7Q1QH0RYIW8wS68MTMTG/uploaded-1774683172804-an6fhagl.png"
|
||||
imageAlt="Professional lawn service"
|
||||
@@ -135,28 +137,22 @@ export default function LandingPage() {
|
||||
id: "f3", title: "How do I get a quote?", content: "Simply reach out via our contact form or call us directly to get a free, no-obligation quote."},
|
||||
]}
|
||||
ctaTitle="Ready for a perfect lawn?"
|
||||
ctaDescription="Let Ryan Brothers handle the work—so your yard always looks its best."
|
||||
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:info@ryanbrothers.com"}}
|
||||
ctaIcon={Phone}
|
||||
text: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com"
|
||||
}}
|
||||
ctaIcon={Mail}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Ryan Brothers Lawn & Landscape"
|
||||
copyrightText="© 2025 Ryan Brothers Lawn & Landscape | Serving East Valley, AZ"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
]}
|
||||
copyrightText="© 2025 Ryan Brothers Lawn & Landscape | 480-327-9024 | ryanbrothersaz@gmail.com"
|
||||
socialLinks={[]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user