From 4391e86cca892bdb74be9ffd7082e2b30b00ca49 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:31:00 +0000 Subject: [PATCH] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index 5c14d01..63da199 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -72,7 +72,7 @@ export default function ProductDetailsPage() { id: "featured-detail", 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=2", imageAlt: "Premium Wireless Headphones", initialQuantity: 1, }, @@ -80,7 +80,7 @@ export default function ProductDetailsPage() { id: "related-1", name: "Portable Speaker", price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-digital-assistant_23-2149258032.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-with-digital-assistant_23-2149258032.jpg?_wi=2", imageAlt: "Portable Speaker", initialQuantity: 1, }, @@ -88,7 +88,7 @@ export default function ProductDetailsPage() { id: "related-2", 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=2", imageAlt: "Wireless Charger", initialQuantity: 1, }, @@ -96,7 +96,7 @@ export default function ProductDetailsPage() { id: "related-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=2", imageAlt: "USB-C Hub", initialQuantity: 1, }, @@ -131,7 +131,7 @@ export default function ProductDetailsPage() { id: "related-prod-1", 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=2", imageAlt: "Elegant Smartwatch", initialQuantity: 1, }, @@ -139,7 +139,7 @@ export default function ProductDetailsPage() { id: "related-prod-2", name: "Professional Camera", price: "$599.99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-camera-device-work_23-2148300495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-camera-device-work_23-2148300495.jpg?_wi=2", imageAlt: "Professional Camera", initialQuantity: 1, }, @@ -147,7 +147,7 @@ export default function ProductDetailsPage() { id: "related-prod-3", name: "Mechanical Keyboard", price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-psd/black-friday-sale-social-media-cover-design-template_47987-25024.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/black-friday-sale-social-media-cover-design-template_47987-25024.jpg?_wi=2", imageAlt: "Mechanical Keyboard", initialQuantity: 1, },