6 Commits

Author SHA1 Message Date
ad6dd48267 Update src/app/page.tsx 2026-04-22 01:04:08 +00:00
3448fcf4d6 Merge version_20 into main
Merge version_20 into main
2026-04-22 01:00:24 +00:00
97eda3f7ef Update src/app/page.tsx 2026-04-22 01:00:18 +00:00
5bcaf11814 Merge version_19 into main
Merge version_19 into main
2026-04-22 00:54:05 +00:00
9d57a73448 Update src/app/page.tsx 2026-04-22 00:54:02 +00:00
20cfa0bc36 Merge version_18 into main
Merge version_18 into main
2026-04-22 00:51:49 +00:00

View File

@@ -49,11 +49,11 @@ export default function LandingPage() {
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. 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" }]}
buttons={[{ text: "View Services", href: "#services" }, { text: "Book a Free Consultation", href: "#contact" }]}
mediaItems={[
{ imageAlt: "Hero placeholder 1" },
{ imageAlt: "Hero placeholder 2" },
{ imageAlt: "Hero placeholder 3" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776819230561-5rhhbgez.jpg", imageAlt: "Lush green garden landscape" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776819604524-0tq85kd0.jpg", imageAlt: "Lush landscaping work" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cg0UGKyps5DE1iSGYMVXf6a3y4/uploaded-1776819604524-fuaxtpp8.jpg", imageAlt: "Detailed gardening result" },
]}
/>
</div>
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}