Update src/app/page.tsx

This commit is contained in:
2026-03-09 21:39:08 +00:00
parent dd854359fe
commit a63d6a98e8

View File

@@ -184,11 +184,11 @@ export default function LandingPage() {
id: "3", title: "Do you offer seasonal services?", content:
"Yes, we offer seasonal landscaping services including spring cleanup, summer maintenance, fall preparation, and winter services as needed."},
{
id: "4", title: "Are you licensed and insured?", content:
"Yes, GreenSpace Pro is fully licensed, insured, and bonded. We maintain all necessary certifications for professional landscaping services."},
id: "4", title: "What areas do you serve?", content:
"We serve London, Ilderton, Komoka, Lucan, Arva, Thorndale, Dorchester, Strathroy and many more areas. Contact us to confirm service availability for your location."},
{
id: "5", title: "What areas do you serve?", content:
"We serve the entire region and surrounding areas. Contact us to confirm service availability for your location."},
id: "5", title: "What payment methods do you accept?", content:
"We accept E-transfer and Cash. Payment terms can be discussed based on project scope and timeline."},
]}
/>
</div>
@@ -210,8 +210,8 @@ export default function LandingPage() {
id: "2", title: "Do you offer free consultations?", content:
"Yes! We offer free initial consultations for all projects. Our team will visit your property, discuss your vision, and provide professional recommendations."},
{
id: "3", title: "What payment methods do you accept?", content:
"We accept all major credit cards, bank transfers, and checks. Payment terms can be discussed based on project scope and timeline."},
id: "3", title: "What areas do you serve?", content:
"We serve London, Ilderton, Komoka, Lucan, Arva, Thorndale, Dorchester, Strathroy and many more areas throughout the region."},
]}
/>
</div>
@@ -237,13 +237,6 @@ export default function LandingPage() {
{ label: "FAQ", href: "faq" },
],
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "License Information", href: "#" },
],
},
]}
/>
</div>