7 Commits

Author SHA1 Message Date
80fde458c9 Update src/app/page.tsx 2026-04-28 18:20:44 +00:00
eeb2dfbe67 Merge version_4 into main
Merge version_4 into main
2026-04-28 18:16:19 +00:00
57faf54581 Update src/app/page.tsx 2026-04-28 18:16:15 +00:00
8cbadb075d Update src/app/page.tsx 2026-04-28 18:06:29 +00:00
9bf597cf64 Update src/app/page.tsx 2026-04-28 18:04:29 +00:00
1548821efc Merge version_2 into main
Merge version_2 into main
2026-04-28 18:03:14 +00:00
898d450458 Merge version_2 into main
Merge version_2 into main
2026-04-28 18:02:50 +00:00

View File

@@ -31,7 +31,7 @@ export default function LandscapingPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="GreenScape"
brandName="All year around gardening"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -48,7 +48,7 @@ export default function LandscapingPage() {
tag="Professional Landscaping"
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."
description="Professional landscaping design, installation, and maintenance services. Serving the community with passion and precision."
buttons={[
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Our Services", href: "#services" },
@@ -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,8 +109,8 @@ export default function LandscapingPage() {
<div id="why-us" data-section="why-us">
<TeamCardSix
title="Why Choose GreenScape"
description="What sets us apart from the rest."
title="Why Choose LushLawn"
description="Professional, reliable, and dedicated to creating beautiful environments."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
@@ -130,7 +130,7 @@ export default function LandscapingPage() {
<TeamCardOne
tag="Our Team"
title="Meet the Experts"
description="The skilled professionals behind every beautiful landscape."
description="The skilled professionals dedicated to every landscape project."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
@@ -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"
@@ -172,21 +172,19 @@ export default function LandscapingPage() {
<FaqDouble
tag="FAQ"
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"
useInvertedBackground={false}
faqsAnimation="slide-up"
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: "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."},
id: "4", title: "Do you provide ongoing maintenance?", content: "Absolutely. We offer weekly, bi-weekly, and monthly maintenance plans tailored to your needs."},
]}
/>
</div>
@@ -205,8 +203,8 @@ export default function LandscapingPage() {
<div className="absolute inset-0 bg-foreground/70" />
</div>
<ContactSplitForm
title="Contact Us"
description="Visit our headquarters in Los Angeles or send us a message below. We are available during business hours to discuss your project needs."
title="Get Your Free Estimate"
description="Reach out to us and let's start planning your dream landscape today."
useInvertedBackground={false}
mediaAnimation="none"
buttonText="Send Message"
@@ -236,21 +234,22 @@ export default function LandscapingPage() {
],
},
{
title: "Office Hours", items: [
{ label: "Mon-Fri: 8am - 6pm" },
{ label: "Sat: 9am - 3pm" },
{ label: "Sun: Closed" },
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
],
},
{
title: "Contact", items: [
{ label: "(555) 123-4567", href: "tel:5551234567" },
{ label: "hello@greenscape.com", href: "mailto:hello@greenscape.com" },
{ label: "123 Green Lane, Los Angeles, CA 90001" },
{ label: "hello@lushlawn.com", href: "mailto:hello@lushlawn.com" },
{ label: "Los Angeles, CA" },
],
},
]}
bottomLeftText="© 2026 GreenScape Landscaping"
bottomLeftText="© 2026 All year around gardening"
bottomRightText="All rights reserved"
/>
</div>