Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cc2ef48a27 | |||
| 4d50925df8 | |||
| 5bf5a136dd | |||
| 23801994a4 | |||
| 005368510c | |||
| 7c3099a329 | |||
| b6c6b5951f | |||
| 24e26564c2 | |||
| f8aec4639f | |||
| a8d59ca2fe | |||
| 5479753135 | |||
| e12c8b9554 | |||
| ce430c0f4e | |||
| cd9121438e |
@@ -9,7 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|||||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import { Facebook, Instagram, Phone, Mail } from "lucide-react";
|
import { Phone, Mail } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -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"
|
||||||
@@ -91,11 +93,11 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "m1", value: "50+", description: "Recurring Monthly Clients"},
|
id: "m1", value: "50+", description: "Recurring Monthly Clients"},
|
||||||
{
|
{
|
||||||
id: "m2", value: "Reliable", description: "Consistent Scheduling"},
|
id: "m2", value: "100% On-Time", description: "Consistent Scheduling"},
|
||||||
{
|
{
|
||||||
id: "m3", value: "Fast", description: "Efficient, Detail-Oriented"},
|
id: "m3", value: "24hr Response", description: "Fast, Efficient Service"},
|
||||||
{
|
{
|
||||||
id: "m4", value: "Professional", description: "Respectful Crew"},
|
id: "m4", value: "5-Star Rated", description: "Proven Satisfaction"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -137,8 +139,9 @@ 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: "Call Now", href: "tel:4803279024"
|
||||||
ctaIcon={Mail}
|
}}
|
||||||
|
ctaIcon={Phone}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -146,17 +149,10 @@ export default function LandingPage() {
|
|||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Ryan Brothers Lawn & Landscape"
|
logoText="Ryan Brothers Lawn & Landscape"
|
||||||
copyrightText="© 2025 Ryan Brothers Lawn & Landscape | 480-327-9024 | ryanbrothersaz@gmail.com"
|
copyrightText="© 2025 Ryan Brothers Lawn & Landscape | 480-327-9024 | ryanbrothersaz@gmail.com"
|
||||||
socialLinks={[
|
socialLinks={[]}
|
||||||
{
|
|
||||||
icon: Facebook,
|
|
||||||
href: "#", ariaLabel: "Facebook"},
|
|
||||||
{
|
|
||||||
icon: Instagram,
|
|
||||||
href: "#", ariaLabel: "Instagram"},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user