8 Commits

Author SHA1 Message Date
005368510c Update src/app/page.tsx 2026-03-28 07:49:57 +00:00
b6c6b5951f Update src/app/page.tsx 2026-03-28 07:48:57 +00:00
f8aec4639f Update src/app/page.tsx 2026-03-28 07:48:24 +00:00
a8d59ca2fe Merge version_4 into main
Merge version_4 into main
2026-03-28 07:44:45 +00:00
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

View File

@@ -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, Mail } 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:4803279024"},
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"
@@ -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"
}}
ctaIcon={Mail}
/>
</div>
@@ -146,17 +149,10 @@ export default function LandingPage() {
<FooterCard
logoText="Ryan Brothers Lawn & Landscape"
copyrightText="© 2025 Ryan Brothers Lawn & Landscape | 480-327-9024 | ryanbrothersaz@gmail.com"
socialLinks={[
{
icon: Facebook,
href: "#", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "#", ariaLabel: "Instagram"},
]}
socialLinks={[]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}