From 4fca88273f8aefa86808d42a321cd6aaf4322314 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:30:59 +0000 Subject: [PATCH] Update src/app/cart/page.tsx --- src/app/cart/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/cart/page.tsx b/src/app/cart/page.tsx index b7417ef..80f9e1e 100644 --- a/src/app/cart/page.tsx +++ b/src/app/cart/page.tsx @@ -73,7 +73,7 @@ export default function CartPage() { id: "cart-1", name: "Premium Wireless Headphones", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-reaching-her-headphones-multitasking_482257-117033.jpg?_wi=3", imageAlt: "Premium Wireless Headphones", initialQuantity: 1, }, @@ -81,7 +81,7 @@ export default function CartPage() { id: "cart-2", name: "Elegant Smartwatch", price: "$199.99", - imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-adjusting-sport-watch_23-2148375929.jpg?_wi=3", imageAlt: "Elegant Smartwatch", initialQuantity: 1, }, @@ -89,7 +89,7 @@ export default function CartPage() { id: "cart-3", name: "USB-C Hub", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-neon-lines-like-digital-waves-neon-geometry_169016-71291.jpg?_wi=3", imageAlt: "USB-C Hub", initialQuantity: 2, }, @@ -97,7 +97,7 @@ export default function CartPage() { id: "cart-4", name: "Wireless Charger", price: "$39.99", - imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736775.jpg?_wi=3", imageAlt: "Wireless Charger", initialQuantity: 1, },