diff --git a/src/app/page.tsx b/src/app/page.tsx index de09cb8..d971d0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,45 +60,45 @@ export default function LandingPage() { description="Curated water sports, diving, and platform equipment trusted by 100 South Florida yachts. No gatekeeping—just the real thing." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg?_wi=1", imageAlt: "Luxury yacht deck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg?_wi=1", imageAlt: "Diving gear usage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg?_wi=2", imageAlt: "Luxury yacht deck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg?_wi=2", imageAlt: "Diving gear usage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg?_wi=3", imageAlt: "Luxury yacht deck", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg?_wi=3", imageAlt: "Diving gear usage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg?_wi=4", imageAlt: "Luxury yacht deck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg?_wi=4", imageAlt: "Diving gear usage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-port_72229-527.jpg?_wi=5", imageAlt: "Luxury yacht deck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-yacht_1401-343.jpg?_wi=5", imageAlt: "Diving gear usage", }, ]}