Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-06 19:23:34 +00:00

View File

@@ -49,6 +49,7 @@ export default function LandscapingPage() {
tagIcon={Leaf}
title="Transform Your Outdoor Space"
description="Professional landscaping design, installation, and maintenance services. From lush gardens to stunning hardscapes, we bring your vision to life."
background={{ variant: "plain" }}
buttons={[
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Our Services", href: "#services" },
@@ -62,13 +63,11 @@ export default function LandscapingPage() {
<TestimonialAboutCard
tag="About GreenScape"
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."
description="James Carter, Lead Designer"
subdescription="Founded in 2010"
icon={TreePine}
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/about-video.mp4"
mediaAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/about-video.mp4"
useInvertedBackground={false}
/>
</div>
@@ -79,7 +78,6 @@ export default function LandscapingPage() {
tagIcon={Leaf}
title="What We Do"
description="From design to maintenance, we handle every aspect of your landscape."
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
@@ -161,7 +159,6 @@ export default function LandscapingPage() {
title="Get Your Free Estimate"
description="Tell us about your project and we'll get back to you within 24 hours."
useInvertedBackground={false}
mediaAnimation="none"
buttonText="Send Message"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
@@ -179,6 +176,7 @@ export default function LandscapingPage() {
{ title: "Company", items: [{ label: "About", href: "#about" }] },
]}
bottomLeftText="© 2026 GreenScape"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>