Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-07 09:03:58 +00:00

View File

@@ -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" }
]}
/>
</div>
@@ -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() {
<div id="products" data-section="products">
<ProductCardTwo
animationType="depth-3d"
animationType="blur-reveal"
gridVariant="three-columns-all-equal-width"
title="Gaming Hardware Rentals"
description="Rent the best rigs in the city and dominate the leaderboard."
@@ -95,19 +98,21 @@ export default function GamingCafePage() {
{ 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" },
]}
textboxLayout="split"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="depth-3d"
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
title="From Our Community"
description="Hear what the local gaming legends think about Nexus."
testimonials={[
{ id: "1", name: "Alex P.", role: "E-Sports Pro", testimonial: "The refresh rate here is unbeatable. This is the only place I practice.", imageSrc: "https://img.b2bpic.net/free-photo/gamer-profile_23-2149301290.jpg" },
{ id: "2", name: "Jordan K.", role: "Streamer", testimonial: "Best vibes and zero latency issues. My streams never looked better.", imageSrc: "https://img.b2bpic.net/free-photo/streamer-profile_23-2149301300.jpg" },
]}
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>