diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index 59b3e86..f7b26b8 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -96,7 +96,7 @@ export default function CartPage() { "Premium luxury timepiece with gold details", "Price: $2,450 | Quantity: 1", ], - imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/watch-blank-paper-father-s-day_23-2147683462.jpg?_wi=3", imageAlt: "Luxury watch in cart", }, { @@ -106,7 +106,7 @@ export default function CartPage() { "Exclusive luxury perfume collection", "Price: $385 | Quantity: 1", ], - imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/luxury-brand-label_1017-1854.jpg?_wi=2", imageAlt: "Premium fragrance in cart", }, { @@ -116,7 +116,7 @@ export default function CartPage() { "Hand-crafted premium silk textile", "Price: $1,250 | Quantity: 1", ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hands-holding-lemon-with-dark-background_23-2149640633.jpg?_wi=2", imageAlt: "Luxury scarf in cart", }, ]} @@ -237,7 +237,7 @@ export default function CartPage() {