|
|
|
|
@@ -106,11 +106,12 @@ export default function GamingCafePage() {
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardTwo
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
title="From Our Community"
|
|
|
|
|
description="Hear what the local gaming legends think about Nexus."
|
|
|
|
|
title="Community Voices"
|
|
|
|
|
description="Real feedback from our competitive gaming regulars."
|
|
|
|
|
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: "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?_wi=1" },
|
|
|
|
|
{ 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" },
|
|
|
|
|
{ id: "3", name: "Sam M.", role: "Casual Gamer", testimonial: "Love the snacks and the atmosphere. Perfect weekend spot.", imageSrc: "https://img.b2bpic.net/free-photo/gamer-profile_23-2149301290.jpg?_wi=2" }
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -120,11 +121,12 @@ export default function GamingCafePage() {
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqDouble
|
|
|
|
|
faqs={[
|
|
|
|
|
{ id: "1", title: "Can I book a private room?", content: "Yes, we have 4 private soundproof rooms for teams." },
|
|
|
|
|
{ id: "2", title: "Are energy drinks available?", content: "We carry a curated selection of premium gaming fuel." },
|
|
|
|
|
{ id: "1", title: "How do I reserve a station?", content: "Book your rig via our website or mobile app, or walk in for availability." },
|
|
|
|
|
{ id: "2", title: "Can I book a private tournament room?", content: "Yes, we have 4 soundproof team rooms available for tournaments or private group sessions." },
|
|
|
|
|
{ id: "3", title: "Are energy drinks and snacks available?", content: "We carry a curated selection of premium gaming fuel, energy drinks, and snacks to keep you fueled." }
|
|
|
|
|
]}
|
|
|
|
|
title="Know Before You Frag"
|
|
|
|
|
description="Everything you need to get started at Nexus."
|
|
|
|
|
title="Help & Info"
|
|
|
|
|
description="All you need to know to get your game on at Nexus."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
textboxLayout="split"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -133,10 +135,10 @@ export default function GamingCafePage() {
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactCTA
|
|
|
|
|
tag="Get Early Access"
|
|
|
|
|
title="Join the Pro Lounge"
|
|
|
|
|
description="Sign up for our membership to get priority booking and exclusive hourly rates."
|
|
|
|
|
buttons={[{ text: "Become a Member" }]}
|
|
|
|
|
tag="Inquire & Book"
|
|
|
|
|
title="Reserve Your Rig"
|
|
|
|
|
description="Contact us for team bookings, event inquiries, or to secure your premium gaming station today."
|
|
|
|
|
buttons={[{ text: "Inquire Now" }, { text: "Book Station" }]}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
@@ -144,12 +146,12 @@ export default function GamingCafePage() {
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterBaseReveal
|
|
|
|
|
logoText="NEXUS"
|
|
|
|
|
logoText="NEXUS CAFE"
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Cafe", items: [{ label: "Hardware", href: "#products" }, { label: "Locations", href: "#contact" }] },
|
|
|
|
|
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Terms", href: "#" }] }
|
|
|
|
|
{ title: "Gaming Cafe", items: [{ label: "Hardware", href: "#products" }, { label: "Bookings", href: "#contact" }, { label: "Events", href: "#" }] },
|
|
|
|
|
{ title: "Resources", items: [{ label: "FAQ", href: "#faq" }, { label: "Memberships", href: "#contact" }, { label: "Support", href: "#" }] }
|
|
|
|
|
]}
|
|
|
|
|
copyrightText="© 2024 Nexus Gaming Cafe"
|
|
|
|
|
copyrightText="© 2024 Nexus Gaming Cafe. All Rights Reserved."
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|