@@ -172,11 +180,11 @@ export default function LandingPage() {
@@ -224,11 +232,11 @@ export default function LandingPage() {
tag="Get Started Today"
tagIcon={Phone}
tagAnimation="slide-up"
- title="Ready for a Beautiful Lawn?"
- description="Contact GreenScape Lawns today for a free consultation and estimate. Our team is ready to help transform your outdoor space."
+ title="Ready to Transform Your Property?"
+ description="Contact ABC Sweeping & Landscaping today for a free consultation and estimate. Our friendly team is ready to provide fast, professional service."
buttons={[
- { text: "Call (555) 123-4567", href: "tel:+15551234567" },
- { text: "Email Us", href: "mailto:info@greenscapelawns.com" },
+ { text: "Call Now", href: "tel:+15551234567" },
+ { text: "Email Us", href: "mailto:info@abcsweeeping.com" },
{ text: "Request Quote", href: "#" }
]}
buttonAnimation="slide-up"
@@ -242,17 +250,19 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
- { label: "Lawn Mowing", href: "#features" },
- { label: "Landscaping", href: "#features" },
- { label: "Maintenance", href: "#features" },
- { label: "Seasonal Care", href: "#features" }
+ { label: "Commercial Landscaping", href: "#features" },
+ { label: "Lawn Care", href: "#features" },
+ { label: "Tree Removal", href: "#features" },
+ { label: "Pressure Washing", href: "#features" },
+ { label: "Snow Removal", href: "#features" },
+ { label: "Parking Lot Maintenance", href: "#features" }
]
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#about" },
- { label: "Testimonials", href: "#testimonials" },
+ { label: "Customer Reviews", href: "#testimonials" },
{ label: "Contact", href: "#contact" }
]
},
@@ -273,7 +283,7 @@ export default function LandingPage() {
]
}
]}
- copyrightText="© 2024 GreenScape Lawns. All rights reserved."
+ copyrightText="© 2024 ABC Sweeping & Landscaping. All rights reserved."
/>