From d7183557b76b6ae01f963edf79a85490ff080385 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:10:33 +0000 Subject: [PATCH] Update src/app/shop/handbags/page.tsx --- src/app/shop/handbags/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/shop/handbags/page.tsx b/src/app/shop/handbags/page.tsx index b0bdc69..16778eb 100644 --- a/src/app/shop/handbags/page.tsx +++ b/src/app/shop/handbags/page.tsx @@ -49,37 +49,37 @@ export default function HandbagShopPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg?_wi=2", imageAlt: "Elegant designer handbag", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=4", imageAlt: "Luxury leather handbag", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=4", imageAlt: "Premium crossbody bag", }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=4", imageAlt: "Sophisticated clutch", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=5", imageAlt: "Designer tote details", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=5", imageAlt: "Crossbody styling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=5", imageAlt: "Evening bag elegance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-blond-woman-enjoing-weekend-spain_273443-4637.jpg?_wi=3", imageAlt: "Handbag lifestyle", }, ]} @@ -117,7 +117,7 @@ export default function HandbagShopPage() { price: "$285.00", rating: 5, reviewCount: "124", - imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-women-s-purse-tiles-with-mediterranean-aesthetics_23-2150916670.jpg?_wi=6", imageAlt: "Italian leather tote bag", }, { @@ -127,7 +127,7 @@ export default function HandbagShopPage() { price: "$195.00", rating: 5, reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-stylish-woman-walking-street-pink-coat-holding-purse-hands-listening-music_285396-1196.jpg?_wi=6", imageAlt: "Elegant crossbody bag", }, { @@ -137,7 +137,7 @@ export default function HandbagShopPage() { price: "$165.00", rating: 5, reviewCount: "87", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-young-beautiful-fashionable-woman-walking-street-holding-big-brown-leather-bag-model-wearing-stylish-clothes_1157-50460.jpg?_wi=6", imageAlt: "Sophisticated evening clutch", }, ]}