10 Commits

Author SHA1 Message Date
5479753135 Update src/app/page.tsx 2026-03-28 07:44:38 +00:00
e12c8b9554 Merge version_3 into main
Merge version_3 into main
2026-03-28 07:43:34 +00:00
ce430c0f4e Update src/app/page.tsx 2026-03-28 07:43:28 +00:00
cd9121438e Merge version_2 into main
Merge version_2 into main
2026-03-28 07:40:15 +00:00
16b3b2024b Update src/app/page.tsx 2026-03-28 07:40:09 +00:00
d6d61f3753 Merge version_1 into main
Merge version_1 into main
2026-03-28 07:34:51 +00:00
fdd1703882 Merge version_1 into main
Merge version_1 into main
2026-03-28 07:18:53 +00:00
5a91464803 Merge version_1 into main
Merge version_1 into main
2026-03-28 07:13:39 +00:00
e0c8bf6774 Merge version_1 into main
Merge version_1 into main
2026-03-28 07:13:12 +00:00
b096b9168a Merge version_1 into main
Merge version_1 into main
2026-03-28 07:12:41 +00:00

View File

@@ -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 } from "lucide-react"; import { Phone, Mail } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -48,13 +48,13 @@ export default function LandingPage() {
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "plain"}} variant: "plain"}}
logoText="Your Lawn, Maintained the Right Way" logoText="Professional Lawn & Landscaping for East Valley Homes"
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:4805550199"}, 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"
@@ -135,25 +135,18 @@ 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."}, 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?" 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={{ ctaButton={{
text: "Request a Free Quote", href: "mailto:info@ryanbrothers.com"}} text: "Request a Free Quote", href: "mailto:ryanbrothersaz@gmail.com"}}
ctaIcon={Phone} ctaIcon={Mail}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="Ryan Brothers Lawn & Landscape" logoText="Ryan Brothers Lawn & Landscape"
copyrightText="© 2025 Ryan Brothers Lawn & Landscape | Serving East Valley, AZ" 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>