Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d340067840 | |||
| a63d6a98e8 | |||
| dd854359fe | |||
| 86520bcc37 | |||
| 48230e768f |
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Green Edge Landscaping"
|
||||
brandName="Greenedge Landscaping"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Story"
|
||||
description={[
|
||||
"Green Edge Landscaping started in 2022 with a simple vision: to provide exceptional landscaping services that exceed expectations. What began as small lawn mowing jobs has grown into a full-service landscaping company serving residential and commercial clients throughout the region.", "Today, we offer a comprehensive range of services including lawn mowing, garden design, mulch installation, gutter cleaning, landscape cleanup, and much more. Our team of experienced professionals is dedicated to transforming outdoor spaces into beautiful, functional environments that our clients love."]}
|
||||
"GreenSpace Pro started in 2022 with a simple vision: to provide exceptional landscaping services that exceed expectations. What began as small lawn mowing jobs has grown into a full-service landscaping company serving residential and commercial clients throughout the region.", "Today, we offer a comprehensive range of services including lawn mowing, garden design, mulch installation, gutter cleaning, landscape cleanup, and much more. Our team of experienced professionals is dedicated to transforming outdoor spaces into beautiful, functional environments that our clients love."]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={true}
|
||||
buttons={[{ text: "Learn More About Us", href: "#" }]}
|
||||
@@ -128,14 +128,14 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="What Our Clients Say"
|
||||
description="Real feedback from satisfied homeowners and business owners who have transformed their outdoor spaces with Green Edge Landscaping."
|
||||
description="Real feedback from satisfied homeowners and business owners who have transformed their outdoor spaces with GreenSpace Pro."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahmhome", testimonial:
|
||||
"Green Edge Landscaping transformed our backyard into a beautiful oasis. The team was professional, punctual, and incredibly attentive to detail. Highly recommend!", imageSrc:
|
||||
"GreenSpace Pro transformed our backyard into a beautiful oasis. The team was professional, punctual, and incredibly attentive to detail. Highly recommend!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-young-smiling-photographer-girl-taking-photos-using-her-retro-camera_158538-1376.jpg", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2", name: "David Chen", handle: "@dchen_properties", testimonial:
|
||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-queer-person-work_23-2150617717.jpg", imageAlt: "David Chen"},
|
||||
{
|
||||
id: "3", name: "Maria Rodriguez", handle: "@maria.gardens", testimonial:
|
||||
"I've been using Green Edge Landscaping for regular lawn maintenance for over a year now. Consistent quality and professional service every single time.", imageSrc:
|
||||
"I've been using GreenSpace Pro for regular lawn maintenance for over a year now. Consistent quality and professional service every single time.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "4", name: "James Wilson", handle: "@jameswilson.dev", testimonial:
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
"http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740312.jpg", imageAlt: "Lisa Anderson"},
|
||||
{
|
||||
id: "6", name: "Robert Garcia", handle: "@rgarcia_landscape", testimonial:
|
||||
"Professional, reliable, and always respectful of our property. Green Edge Landscaping is our go-to landscaping company. Worth every penny!", imageSrc:
|
||||
"Professional, reliable, and always respectful of our property. GreenSpace Pro is our go-to landscaping company. Worth every penny!", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-woman-working-home_23-2148162643.jpg", imageAlt: "Robert Garcia"},
|
||||
]}
|
||||
/>
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What services does Green Edge Landscaping offer?", content:
|
||||
id: "1", title: "What services does GreenSpace Pro offer?", content:
|
||||
"We provide lawn mowing, garden design, mulch installation, gutter cleaning, landscape cleanup, dump runs, and many more landscaping services. Contact us for a complete list of services tailored to your needs."},
|
||||
{
|
||||
id: "2", title: "How do I get a quote for my project?", content:
|
||||
@@ -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, Green Edge Landscaping 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,16 +210,16 @@ 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>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Green Edge Landscaping"
|
||||
copyrightText="© 2024 Green Edge Landscaping. All rights reserved."
|
||||
logoText="GreenSpace Pro"
|
||||
copyrightText="© 2024 GreenSpace Pro Landscaping. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
@@ -237,16 +237,9 @@ 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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user