Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-21 22:44:08 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{ variant: "sparkles-gradient" }}
title="Elevating Your Outdoor Living"
description="American Lawn and Garden LLC provides premium landscaping and garden maintenance for discerning homeowners. We turn your outdoor space into a lush sanctuary."
description="American Lawn and Garden LLC provides premium landscaping and garden maintenance for discerning homeowners. We turn your outdoor space into a lush sanctuary. Operating hours: Monday through Friday, 7am - 5pm."
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/town-square-shenzhen_1359-1110.jpg", imageAlt: "Landscape 1" },
@@ -82,7 +82,7 @@ export default function LandingPage() {
{ id: "s3", title: "Irrigation Systems", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-gardener-watering-succulent-plant_23-2147844312.jpg" },
]}
title="Professional Services"
description="Comprehensive landscape solutions tailored to your unique property requirements."
description="Comprehensive landscape solutions tailored to your unique property requirements. We are available Monday through Friday, 7am - 5pm."
/>
</div>
@@ -138,7 +138,7 @@ export default function LandingPage() {
faqs={[
{ id: "f1", title: "How often do you mow?", content: "Weekly or bi-weekly depending on growth." },
{ id: "f2", title: "Do you offer cleanups?", content: "Yes, spring and fall cleanups are available." },
{ id: "f3", title: "Can I get a quote?", content: "Yes, we provide free onsite estimates." },
{ id: "f3", title: "What are your hours?", content: "We operate Monday through Friday from 7am to 5pm." },
]}
title="FAQs"
description="Common inquiries answered."
@@ -152,7 +152,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
tag="Contact Us"
title="Ready for a Garden Makeover?"
description="Reach out to us to schedule your free consultation today at 13467041501."
description="Reach out to us to schedule your free consultation today at 13467041501. Hours: Mon-Fri, 7am-5pm."
buttons={[{ text: "Contact Us", href: "mailto:info@americanlawn.com" }]}
/>
</div>
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}