Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-06 13:21:00 +00:00

View File

@@ -54,17 +54,17 @@ export default function LandingPage() {
]}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Professional landscaping"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=1", imageAlt: "Professional landscaping"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Garden design"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=2", imageAlt: "Garden design"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Seasonal cleanup"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=3", imageAlt: "Seasonal cleanup"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Lawn maintenance"},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=4", imageAlt: "Lawn maintenance"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Hardscaping"},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=5", imageAlt: "Hardscaping"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Property care"},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=6", imageAlt: "Property care"},
]}
/>
</div>