diff --git a/src/app/page.tsx b/src/app/page.tsx index 8968e5c..65a6928 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,53 +59,53 @@ export default function LandingPage() { description="Professional landscaping services that transform your property into a breathtaking personal oasis." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=1", imageAlt: "Landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=1", imageAlt: "Garden", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=2", imageAlt: "Landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=2", imageAlt: "Garden", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=3", imageAlt: "Landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=3", imageAlt: "Garden", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=4", imageAlt: "Garden", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=4", imageAlt: "Landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=5", imageAlt: "Garden", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=5", imageAlt: "Landscape", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=6", imageAlt: "Garden", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=6", imageAlt: "Landscape", }, ]}