Update src/app/shop/handbags/page.tsx

This commit is contained in:
2026-03-09 10:10:33 +00:00
parent d4f4d6364e
commit d7183557b7

View File

@@ -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",
},
]}