Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d340067840 | |||
| a63d6a98e8 | |||
| dd854359fe | |||
| 86520bcc37 | |||
| d6a3b89cd4 | |||
| 48230e768f | |||
| 0a3c5122be | |||
| 0d25b7586c | |||
| c842e0480b | |||
| 5c9f9befc2 | |||
| 1cc7e3b8d0 | |||
| ba0a67a593 | |||
| 508cb62a1c | |||
| ec85936a4a | |||
| 50d6446b7f |
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="GreenSpace Pro"
|
brandName="Greenedge Landscaping"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -184,11 +184,11 @@ export default function LandingPage() {
|
|||||||
id: "3", title: "Do you offer seasonal services?", content:
|
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."},
|
"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:
|
id: "4", title: "What areas do you serve?", content:
|
||||||
"Yes, GreenSpace Pro is fully licensed, insured, and bonded. We maintain all necessary certifications for professional landscaping services."},
|
"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:
|
id: "5", title: "What payment methods do you accept?", content:
|
||||||
"We serve the entire region and surrounding areas. Contact us to confirm service availability for your location."},
|
"We accept E-transfer and Cash. Payment terms can be discussed based on project scope and timeline."},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -210,8 +210,8 @@ export default function LandingPage() {
|
|||||||
id: "2", title: "Do you offer free consultations?", content:
|
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."},
|
"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:
|
id: "3", title: "What areas do you serve?", content:
|
||||||
"We accept all major credit cards, bank transfers, and checks. Payment terms can be discussed based on project scope and timeline."},
|
"We serve London, Ilderton, Komoka, Lucan, Arva, Thorndale, Dorchester, Strathroy and many more areas throughout the region."},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -237,13 +237,6 @@ export default function LandingPage() {
|
|||||||
{ label: "FAQ", href: "faq" },
|
{ label: "FAQ", href: "faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: "Legal", items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
|
||||||
{ label: "Terms of Service", href: "#" },
|
|
||||||
{ label: "License Information", href: "#" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user