From 09ab55fd4e07edec7484e4d5644bdb5c25f65169 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 08:02:58 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 7150b4a..3e581a8 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -85,7 +85,7 @@ export default function ProductsPage() { id: "1", name: "UltraForce Elite RTX 4090", price: "$3,499.00", - imageSrc: "http://img.b2bpic.net/free-photo/dangerous-hacker-with-his-team-doing-cyber-crimes-from-his-apartment_482257-21831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dangerous-hacker-with-his-team-doing-cyber-crimes-from-his-apartment_482257-21831.jpg?_wi=2", imageAlt: "UltraForce Elite RTX 4090 gaming PC", initialQuantity: 1, }, @@ -93,7 +93,7 @@ export default function ProductsPage() { id: "2", name: "ProGamer Titanium RTX 4080", price: "$2,299.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-controller_23-2149529372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-controller_23-2149529372.jpg?_wi=2", imageAlt: "ProGamer Titanium RTX 4080 laptop", initialQuantity: 1, }, @@ -101,7 +101,7 @@ export default function ProductsPage() { id: "3", name: "StreamMaster Pro RTX 4070", price: "$1,799.00", - imageSrc: "http://img.b2bpic.net/free-photo/computerchip-technology-electronics-industry_93675-128229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computerchip-technology-electronics-industry_93675-128229.jpg?_wi=2", imageAlt: "StreamMaster Pro RTX 4070 system", initialQuantity: 1, }, @@ -109,7 +109,7 @@ export default function ProductsPage() { id: "4", name: "GamingEssentials RTX 3080", price: "$1,299.00", - imageSrc: "http://img.b2bpic.net/free-photo/dangerous-hacker-with-his-team-doing-cyber-crimes-from-his-apartment_482257-21831.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dangerous-hacker-with-his-team-doing-cyber-crimes-from-his-apartment_482257-21831.jpg?_wi=3", imageAlt: "GamingEssentials RTX 3080 system", initialQuantity: 1, }, @@ -117,7 +117,7 @@ export default function ProductsPage() { id: "5", name: "EsportsMaster RTX 3070 Ti", price: "$999.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-controller_23-2149529372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-controller_23-2149529372.jpg?_wi=3", imageAlt: "EsportsMaster RTX 3070 Ti system", initialQuantity: 1, }, @@ -125,7 +125,7 @@ export default function ProductsPage() { id: "6", name: "BudgetGamer RTX 3060", price: "$699.00", - imageSrc: "http://img.b2bpic.net/free-photo/computerchip-technology-electronics-industry_93675-128229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/computerchip-technology-electronics-industry_93675-128229.jpg?_wi=3", imageAlt: "BudgetGamer RTX 3060 system", initialQuantity: 1, },