Update src/app/cart/page.tsx

This commit is contained in:
2026-03-09 10:10:31 +00:00
parent 4e08cf2b96
commit 09eeef7eb6

View File

@@ -23,7 +23,7 @@ const CartPage = () => {
name: "Italian Leather Tote",
price: 285,
quantity: 1,
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=8",
imageAlt: "Italian leather tote bag",
},
{
@@ -31,7 +31,7 @@ const CartPage = () => {
name: "Silk-Lined Crossbody",
price: 195,
quantity: 2,
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=7",
imageAlt: "Elegant crossbody bag",
},
]);