Update src/app/products/page.tsx

This commit is contained in:
2026-03-08 08:02:58 +00:00
parent 6f49c12014
commit 09ab55fd4e

View File

@@ -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,
},