diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 0eae608..260bce8 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -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", }, ]);