diff --git a/src/app/page.tsx b/src/app/page.tsx index e3b4392..00c6ed0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { description="Experience the perfect blend of tradition and modernity with Nikz. Custom-tailored menswear designed for your unique signature style." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/background-clothing-fashion-plaid-studio_1203-6536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/background-clothing-fashion-plaid-studio_1203-6536.jpg?_wi=1", imageAlt: "Menswear Fabric Detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg?_wi=1", imageAlt: "Suit Detailing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478987.jpg?_wi=1", imageAlt: "Clothing Hanger 3D", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/background-clothing-fashion-plaid-studio_1203-6536.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/background-clothing-fashion-plaid-studio_1203-6536.jpg?_wi=2", imageAlt: "fabric zoom texture", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-dressed-stylish-blue-suit-who-is-putting-elegant-watch_8353-10463.jpg?_wi=2", imageAlt: "fabric zoom texture", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478987.jpg?_wi=2", imageAlt: "fabric zoom texture", }, ]}