diff --git a/src/app/page.tsx b/src/app/page.tsx index af4eb44..d92e3b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,15 +61,15 @@ export default function LandingPage() { description="Discover our latest collection of premium shorts and essential t-shirts designed for comfort and durability." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-with-tattoo_1157-16390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-with-tattoo_1157-16390.jpg?_wi=1", imageAlt: "Collection 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-swimwear-beach_23-2148164968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-swimwear-beach_23-2148164968.jpg?_wi=1", imageAlt: "Collection 2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-armenian-guy-with-hat-leaning-blue-green-wall-looking-away_181624-46007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-armenian-guy-with-hat-leaning-blue-green-wall-looking-away_181624-46007.jpg?_wi=1", imageAlt: "Collection 3", }, { @@ -179,7 +179,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-transgender-sitting-outdoors_23-2149105446.jpg", imageAlt: "Premium Cotton Shorts", }, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-with-tattoo_1157-16390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-with-tattoo_1157-16390.jpg?_wi=2", imageAlt: "mens cotton basic t-shirt", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/young-tourist-posing_23-2147643237.jpg", imageAlt: "Utility Cargo Shorts", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-swimwear-beach_23-2148164968.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-swimwear-beach_23-2148164968.jpg?_wi=2", imageAlt: "mens cotton basic t-shirt", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-cap-city_23-2148296631.jpg", imageAlt: "Modern Denim Shorts", }, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-armenian-guy-with-hat-leaning-blue-green-wall-looking-away_181624-46007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-armenian-guy-with-hat-leaning-blue-green-wall-looking-away_181624-46007.jpg?_wi=2", imageAlt: "mens cotton basic t-shirt", }, ]}