Update src/app/shop/page.tsx

This commit is contained in:
2026-03-05 07:48:06 +00:00
parent 981fa56d50
commit ec283ca51f

View File

@@ -81,56 +81,56 @@ export default function ShopPage() {
id: "1",
name: "Eclipse Motion Pro",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529362.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529362.jpg?_wi=2",
imageAlt: "Eclipse Motion Pro Gaming Mouse",
},
{
id: "2",
name: "Nexus Mechanical Keyboard RGB",
price: "$189.99",
imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg?_wi=2",
imageAlt: "Nexus RGB Mechanical Keyboard",
},
{
id: "3",
name: "Velocity Headset Pro",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/headphones-displayed-against-dark-background_157027-4466.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/headphones-displayed-against-dark-background_157027-4466.jpg?_wi=2",
imageAlt: "Velocity Pro Gaming Headset",
},
{
id: "4",
name: "Apex Mousepad XL",
price: "$59.99",
imageSrc: "http://img.b2bpic.net/free-photo/business-manager-writing-diagrams-data-computer-creating-official-marketing-report-e-commerce-development-young-employee-planning-financial-project-with-statistics-night-close-up_482257-65001.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-manager-writing-diagrams-data-computer-creating-official-marketing-report-e-commerce-development-young-employee-planning-financial-project-with-statistics-night-close-up_482257-65001.jpg?_wi=2",
imageAlt: "Apex XL Gaming Mousepad",
},
{
id: "5",
name: "Prism Monitor Stand RGB",
price: "$79.99",
imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg?_wi=3",
imageAlt: "Prism RGB Monitor Stand",
},
{
id: "6",
name: "Nova Gaming Chair Pro",
price: "$349.99",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108716.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108716.jpg?_wi=2",
imageAlt: "Nova Pro Gaming Chair",
},
{
id: "7",
name: "Phoenix Cable Management Kit",
price: "$34.99",
imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529362.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-neon-illuminated-gaming-desk-setup-with-keyboard_23-2149529362.jpg?_wi=3",
imageAlt: "Phoenix Cable Management Kit",
},
{
id: "8",
name: "Storm Cooling Pad Desktop",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/professional-video-gamer-female-playing-online-shooter-game-late-night-living-room_482257-22778.jpg?_wi=4",
imageAlt: "Storm Desktop Cooling Pad",
},
]}
@@ -153,19 +153,19 @@ export default function ShopPage() {
id: 1,
title: "Secure Checkout",
description: "Industry-leading encryption and multiple payment options for your peace of mind",
imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/express-delivery-package-handover_23-2151994433.jpg?_wi=2",
},
{
id: 2,
title: "Product Expertise",
description: "Our gaming specialists are ready to help you make the right choice",
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg?_wi=2",
},
{
id: 3,
title: "Easy Returns",
description: "30-day return guarantee with hassle-free refunds or exchanges",
imageSrc: "http://img.b2bpic.net/free-vector/premium-labels-collection_1209-171.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/premium-labels-collection_1209-171.jpg?_wi=2",
},
]}
textboxLayout="default"