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() {
@@ -118,8 +123,10 @@ export default function GamingCafePage() { { id: "2", title: "Are energy drinks available?", content: "We carry a curated selection of premium gaming fuel." }, ]} title="Know Before You Frag" + description="Everything you need to get started at Nexus." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -130,6 +137,7 @@ export default function GamingCafePage() { description="Sign up for our membership to get priority booking and exclusive hourly rates." buttons={[{ text: "Become a Member" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />