From a6fbe67540d147ff02411c4e194ea1de465b3a22 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:34:59 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index ef7ad98..b637183 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -50,10 +50,10 @@ export default function CartPage() { const cartItems = [ { - id: "1", name: "Italian Leather Crossbody", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-with-chair-hat_23-2149392873.jpg", imageAlt: "Premium Italian leather crossbody bag", initialQuantity: 1, + id: "1", name: "Italian Leather Crossbody", price: "$320.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-model-posing-with-chair-hat_23-2149392873.jpg?_wi=2", imageAlt: "Premium Italian leather crossbody bag", initialQuantity: 1, }, { - id: "2", name: "Swiss Automatic Watch", price: "$890.00", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-social-media-banner-instagram-post-template_106176-5912.jpg", imageAlt: "Luxury Swiss automatic timepiece", initialQuantity: 1, + id: "2", name: "Swiss Automatic Watch", price: "$890.00", imageSrc: "http://img.b2bpic.net/free-psd/black-friday-super-sale-social-media-banner-instagram-post-template_106176-5912.jpg?_wi=2", imageAlt: "Luxury Swiss automatic timepiece", initialQuantity: 1, }, ]; @@ -140,7 +140,7 @@ export default function CartPage() { }, ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall_1203-9539.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall_1203-9539.jpg?_wi=5" imageAlt="Exclusive Metro Maison member benefits" mediaAnimation="opacity" mediaPosition="right"