From da479143b9ff3620a8a2e32f1852f97fbcee3aff Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:31:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index edb4749..eaef15c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function HomePage() { id: "prod-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=1", imageAlt: "premium wireless headphones black design", initialQuantity: 1, }, @@ -120,7 +120,7 @@ export default function HomePage() { id: "prod-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=1", imageAlt: "elegant smartwatch wearable technology device", initialQuantity: 1, }, @@ -128,7 +128,7 @@ export default function HomePage() { id: "prod-3", 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=1", imageAlt: "professional digital camera photography equipment", initialQuantity: 1, }, @@ -136,7 +136,7 @@ export default function HomePage() { id: "prod-4", 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=1", imageAlt: "portable bluetooth speaker wireless audio", initialQuantity: 1, },