diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 17672d5..b668f70 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -94,21 +94,21 @@ export default function CartPage() { name: "Exclusive Anime Sticker Pack", price: "PKR 599", variant: "40+ Designs", - imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/ronnie-bunny-stickers-collection_52683-101512.jpg?_wi=6", }, { id: "cart-2", name: "Mystery Anime Box", price: "PKR 1,299", variant: "Surprise Collection", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-around-presents-with-note-her-hands_179666-21628.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sitting-around-presents-with-note-her-hands_179666-21628.jpg?_wi=2", }, { id: "cart-3", name: "Premium Anime Bookmarks", price: "PKR 399", variant: "Set of 5", - imageSrc: "http://img.b2bpic.net/free-vector/offer-banners-with-geometric-colored-ornaments_23-2147548378.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/offer-banners-with-geometric-colored-ornaments_23-2147548378.jpg?_wi=2", }, ]} gridVariant="three-columns-all-equal-width"