diff --git a/src/app/page.tsx b/src/app/page.tsx index c079c65..b80c0e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,12 +69,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-performer-suit-posing-with-arms-up_23-2148417944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-performer-suit-posing-with-arms-up_23-2148417944.jpg?_wi=1", imageAlt: "Model in suit", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-elegant-gray-pocket-square-patterned-blazer_181624-59723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-elegant-gray-pocket-square-patterned-blazer_181624-59723.jpg?_wi=1", imageAlt: "Fabric detail", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { "Fast", "Safe", ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-performer-suit-posing-with-arms-up_23-2148417944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-performer-suit-posing-with-arms-up_23-2148417944.jpg?_wi=2", imageAlt: "Portrait man in fashionable shirt wearing floral wreath", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { "Luxury", "Craft", ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-elegant-gray-pocket-square-patterned-blazer_181624-59723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-elegant-gray-pocket-square-patterned-blazer_181624-59723.jpg?_wi=2", imageAlt: "Portrait man in fashionable shirt wearing floral wreath", }, ]}