Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-09 02:16:37 +00:00

View File

@@ -43,8 +43,8 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
title="Reliable Landscape Care in Dudley & Beyond"
description="Family-owned and committed to excellence. Providing expert weekly lawn care and landscape maintenance for over 12 years."
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg", imageAlt: "Lawn Care" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", imageAlt: "Green Grass" }]}
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", imageAlt: "Garden Pathway" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg", imageAlt: "Trimming" }]}
leftCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=1", imageAlt: "Lawn Care" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", imageAlt: "Green Grass" }]}
rightCarouselItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=1", imageAlt: "Garden Pathway" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=1", imageAlt: "Trimming" }]}
buttons={[{ text: "Get a Free Estimate", href: "#contact" }]}
/>
</div>
@@ -68,9 +68,9 @@ export default function LandingPage() {
title="Our Core Services"
description="Comprehensive maintenance programs designed to keep your property beautiful throughout the seasons."
features={[
{ title: "Weekly Lawn Mowing", description: "Consistent, precision-cut grass to keep your lawn looking sharp all season.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg" },
{ title: "Professional Mulching", description: "High-quality mulch application to improve soil health and landscape aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg" },
{ title: "Yard Cleanups", description: "Spring and fall cleanups to clear debris and prepare your yard for the changing weather.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg" }
{ title: "Weekly Lawn Mowing", description: "Consistent, precision-cut grass to keep your lawn looking sharp all season.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=2" },
{ title: "Professional Mulching", description: "High-quality mulch application to improve soil health and landscape aesthetics.", imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=2" },
{ title: "Yard Cleanups", description: "Spring and fall cleanups to clear debris and prepare your yard for the changing weather.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-gardener-pruning-plants-garden_23-2148165258.jpg?_wi=2" }
]}
/>
</div>