17 Commits

Author SHA1 Message Date
0cc68b0324 Merge version_6 into main
Merge version_6 into main
2026-03-09 21:42:15 +00:00
d340067840 Update src/app/page.tsx 2026-03-09 21:42:11 +00:00
7a0b04e9df Merge version_6 into main
Merge version_6 into main
2026-03-09 21:39:12 +00:00
a63d6a98e8 Update src/app/page.tsx 2026-03-09 21:39:08 +00:00
dd854359fe Switch to version 1: modified src/app/page.tsx 2026-03-09 21:36:41 +00:00
86520bcc37 Merge version_5 into main
Merge version_5 into main
2026-03-09 21:33:56 +00:00
d6a3b89cd4 Update src/app/page.tsx 2026-03-09 21:33:52 +00:00
48230e768f Merge version_5 into main
Merge version_5 into main
2026-03-09 21:32:38 +00:00
0a3c5122be Update src/app/page.tsx 2026-03-09 21:32:34 +00:00
0d25b7586c Switch to version 1: modified src/app/page.tsx 2026-03-09 21:30:46 +00:00
c842e0480b Switch to version 1: modified src/app/layout.tsx 2026-03-09 21:30:45 +00:00
5c9f9befc2 Merge version_4 into main
Merge version_4 into main
2026-03-09 21:30:42 +00:00
1cc7e3b8d0 Update src/app/page.tsx 2026-03-09 21:30:38 +00:00
ba0a67a593 Update src/app/layout.tsx 2026-03-09 21:30:38 +00:00
508cb62a1c Merge version_3 into main
Merge version_3 into main
2026-03-09 21:28:47 +00:00
ec85936a4a Update src/app/page.tsx 2026-03-09 21:28:37 +00:00
50d6446b7f Merge version_1 into main
Merge version_1 into main
2026-03-09 21:18:41 +00:00

View File

@@ -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>