4 Commits

Author SHA1 Message Date
8cdc939b38 Update src/app/page.tsx 2026-04-22 00:42:52 +00:00
8919ec175d Merge version_11 into main
Merge version_11 into main
2026-04-22 00:41:27 +00:00
9ce3047fb1 Update src/app/page.tsx 2026-04-22 00:41:23 +00:00
208440f4f1 Merge version_10 into main
Merge version_10 into main
2026-04-22 00:39:04 +00:00

View File

@@ -48,10 +48,10 @@ 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. Operating hours: Monday through Friday, 7am - 5pm."
description="American Lawn and Garden LLC provides premium landscaping and garden maintenance for discerning homeowners. We turn your outdoor space into a lush sanctuary. Located at 2014 S Hackberry St, San Antonio, TX 78210. Operating hours: Monday through Friday, 7am - 5pm."
buttons={[{ text: "View Services", href: "#services" }, { text: "Contact Us", href: "#contact" }]}
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/landscaping-garden-design_23-2149132560.jpg", imageAlt: "Professional Landscaping 1" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gardener-mowing-lawn_23-2149132560.jpg", imageAlt: "Someone mowing the lawn" },
{ imageSrc: "https://img.b2bpic.net/free-photo/lush-green-garden-backyard_23-2149359701.jpg", imageAlt: "Professional Landscaping 2" },
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-well-maintained-garden_23-2149382185.jpg", imageAlt: "Professional Landscaping 3" },
{ imageSrc: "https://img.b2bpic.net/free-photo/modern-backyard-landscaping_1303-14470.jpg", imageAlt: "Professional Landscaping 4" },
@@ -158,7 +158,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. Hours: Mon-Fri, 7am-5pm."
description="Located at 2014 S Hackberry St, San Antonio, TX 78210. 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>
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}