From 598271955bf5636300c341e73967f2ae5fa96c14 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 20:30:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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", }, ]}