Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d340067840 | |||
| a63d6a98e8 | |||
| dd854359fe | |||
| 86520bcc37 | |||
| d6a3b89cd4 | |||
| 48230e768f | |||
| 0a3c5122be | |||
| 0d25b7586c | |||
| c842e0480b | |||
| 5c9f9befc2 | |||
| 1cc7e3b8d0 | |||
| ba0a67a593 | |||
| 508cb62a1c | |||
| ec85936a4a |
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="GreenSpace Pro"
|
||||
brandName="Greenedge Landscaping"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user