Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 20:12:45 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,16 +46,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg", imageAlt: "Professional landscaping garden design" },
{ imageSrc: "http://img.b2bpic.net/free-vector/christmas-tree-pick-up-truck_23-2148014802.jpg", imageAlt: "Snow removal service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-girl-running-with-dog_23-2149048035.jpg", imageAlt: "Hardscape installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg", imageAlt: "Professional lawn care" }
{ imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg?_wi=1", imageAlt: "Professional landscaping garden design" },
{ imageSrc: "http://img.b2bpic.net/free-vector/christmas-tree-pick-up-truck_23-2148014802.jpg?_wi=1", imageAlt: "Snow removal service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-girl-running-with-dog_23-2149048035.jpg?_wi=1", imageAlt: "Hardscape installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg?_wi=1", imageAlt: "Professional lawn care" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-vector/christmas-tree-pick-up-truck_23-2148014802.jpg", imageAlt: "Winter snow clearing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-girl-running-with-dog_23-2149048035.jpg", imageAlt: "Patio hardscape" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg", imageAlt: "Lawn maintenance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg", imageAlt: "Garden landscaping" }
{ imageSrc: "http://img.b2bpic.net/free-vector/christmas-tree-pick-up-truck_23-2148014802.jpg?_wi=2", imageAlt: "Winter snow clearing" },
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-girl-running-with-dog_23-2149048035.jpg?_wi=2", imageAlt: "Patio hardscape" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg?_wi=2", imageAlt: "Lawn maintenance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg?_wi=2", imageAlt: "Garden landscaping" }
]}
buttons={[
{ text: "Get a Free Quote", href: "contact" },