Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8120f49953 | |||
| 514217115e | |||
| 80fde458c9 | |||
| eeb2dfbe67 |
@@ -31,7 +31,7 @@ export default function LandscapingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="LushLawn"
|
brandName="All year around gardening"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -60,10 +60,10 @@ export default function LandscapingPage() {
|
|||||||
textPosition="top"
|
textPosition="top"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Sarah M.", handle: "Homeowner", testimonial: "LushLawn completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5,
|
name: "Sarah M.", handle: "Homeowner", testimonial: "All year around gardening completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Sarah M."},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Sarah M."},
|
||||||
{
|
{
|
||||||
name: "David K.", handle: "Property Manager", testimonial: "We've used LushLawn for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5,
|
name: "David K.", handle: "Property Manager", testimonial: "We've used All year around gardening for all our commercial properties. Their maintenance plans keep everything looking pristine year-round.", rating: 5,
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "David K."},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "David K."},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -71,7 +71,7 @@ export default function LandscapingPage() {
|
|||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
tag="About LushLawn"
|
tag="About All year around gardening"
|
||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="We've been transforming outdoor spaces for over 15 years — delivering designs that homeowners love and landscapes that last."
|
title="We've been transforming outdoor spaces for over 15 years — delivering designs that homeowners love and landscapes that last."
|
||||||
@@ -109,7 +109,7 @@ export default function LandscapingPage() {
|
|||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<TeamCardSix
|
<TeamCardSix
|
||||||
title="Why Choose LushLawn"
|
title="Why Choose All year around gardening"
|
||||||
description="Professional, reliable, and dedicated to creating beautiful environments."
|
description="Professional, reliable, and dedicated to creating beautiful environments."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -150,7 +150,7 @@ export default function LandscapingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
cardTag="Trusted by Homeowners"
|
cardTag="Trusted by Homeowners"
|
||||||
cardTagIcon={Leaf}
|
cardTagIcon={Leaf}
|
||||||
cardTitle="Over 500 happy clients trust LushLawn to transform and maintain their outdoor spaces."
|
cardTitle="Over 500 happy clients trust All year around gardening to transform and maintain their outdoor spaces."
|
||||||
buttons={[{ text: "Contact Now", href: "#contact" }]}
|
buttons={[{ text: "Contact Now", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
@@ -244,12 +244,12 @@ export default function LandscapingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "(555) 123-4567", href: "tel:5551234567" },
|
{ label: "(555) 123-4567", href: "tel:5551234567" },
|
||||||
{ label: "hello@lushlawn.com", href: "mailto:hello@lushlawn.com" },
|
{ label: "hello@allyeararoundgardening.com", href: "mailto:hello@allyeararoundgardening.com" },
|
||||||
{ label: "Los Angeles, CA" },
|
{ label: "Los Angeles, CA" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2026 LushLawn Landscaping"
|
bottomLeftText="© 2026 All year around gardening"
|
||||||
bottomRightText="All rights reserved"
|
bottomRightText="All rights reserved"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user