9 Commits

Author SHA1 Message Date
173d38b1f1 Merge version_4 into main
Merge version_4 into main
2026-05-07 09:08:35 +00:00
941cdaf465 Update src/app/page.tsx 2026-05-07 09:08:32 +00:00
b9734cfa32 Merge version_4 into main
Merge version_4 into main
2026-05-07 09:08:12 +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">
<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,15 +146,15 @@ 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>
</ThemeProvider>
);
}
}

View File

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