Update src/app/page.tsx

This commit is contained in:
2026-05-07 09:04:47 +00:00
parent 025d769da4
commit 6c9f82125c

View File

@@ -51,9 +51,9 @@ export default function GamingCafePage() {
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/gaming-pc-setup_23-2149553832.jpg", imageAlt: "Gaming setup" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gamer-neon-lights_23-2149301294.jpg", imageAlt: "Gamer atmosphere" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gaming-pc_23-2149171720.jpg", imageAlt: "Rig 1" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gaming-keyboard_23-2149171710.jpg", imageAlt: "Rig 2" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gaming-headset_23-2149171755.jpg", imageAlt: "Rig 3" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gaming-pc_23-2149171720.jpg?_wi=1", imageAlt: "Rig 1" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gaming-keyboard_23-2149171710.jpg?_wi=1", imageAlt: "Rig 2" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gaming-headset_23-2149171755.jpg?_wi=1", imageAlt: "Rig 3" },
{ imageSrc: "https://img.b2bpic.net/free-photo/gaming-monitor_23-2149171730.jpg", imageAlt: "Rig 4" }
]}
/>
@@ -94,9 +94,9 @@ export default function GamingCafePage() {
title="Gaming Hardware Rentals"
description="Rent the best rigs in the city and dominate the leaderboard."
products={[
{ id: "1", brand: "Alienware", name: "Titan Pro Series", price: "$15/hr", rating: 5, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/gaming-pc_23-2149171720.jpg" },
{ id: "2", brand: "Razer", name: "Stealth Elite", price: "$12/hr", rating: 4, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/gaming-keyboard_23-2149171710.jpg" },
{ id: "3", brand: "Logitech", name: "Pro Streamer Hub", price: "$20/hr", rating: 5, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/gaming-headset_23-2149171755.jpg" },
{ id: "1", brand: "Alienware", name: "Titan Pro Series", price: "$15/hr", rating: 5, reviewCount: "120", imageSrc: "https://img.b2bpic.net/free-photo/gaming-pc_23-2149171720.jpg?_wi=2" },
{ id: "2", brand: "Razer", name: "Stealth Elite", price: "$12/hr", rating: 4, reviewCount: "95", imageSrc: "https://img.b2bpic.net/free-photo/gaming-keyboard_23-2149171710.jpg?_wi=2" },
{ id: "3", brand: "Logitech", name: "Pro Streamer Hub", price: "$20/hr", rating: 5, reviewCount: "85", imageSrc: "https://img.b2bpic.net/free-photo/gaming-headset_23-2149171755.jpg?_wi=2" },
]}
textboxLayout="split"
useInvertedBackground={false}