Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 57faf54581 | |||
| 8cbadb075d | |||
| 9bf597cf64 | |||
| 1548821efc | |||
| 898d450458 |
@@ -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="GreenScape"
|
brandName="LushLawn"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -48,7 +48,7 @@ export default function LandscapingPage() {
|
|||||||
tag="Professional Landscaping"
|
tag="Professional Landscaping"
|
||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
title="Transform Your Outdoor Space"
|
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."
|
description="Professional landscaping design, installation, and maintenance services. Serving the community with passion and precision."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Free Estimate", href: "#contact" },
|
{ text: "Get Free Estimate", href: "#contact" },
|
||||||
{ text: "Our Services", href: "#services" },
|
{ text: "Our Services", href: "#services" },
|
||||||
@@ -60,10 +60,10 @@ export default function LandscapingPage() {
|
|||||||
textPosition="top"
|
textPosition="top"
|
||||||
testimonials={[
|
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."},
|
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."},
|
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 GreenScape"
|
tag="About LushLawn"
|
||||||
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,8 +109,8 @@ 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 GreenScape"
|
title="Why Choose LushLawn"
|
||||||
description="What sets us apart from the rest."
|
description="Professional, reliable, and dedicated to creating beautiful environments."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -130,7 +130,7 @@ export default function LandscapingPage() {
|
|||||||
<TeamCardOne
|
<TeamCardOne
|
||||||
tag="Our Team"
|
tag="Our Team"
|
||||||
title="Meet the Experts"
|
title="Meet the Experts"
|
||||||
description="The skilled professionals behind every beautiful landscape."
|
description="The skilled professionals dedicated to every landscape project."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -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 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" }]}
|
buttons={[{ text: "Contact Now", href: "#contact" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
@@ -172,21 +172,19 @@ export default function LandscapingPage() {
|
|||||||
<FaqDouble
|
<FaqDouble
|
||||||
tag="FAQ"
|
tag="FAQ"
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Everything you need to know about our landscaping services. Visit us for more detailed information."
|
description="Learn more about our professional services and process."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1", title: "What are your business hours?", content: "We are open Monday through Friday, 8:00 AM to 6:00 PM, and Saturday from 9:00 AM to 3:00 PM. We are closed on Sundays."},
|
id: "1", title: "How long does a typical landscaping project take?", content: "Most residential projects take 1-3 weeks depending on scope. We'll provide a detailed timeline during your consultation."},
|
||||||
{
|
{
|
||||||
id: "2", title: "How long does a typical landscaping project take?", content: "Most residential projects take 1-3 weeks depending on scope. We'll provide a detailed timeline during your consultation."},
|
id: "2", title: "Do you offer free consultations?", content: "Yes! We offer complimentary on-site consultations to assess your property and provide a detailed estimate."},
|
||||||
{
|
{
|
||||||
id: "3", title: "Do you offer free consultations?", content: "Yes! We offer complimentary on-site consultations to assess your property and provide a detailed estimate — no obligation."},
|
id: "3", title: "What areas do you serve?", content: "We serve the local metropolitan area and surrounding suburbs within a 50-mile radius. Contact us to confirm."},
|
||||||
{
|
{
|
||||||
id: "4", title: "What areas do you serve?", content: "We serve the greater Los Angeles area within a 50-mile radius of our main office. Contact us to confirm availability in your specific neighborhood."},
|
id: "4", title: "Do you provide ongoing maintenance?", content: "Absolutely. We offer weekly, bi-weekly, and monthly maintenance plans tailored to your needs."},
|
||||||
{
|
|
||||||
id: "5", title: "Are your practices eco-friendly?", content: "Yes, sustainability is core to our approach, utilizing native plants, organic fertilizers, and smart, water-conserving irrigation systems."},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -205,8 +203,8 @@ export default function LandscapingPage() {
|
|||||||
<div className="absolute inset-0 bg-foreground/70" />
|
<div className="absolute inset-0 bg-foreground/70" />
|
||||||
</div>
|
</div>
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Contact Us"
|
title="Get Your Free Estimate"
|
||||||
description="Visit our headquarters in Los Angeles or send us a message below. We are available during business hours to discuss your project needs."
|
description="Reach out to us and let's start planning your dream landscape today."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
@@ -236,21 +234,22 @@ export default function LandscapingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Office Hours", items: [
|
title: "Company", items: [
|
||||||
{ label: "Mon-Fri: 8am - 6pm" },
|
{ label: "About", href: "#about" },
|
||||||
{ label: "Sat: 9am - 3pm" },
|
{ label: "Team", href: "#team" },
|
||||||
{ label: "Sun: Closed" },
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
|
{ label: "FAQ", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "(555) 123-4567", href: "tel:5551234567" },
|
{ 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: "123 Green Lane, Los Angeles, CA 90001" },
|
{ label: "Los Angeles, CA" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2026 GreenScape Landscaping"
|
bottomLeftText="© 2026 LushLawn Landscaping"
|
||||||
bottomRightText="All rights reserved"
|
bottomRightText="All rights reserved"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user