Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-28 18:16:19 +00:00

View File

@@ -31,7 +31,7 @@ export default function LandscapingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="GreenScape"
brandName="LushLawn"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -60,10 +60,10 @@ export default function LandscapingPage() {
textPosition="top"
testimonials={[
{
name: "Sarah M.", handle: "Homeowner", testimonial: "GreenScape completely transformed our backyard. The team was professional, creative, and delivered beyond our expectations.", rating: 5,
name: "Sarah M.", handle: "Homeowner", testimonial: "LushLawn 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."},
{
name: "David K.", handle: "Property Manager", testimonial: "We've used GreenScape 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 LushLawn 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."},
]}
/>
@@ -71,7 +71,7 @@ export default function LandscapingPage() {
<div id="about" data-section="about">
<TestimonialAboutCard
tag="About GreenScape"
tag="About LushLawn"
tagIcon={Leaf}
tagAnimation="slide-up"
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">
<TeamCardSix
title="Why Choose GreenScape"
title="Why Choose LushLawn"
description="Professional, reliable, and dedicated to creating beautiful environments."
textboxLayout="default"
useInvertedBackground={false}
@@ -150,7 +150,7 @@ export default function LandscapingPage() {
<TestimonialCardTwelve
cardTag="Trusted by Homeowners"
cardTagIcon={Leaf}
cardTitle="Over 500 happy clients trust GreenScape to transform and maintain their outdoor spaces."
cardTitle="Over 500 happy clients trust LushLawn to transform and maintain their outdoor spaces."
buttons={[{ text: "Contact Now", href: "#contact" }]}
buttonAnimation="slide-up"
cardAnimation="slide-up"
@@ -244,16 +244,16 @@ export default function LandscapingPage() {
{
title: "Contact", items: [
{ label: "(555) 123-4567", href: "tel:5551234567" },
{ label: "hello@greenscape.com", href: "mailto:hello@greenscape.com" },
{ label: "hello@lushlawn.com", href: "mailto:hello@lushlawn.com" },
{ label: "Los Angeles, CA" },
],
},
]}
bottomLeftText="© 2026 GreenScape Landscaping"
bottomLeftText="© 2026 LushLawn Landscaping"
bottomRightText="All rights reserved"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}