2 Commits

Author SHA1 Message Date
fea25b038c Update src/app/page.tsx 2026-04-28 18:03:11 +00:00
49b06d1fda Update src/app/page.tsx 2026-04-28 18:02:44 +00:00

View File

@@ -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. Serving the community with passion and precision."
description="Professional landscaping design, installation, and maintenance services. From lush gardens to stunning hardscapes, we bring your vision to life."
buttons={[
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Our Services", href: "#services" },
@@ -110,7 +110,7 @@ export default function LandscapingPage() {
<div id="why-us" data-section="why-us">
<TeamCardSix
title="Why Choose GreenScape"
description="Professional, reliable, and dedicated to creating beautiful environments."
description="What sets us apart from the rest."
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 dedicated to every landscape project."
description="The skilled professionals behind every beautiful landscape."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
@@ -172,19 +172,21 @@ export default function LandscapingPage() {
<FaqDouble
tag="FAQ"
title="Frequently Asked Questions"
description="Learn more about our professional services and process."
description="Everything you need to know about our landscaping services. Visit us for more detailed information."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{
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: "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: "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: "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: "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: "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: "4", title: "Do you provide ongoing maintenance?", content: "Absolutely. We offer weekly, bi-weekly, and monthly maintenance plans tailored to your needs."},
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."},
]}
/>
</div>
@@ -203,8 +205,8 @@ export default function LandscapingPage() {
<div className="absolute inset-0 bg-foreground/70" />
</div>
<ContactSplitForm
title="Get Your Free Estimate"
description="Reach out to us and let's start planning your dream landscape today."
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."
useInvertedBackground={false}
mediaAnimation="none"
buttonText="Send Message"
@@ -234,18 +236,17 @@ export default function LandscapingPage() {
],
},
{
title: "Company", items: [
{ label: "About", href: "#about" },
{ label: "Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQ", href: "#faq" },
title: "Office Hours", items: [
{ label: "Mon-Fri: 8am - 6pm" },
{ label: "Sat: 9am - 3pm" },
{ label: "Sun: Closed" },
],
},
{
title: "Contact", items: [
{ label: "(555) 123-4567", href: "tel:5551234567" },
{ label: "hello@greenscape.com", href: "mailto:hello@greenscape.com" },
{ label: "Los Angeles, CA" },
{ label: "123 Green Lane, Los Angeles, CA 90001" },
],
},
]}
@@ -256,4 +257,4 @@ export default function LandscapingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}