diff --git a/src/app/page.tsx b/src/app/page.tsx index a69ac6e..fd7c0df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,11 @@ export default function GamingCafePage() { buttons={[{ text: "View Equipment", href: "#products" }]} 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/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-monitor_23-2149171730.jpg", imageAlt: "Rig 4" } ]} /> @@ -74,7 +78,6 @@ export default function GamingCafePage() { useInvertedBackground={false} title="Pro-Grade Performance" description="Equipped with the world's most powerful hardware to ensure every click counts." - buttonIcon={Coffee} features={[ { title: "RTX 4090 Rigs", description: "Experience ray-tracing in every frame.", buttonIcon: Zap }, { title: "Pro Peripherals", description: "Mechanical precision for competitive edges.", buttonIcon: Zap }, @@ -86,7 +89,7 @@ export default function GamingCafePage() {