From 3c09df352ecbffcd40620006d340d2f1f5f11cee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:58:53 +0000 Subject: [PATCH] Update src/app/product/[id]/page.tsx --- src/app/product/[id]/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/product/[id]/page.tsx b/src/app/product/[id]/page.tsx index c59de98..1837ace 100644 --- a/src/app/product/[id]/page.tsx +++ b/src/app/product/[id]/page.tsx @@ -24,7 +24,7 @@ const productDetails: Record = { price: "$299.99", description: "Experience premium sound quality with active noise cancellation. 30-hour battery life, premium materials, and comfortable all-day wear.", variant: "Silver • Noise Cancelling • 30hr Battery", - imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=5", imageAlt: "Premium wireless headphones", }, "2": { @@ -32,7 +32,7 @@ const productDetails: Record = { price: "$189.99", description: "Handcrafted Italian leather backpack with premium materials. Waterproof, spacious, and designed for modern professionals.", variant: "Black • Italian Leather • Waterproof", - imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg?_wi=5", imageAlt: "Luxury leather backpack", }, "3": { @@ -40,7 +40,7 @@ const productDetails: Record = { price: "$349.99", description: "Latest designer smartwatch with AMOLED screen and 7-day battery. Premium build quality, advanced health tracking, and seamless connectivity.", variant: "Gold • AMOLED Screen • 7 Days Battery", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg?_wi=5", imageAlt: "Designer smartwatch", }, }; @@ -104,7 +104,7 @@ export default function ProductPage() { name: "Premium Wireless Headphones", price: "$299.99", variant: "Silver • Noise Cancelling • 30hr Battery", - imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg?_wi=6", imageAlt: "Premium wireless headphones", isFavorited: false, onProductClick: () => { @@ -116,7 +116,7 @@ export default function ProductPage() { name: "Luxury Leather Backpack", price: "$189.99", variant: "Black • Italian Leather • Waterproof", - imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sustainability-concept-with-blank-geometric-forms-growing-plant_23-2148994245.jpg?_wi=6", imageAlt: "Luxury leather backpack", isFavorited: false, onProductClick: () => { @@ -128,7 +128,7 @@ export default function ProductPage() { name: "Designer Smartwatch", price: "$349.99", variant: "Gold • AMOLED Screen • 7 Days Battery", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091343.jpg?_wi=6", imageAlt: "Designer smartwatch", isFavorited: false, onProductClick: () => {