7 Commits

Author SHA1 Message Date
941cdaf465 Update src/app/page.tsx 2026-05-07 09:08:32 +00:00
de8c9c346b Update src/app/styles/variables.css 2026-05-07 09:08:08 +00:00
01a2aff751 Update src/app/page.tsx 2026-05-07 09:08:08 +00:00
bbb8a14d12 Merge version_3 into main
Merge version_3 into main
2026-05-07 09:04:51 +00:00
a891a91540 Merge version_3 into main
Merge version_3 into main
2026-05-07 09:04:27 +00:00
74b7e4aaea Merge version_3 into main
Merge version_3 into main
2026-05-07 09:03:58 +00:00
c0b341e7b7 Merge version_3 into main
Merge version_3 into main
2026-05-07 09:03:29 +00:00
2 changed files with 25 additions and 23 deletions

View File

@@ -106,11 +106,12 @@ export default function GamingCafePage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwo <TestimonialCardTwo
animationType="blur-reveal" animationType="blur-reveal"
title="From Our Community" title="Community Voices"
description="Hear what the local gaming legends think about Nexus." description="Real feedback from our competitive gaming regulars."
testimonials={[ 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: "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" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
@@ -120,11 +121,12 @@ export default function GamingCafePage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqDouble <FaqDouble
faqs={[ faqs={[
{ id: "1", title: "Can I book a private room?", content: "Yes, we have 4 private soundproof rooms for teams." }, { 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: "Are energy drinks available?", content: "We carry a curated selection of premium gaming fuel." }, { 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" title="Help & Info"
description="Everything you need to get started at Nexus." description="All you need to know to get your game on at Nexus."
faqsAnimation="slide-up" faqsAnimation="slide-up"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
@@ -133,10 +135,10 @@ export default function GamingCafePage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
tag="Get Early Access" tag="Inquire & Book"
title="Join the Pro Lounge" title="Reserve Your Rig"
description="Sign up for our membership to get priority booking and exclusive hourly rates." description="Contact us for team bookings, event inquiries, or to secure your premium gaming station today."
buttons={[{ text: "Become a Member" }]} buttons={[{ text: "Inquire Now" }, { text: "Book Station" }]}
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}
/> />
@@ -144,12 +146,12 @@ export default function GamingCafePage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="NEXUS" logoText="NEXUS CAFE"
columns={[ columns={[
{ title: "Cafe", items: [{ label: "Hardware", href: "#products" }, { label: "Locations", href: "#contact" }] }, { title: "Gaming Cafe", items: [{ label: "Hardware", href: "#products" }, { label: "Bookings", href: "#contact" }, { label: "Events", href: "#" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Terms", 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> </div>
</ReactLenis> </ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #020617;
--card: #1a1a2e; --card: #0f172a;
--foreground: #f8f8f2; --foreground: #e2e8f0;
--primary-cta: #9d4edd; --primary-cta: #c4d8f9;
--primary-cta-text: #f5f4ef; --primary-cta-text: #f5f4ef;
--secondary-cta: #24244a; --secondary-cta: #041633;
--secondary-cta-text: #2a2928; --secondary-cta-text: #2a2928;
--accent: #5a189a; --accent: #2d30f3;
--background-accent: #3c096c; --background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);