Update src/app/cart/page.tsx

This commit is contained in:
2026-06-02 18:18:36 +00:00
parent d0f3165ebd
commit ea354d6f06

View File

@@ -23,11 +23,11 @@ export default function CartPage() {
const dummyCartItems = [
{
id: "prod-1", name: "Vintage Gold Ring", price: "$299.00", quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg", imageAlt: "Vintage gold ring with green gemstone"
imageSrc: "http://img.b2bpic.net/free-photo/woman-sparkling-pink-dress-holds-glass-champagne-her-ar_8353-8950.jpg?_wi=2", imageAlt: "Vintage gold ring with green gemstone"
},
{
id: "prod-2", name: "Emerald Charm Necklace", price: "$349.00", quantity: 2,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg", imageAlt: "Emerald gemstone pendant necklace"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-necklace-tarot-cards_23-2148229268.jpg?_wi=2", imageAlt: "Emerald gemstone pendant necklace"
}
];