Update src/app/cart/page.tsx

This commit is contained in:
2026-03-08 17:34:59 +00:00
parent 6e535f8fb0
commit a6fbe67540

View File

@@ -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"