Update src/app/page.tsx
This commit is contained in:
457
src/app/page.tsx
457
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Memberships",
|
||||
id: "#memberships",
|
||||
},
|
||||
name: "Memberships", id: "#memberships"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/gamer-winning-losing-video-games-console-tournament_482257-121988.jpg"
|
||||
logoAlt="The Matrix Gaming Arena Logo"
|
||||
@@ -77,43 +61,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Unleash Your Inner Gamer"
|
||||
description="Step into THE MATRIX GAMING ARENA and experience the future of immersive gaming. High-end rigs, cutting-edge simulators, and epic battles await."
|
||||
tag="Next-Gen Gaming Experience"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Book Now", href: "#pricing"},
|
||||
{
|
||||
text: "Explore Memberships",
|
||||
href: "#memberships",
|
||||
},
|
||||
text: "Explore Memberships", href: "#memberships"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-pro-gamer-broadcasting-game-internet-talking-with-audience_482257-99050.jpg",
|
||||
alt: "Gamer Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-pro-gamer-broadcasting-game-internet-talking-with-audience_482257-99050.jpg", alt: "Gamer Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-fun-gaming-laughing-with-friends_482257-116059.jpg",
|
||||
alt: "Gamer Michael",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-having-fun-gaming-laughing-with-friends_482257-116059.jpg", alt: "Gamer Michael"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2148963950.jpg",
|
||||
alt: "Gamer Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2148963950.jpg", alt: "Gamer Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-sporty-man-wearing-headband-wristband-with-headphones-phone-arm-band-showing-running-gesture-isolated-pink-wall_141793-87618.jpg",
|
||||
alt: "Gamer David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pleased-young-sporty-man-wearing-headband-wristband-with-headphones-phone-arm-band-showing-running-gesture-isolated-pink-wall_141793-87618.jpg", alt: "Gamer David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-holding-controller_23-2149005238.jpg",
|
||||
alt: "Gamer Alex",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-holding-controller_23-2149005238.jpg", alt: "Gamer Alex"},
|
||||
]}
|
||||
avatarText="Join 1000+ happy gamers!"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3E4HAueePLMUOSM1zCwKpH5IeMs/uploaded-1780316248644-01rv4dls.jpg"
|
||||
@@ -121,25 +90,15 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Latest Consoles",
|
||||
},
|
||||
type: "text", text: "Latest Consoles"},
|
||||
{
|
||||
type: "text",
|
||||
text: "High-End PCs",
|
||||
},
|
||||
type: "text", text: "High-End PCs"},
|
||||
{
|
||||
type: "text",
|
||||
text: "VR Experiences",
|
||||
},
|
||||
type: "text", text: "VR Experiences"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Racing Sims",
|
||||
},
|
||||
type: "text", text: "Racing Sims"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Esports Ready",
|
||||
},
|
||||
type: "text", text: "Esports Ready"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -149,14 +108,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Welcome to Your Gaming Sanctuary"
|
||||
description={[
|
||||
"The Matrix Gaming Arena is where passion meets precision. We've built a state-of-the-art facility designed for serious competitors and casual players alike, offering the latest consoles, high-performance PCs, and thrilling VR experiences.",
|
||||
"Our mission is to provide an unparalleled gaming environment, fostering community, competition, and unforgettable moments. Whether you're chasing high scores, battling friends, or exploring new virtual worlds, The Matrix is your ultimate destination.",
|
||||
]}
|
||||
"The Matrix Gaming Arena is where passion meets precision. We've built a state-of-the-art facility designed for serious competitors and casual players alike, offering the latest consoles, high-performance PCs, and thrilling VR experiences.", "Our mission is to provide an unparalleled gaming environment, fostering community, competition, and unforgettable moments. Whether you're chasing high scores, battling friends, or exploring new virtual worlds, The Matrix is your ultimate destination."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,41 +123,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "ps5-zone",
|
||||
title: "PS5 & Console Zone",
|
||||
descriptions: [
|
||||
"Dive into the latest PlayStation 5 titles on 55\" 144Hz displays. Perfect for solo missions or epic multiplayer clashes.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074279.jpg",
|
||||
imageAlt: "PlayStation 5 console gaming zone",
|
||||
},
|
||||
id: "ps5-zone", title: "PS5 & Console Zone", descriptions: [
|
||||
"Dive into the latest PlayStation 5 titles on 55\" 144Hz displays. Perfect for solo missions or epic multiplayer clashes."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074279.jpg", imageAlt: "PlayStation 5 console gaming zone"},
|
||||
{
|
||||
id: "racing-sims",
|
||||
title: "Racing Simulators",
|
||||
descriptions: [
|
||||
"Feel the thrill of the track with our professional racing simulators. Immersive cockpits and ultra-realistic physics put you in the driver's seat.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674280.jpg",
|
||||
imageAlt: "Professional racing simulator setup",
|
||||
},
|
||||
id: "racing-sims", title: "Racing Simulators", descriptions: [
|
||||
"Feel the thrill of the track with our professional racing simulators. Immersive cockpits and ultra-realistic physics put you in the driver's seat."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-car-driving-city_23-2151674280.jpg", imageAlt: "Professional racing simulator setup"},
|
||||
{
|
||||
id: "vr-experiences",
|
||||
title: "PSVR2 & VR Experiences",
|
||||
descriptions: [
|
||||
"Step into new realities with PlayStation VR2 and a selection of mind-bending VR games. Total immersion guaranteed.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-virtual-reality-headset_107420-96183.jpg",
|
||||
imageAlt: "Person using a VR headset",
|
||||
},
|
||||
id: "vr-experiences", title: "PSVR2 & VR Experiences", descriptions: [
|
||||
"Step into new realities with PlayStation VR2 and a selection of mind-bending VR games. Total immersion guaranteed."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-using-virtual-reality-headset_107420-96183.jpg", imageAlt: "Person using a VR headset"},
|
||||
{
|
||||
id: "the-arena",
|
||||
title: "The Arena (PC Gaming)",
|
||||
descriptions: [
|
||||
"Dominate the competition in our dedicated PC gaming zone, featuring 75\" 144Hz displays and high-performance rigs. Ready for competitive play.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hacker-hood-bringing-laptop-with-code_482257-78425.jpg",
|
||||
imageAlt: "Large PC gaming arena with multiple stations",
|
||||
},
|
||||
id: "the-arena", title: "The Arena (PC Gaming)", descriptions: [
|
||||
"Dominate the competition in our dedicated PC gaming zone, featuring 75\" 144Hz displays and high-performance rigs. Ready for competitive play."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hacker-hood-bringing-laptop-with-code_482257-78425.jpg", imageAlt: "Large PC gaming arena with multiple stations"},
|
||||
]}
|
||||
title="Experience Cutting-Edge Gaming"
|
||||
description="Discover our diverse zones, each equipped with the latest technology for an unbeatable gaming adventure."
|
||||
@@ -217,53 +152,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "entry-pass",
|
||||
name: "Entry Pass",
|
||||
price: "₹1499/-",
|
||||
variant: "24-Hour PS5 Pass + 3 Arena Entries (Valid for 30 days)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039310.jpg",
|
||||
imageAlt: "Entry Pass",
|
||||
},
|
||||
id: "entry-pass", name: "Entry Pass", price: "₹1499/-", variant: "24-Hour PS5 Pass + 3 Arena Entries (Valid for 30 days)", imageSrc: "http://img.b2bpic.net/free-photo/rendering-smart-home-device_23-2151039310.jpg", imageAlt: "Entry Pass"},
|
||||
{
|
||||
id: "standard-pass",
|
||||
name: "Standard Pass",
|
||||
price: "₹2199/-",
|
||||
variant: "36-Hour PS5 Pass + 5 Arena Entries (Valid for 30 days)",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/vibrant-fluorescent-colors-template-design_23-2151859479.jpg",
|
||||
imageAlt: "Standard Pass",
|
||||
},
|
||||
id: "standard-pass", name: "Standard Pass", price: "₹2199/-", variant: "36-Hour PS5 Pass + 5 Arena Entries (Valid for 30 days)", imageSrc: "http://img.b2bpic.net/free-psd/vibrant-fluorescent-colors-template-design_23-2151859479.jpg", imageAlt: "Standard Pass"},
|
||||
{
|
||||
id: "premium-pass",
|
||||
name: "Premium Pass",
|
||||
price: "₹2899/-",
|
||||
variant: "48-Hour PS5 Pass + 10 Arena Entries (Valid for 45 days)",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-military-game-rank-badges_107791-19234.jpg",
|
||||
imageAlt: "Premium Pass",
|
||||
},
|
||||
id: "premium-pass", name: "Premium Pass", price: "₹2899/-", variant: "48-Hour PS5 Pass + 10 Arena Entries (Valid for 45 days)", imageSrc: "http://img.b2bpic.net/free-vector/set-military-game-rank-badges_107791-19234.jpg", imageAlt: "Premium Pass"},
|
||||
{
|
||||
id: "ultimate-pass",
|
||||
name: "Ultimate Pass",
|
||||
price: "₹3999/-",
|
||||
variant: "100-Hour PS5 Pass + 20 Arena Entries + 10 Racing Sim Access + 10 PSVR2 Access (Valid for 60 days)",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s0ooso",
|
||||
imageAlt: "Ultimate Pass",
|
||||
},
|
||||
id: "ultimate-pass", name: "Ultimate Pass", price: "₹3999/-", variant: "100-Hour PS5 Pass + 20 Arena Entries + 10 Racing Sim Access + 10 PSVR2 Access (Valid for 60 days)", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s0ooso", imageAlt: "Ultimate Pass"},
|
||||
{
|
||||
id: "rookie-pass",
|
||||
name: "Rookie Pass",
|
||||
price: "₹2999/-",
|
||||
variant: "24H Racing Sim Access | 5 VR Sim Entries (Valid for 30 days)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-colorized-glass-phone-16-pro-max_187299-45892.jpg",
|
||||
imageAlt: "Rookie Pass",
|
||||
},
|
||||
id: "rookie-pass", name: "Rookie Pass", price: "₹2999/-", variant: "24H Racing Sim Access | 5 VR Sim Entries (Valid for 30 days)", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-colorized-glass-phone-16-pro-max_187299-45892.jpg", imageAlt: "Rookie Pass"},
|
||||
{
|
||||
id: "padlock-pass",
|
||||
name: "Padlock Pass",
|
||||
price: "₹3999/-",
|
||||
variant: "48H Racing Sim Access | 10 VR Sim Entries (Valid for 45 days)",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cute-couple-having-fun_23-2148311245.jpg",
|
||||
imageAlt: "Padlock Pass",
|
||||
},
|
||||
id: "padlock-pass", name: "Padlock Pass", price: "₹3999/-", variant: "48H Racing Sim Access | 10 VR Sim Entries (Valid for 45 days)", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-cute-couple-having-fun_23-2148311245.jpg", imageAlt: "Padlock Pass"},
|
||||
]}
|
||||
title="Exclusive Memberships"
|
||||
description="Unlock more playtime and premium benefits with our exclusive membership passes, designed for every level of gamer. Valid for first 50 customers!"
|
||||
@@ -277,101 +176,41 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "ps5-1p",
|
||||
title: "PS5 (55\" 144Hz) - 1P",
|
||||
price: "₹70",
|
||||
period: "/30 mins",
|
||||
features: [
|
||||
"Single player access",
|
||||
"Latest PS5 titles",
|
||||
"Immersive display",
|
||||
],
|
||||
id: "ps5-1p", title: "PS5 (55\" 144Hz) - 1P", price: "₹70", period: "/30 mins", features: [
|
||||
"Single player access", "Latest PS5 titles", "Immersive display"],
|
||||
button: {
|
||||
text: "Book PS5",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gamer-holding-controller_23-2149829149.jpg",
|
||||
imageAlt: "PS5 controller",
|
||||
},
|
||||
text: "Book PS5"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gamer-holding-controller_23-2149829149.jpg", imageAlt: "PS5 controller"},
|
||||
{
|
||||
id: "ps5-2p",
|
||||
title: "PS5 (55\" 144Hz) - 2P",
|
||||
price: "₹120",
|
||||
period: "/30 mins",
|
||||
features: [
|
||||
"Two player access",
|
||||
"Co-op & Versus modes",
|
||||
"High-refresh display",
|
||||
],
|
||||
id: "ps5-2p", title: "PS5 (55\" 144Hz) - 2P", price: "₹120", period: "/30 mins", features: [
|
||||
"Two player access", "Co-op & Versus modes", "High-refresh display"],
|
||||
button: {
|
||||
text: "Book PS5 Duo",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255146.jpg",
|
||||
imageAlt: "Two PS5 controllers",
|
||||
},
|
||||
text: "Book PS5 Duo"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-ar-headset-surrounded-by-bright-blue-neon-colors_23-2151255146.jpg", imageAlt: "Two PS5 controllers"},
|
||||
{
|
||||
id: "racing-sim-1p",
|
||||
title: "Racing Simulator - 1P",
|
||||
price: "₹120",
|
||||
period: "/30 mins",
|
||||
features: [
|
||||
"Single player cockpit",
|
||||
"Realistic force feedback",
|
||||
"High-fidelity visuals",
|
||||
],
|
||||
id: "racing-sim-1p", title: "Racing Simulator - 1P", price: "₹120", period: "/30 mins", features: [
|
||||
"Single player cockpit", "Realistic force feedback", "High-fidelity visuals"],
|
||||
button: {
|
||||
text: "Book Racing Sim",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5186.jpg",
|
||||
imageAlt: "Racing simulator wheel",
|
||||
},
|
||||
text: "Book Racing Sim"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-massaging-armchair-using-vr-technology_158595-5186.jpg", imageAlt: "Racing simulator wheel"},
|
||||
{
|
||||
id: "racing-sim-vr",
|
||||
title: "Racing Simulator - SIM + VR",
|
||||
price: "₹240",
|
||||
period: "/30 mins",
|
||||
features: [
|
||||
"VR enhanced racing",
|
||||
"Full motion simulation",
|
||||
"Unmatched realism",
|
||||
],
|
||||
id: "racing-sim-vr", title: "Racing Simulator - SIM + VR", price: "₹240", period: "/30 mins", features: [
|
||||
"VR enhanced racing", "Full motion simulation", "Unmatched realism"],
|
||||
button: {
|
||||
text: "Book VR Racing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568813.jpg",
|
||||
imageAlt: "VR headset",
|
||||
},
|
||||
text: "Book VR Racing"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anime-character-using-virtual-reality-glasses-metaverse_23-2151568813.jpg", imageAlt: "VR headset"},
|
||||
{
|
||||
id: "psvr2-1p",
|
||||
title: "PSVR2 - 1P",
|
||||
price: "₹200",
|
||||
period: "/30 mins",
|
||||
features: [
|
||||
"Single player VR",
|
||||
"Next-gen VR titles",
|
||||
"Dynamic immersion",
|
||||
],
|
||||
id: "psvr2-1p", title: "PSVR2 - 1P", price: "₹200", period: "/30 mins", features: [
|
||||
"Single player VR", "Next-gen VR titles", "Dynamic immersion"],
|
||||
button: {
|
||||
text: "Book PSVR2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-vr-glasses_23-2149350041.jpg",
|
||||
imageAlt: "PSVR2 headset",
|
||||
},
|
||||
text: "Book PSVR2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-vr-glasses_23-2149350041.jpg", imageAlt: "PSVR2 headset"},
|
||||
{
|
||||
id: "the-arena-1p",
|
||||
title: "The Arena (75\" 144Hz) - 1P",
|
||||
price: "₹120",
|
||||
period: "/30 mins",
|
||||
features: [
|
||||
"Single player PC",
|
||||
"High-performance rig",
|
||||
"Competitive display",
|
||||
],
|
||||
id: "the-arena-1p", title: "The Arena (75\" 144Hz) - 1P", price: "₹120", period: "/30 mins", features: [
|
||||
"Single player PC", "High-performance rig", "Competitive display"],
|
||||
button: {
|
||||
text: "Book PC Arena",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-bowling_107420-84936.jpg",
|
||||
imageAlt: "Gaming PC setup",
|
||||
},
|
||||
text: "Book PC Arena"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-bowling_107420-84936.jpg", imageAlt: "Gaming PC setup"},
|
||||
]}
|
||||
title="Flexible Session Pricing"
|
||||
description="Choose your gaming experience and pay for the time you need. Membership available for better rates!"
|
||||
@@ -383,27 +222,16 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "players-served",
|
||||
value: "15,000+",
|
||||
title: "Happy Gamers",
|
||||
description: "Visited our arena and powered up their play.",
|
||||
icon: Users,
|
||||
id: "players-served", value: "15,000+", title: "Happy Gamers", description: "Visited our arena and powered up their play.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "hours-played",
|
||||
value: "50,000+",
|
||||
title: "Hours of Gameplay",
|
||||
description: "Logged on our high-end machines and simulators.",
|
||||
icon: Clock,
|
||||
id: "hours-played", value: "50,000+", title: "Hours of Gameplay", description: "Logged on our high-end machines and simulators.", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "tournaments-hosted",
|
||||
value: "100+",
|
||||
title: "Tournaments Hosted",
|
||||
description: "Bringing the competitive spirit to local esports.",
|
||||
icon: Trophy,
|
||||
id: "tournaments-hosted", value: "100+", title: "Tournaments Hosted", description: "Bringing the competitive spirit to local esports.", icon: Trophy,
|
||||
},
|
||||
]}
|
||||
title="The Matrix by the Numbers"
|
||||
@@ -417,59 +245,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Best Gaming Spot in Town!",
|
||||
quote: "The Matrix has the best setup hands down. The PS5s are always updated, and the racing sims are incredibly realistic. It's my go-to place!",
|
||||
name: "Sarah J.",
|
||||
role: "Casual Gamer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holding-controller-close-up_23-2149005239.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", title: "Best Gaming Spot in Town!", quote: "The Matrix has the best setup hands down. The PS5s are always updated, and the racing sims are incredibly realistic. It's my go-to place!", name: "Sarah J.", role: "Casual Gamer", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-controller-close-up_23-2149005239.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Unmatched VR Experience",
|
||||
quote: "I've tried many VR setups, but PSVR2 at The Matrix is on another level. The immersion is fantastic, and the staff are super helpful.",
|
||||
name: "Michael C.",
|
||||
role: "VR Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-wiht-checkered-red-black-shirt-using-headphones_140725-13086.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", title: "Unmatched VR Experience", quote: "I've tried many VR setups, but PSVR2 at The Matrix is on another level. The immersion is fantastic, and the staff are super helpful.", name: "Michael C.", role: "VR Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-wiht-checkered-red-black-shirt-using-headphones_140725-13086.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Perfect for Competitive Play",
|
||||
quote: "Our team uses The Arena for practice, and the high-refresh monitors and powerful PCs give us a real edge. Highly recommend for serious gamers.",
|
||||
name: "Emily R.",
|
||||
role: "Esports Team Captain",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-looks-positive_114579-19325.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", title: "Perfect for Competitive Play", quote: "Our team uses The Arena for practice, and the high-refresh monitors and powerful PCs give us a real edge. Highly recommend for serious gamers.", name: "Emily R.", role: "Esports Team Captain", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-looks-positive_114579-19325.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Value with Memberships",
|
||||
quote: "The membership passes are a game-changer! I save so much, and get access to all the zones. It's the best investment for any regular player.",
|
||||
name: "David K.",
|
||||
role: "Long-time Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-video-games_23-2148369485.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", title: "Great Value with Memberships", quote: "The membership passes are a game-changer! I save so much, and get access to all the zones. It's the best investment for any regular player.", name: "David K.", role: "Long-time Member", imageSrc: "http://img.b2bpic.net/free-photo/woman-playing-video-games_23-2148369485.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
title: "A True Gaming Community",
|
||||
quote: "Beyond the tech, it's the atmosphere. Everyone is friendly, and I've met so many new gaming buddies here. It's more than just an arena; it's a community.",
|
||||
name: "Alex P.",
|
||||
role: "Community Member",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-playing-music-phone_23-2148362747.jpg",
|
||||
imageAlt: "Alex Petrov",
|
||||
},
|
||||
id: "5", title: "A True Gaming Community", quote: "Beyond the tech, it's the atmosphere. Everyone is friendly, and I've met so many new gaming buddies here. It's more than just an arena; it's a community.", name: "Alex P.", role: "Community Member", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-senior-playing-music-phone_23-2148362747.jpg", imageAlt: "Alex Petrov"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Always a Thrill!",
|
||||
quote: "Every visit is a blast! The staff are amazing, the equipment is top-notch, and there's always something new to try. Never a dull moment at The Matrix.",
|
||||
name: "Jessica L.",
|
||||
role: "Adventure Seeker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149349990.jpg",
|
||||
imageAlt: "Jessica Lee",
|
||||
},
|
||||
id: "6", title: "Always a Thrill!", quote: "Every visit is a blast! The staff are amazing, the equipment is top-notch, and there's always something new to try. Never a dull moment at The Matrix.", name: "Jessica L.", role: "Adventure Seeker", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149349990.jpg", imageAlt: "Jessica Lee"},
|
||||
]}
|
||||
title="Hear From Our Champions"
|
||||
description="Don't just take our word for it – see what our amazing community of gamers has to say about The Matrix Gaming Arena."
|
||||
@@ -482,30 +268,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I book a session?",
|
||||
content: "You can book a session directly through our website, or by visiting our reception. We recommend booking in advance, especially during peak hours, to secure your spot.",
|
||||
},
|
||||
id: "faq-1", title: "How do I book a session?", content: "You can book a session directly through our website, or by visiting our reception. We recommend booking in advance, especially during peak hours, to secure your spot."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What games are available?",
|
||||
content: "We offer a wide selection of popular titles across all our zones, including PS5, PC, Racing Sims, and VR. Our library is regularly updated with new releases and classics.",
|
||||
},
|
||||
id: "faq-2", title: "What games are available?", content: "We offer a wide selection of popular titles across all our zones, including PS5, PC, Racing Sims, and VR. Our library is regularly updated with new releases and classics."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Are memberships worth it?",
|
||||
content: "Absolutely! Memberships provide significant savings on hourly rates, exclusive access to certain zones, and priority booking, making them ideal for regular visitors.",
|
||||
},
|
||||
id: "faq-3", title: "Are memberships worth it?", content: "Absolutely! Memberships provide significant savings on hourly rates, exclusive access to certain zones, and priority booking, making them ideal for regular visitors."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Can I bring my own peripherals?",
|
||||
content: "Yes, you are welcome to bring your own gaming headsets, controllers, and other peripherals. Please ensure they are compatible with our systems.",
|
||||
},
|
||||
id: "faq-4", title: "Can I bring my own peripherals?", content: "Yes, you are welcome to bring your own gaming headsets, controllers, and other peripherals. Please ensure they are compatible with our systems."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Do you host birthday parties or events?",
|
||||
content: "Yes, we do! The Matrix Gaming Arena is a fantastic venue for birthday parties, corporate team-building events, and private gaming tournaments. Contact us for custom packages.",
|
||||
},
|
||||
id: "faq-5", title: "Do you host birthday parties or events?", content: "Yes, we do! The Matrix Gaming Arena is a fantastic venue for birthday parties, corporate team-building events, and private gaming tournaments. Contact us for custom packages."},
|
||||
]}
|
||||
title="Got Questions? We've Got Answers."
|
||||
description="Find quick answers to the most common questions about our gaming arena, bookings, and memberships."
|
||||
@@ -517,18 +288,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static-grid",
|
||||
}}
|
||||
variant: "downward-rays-static-grid"}}
|
||||
text="Ready to Level Up Your Game?"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:play@matrixarena.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:play@matrixarena.com"},
|
||||
{
|
||||
text: "Visit Us",
|
||||
href: "https://www.google.com/maps/search/The+Matrix+Gaming+Arena",
|
||||
},
|
||||
text: "Visit Us", href: "https://www.google.com/maps/search/The+Matrix+Gaming+Arena"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -540,66 +306,39 @@ export default function LandingPage() {
|
||||
logoText="THE MATRIX GAMING ARENA"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Memberships",
|
||||
href: "#memberships",
|
||||
},
|
||||
label: "Memberships", href: "#memberships"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Gaming Zones",
|
||||
items: [
|
||||
title: "Gaming Zones", items: [
|
||||
{
|
||||
label: "PS5 Zone",
|
||||
href: "#features",
|
||||
},
|
||||
label: "PS5 Zone", href: "#features"},
|
||||
{
|
||||
label: "Racing Simulators",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Racing Simulators", href: "#features"},
|
||||
{
|
||||
label: "VR Experiences",
|
||||
href: "#features",
|
||||
},
|
||||
label: "VR Experiences", href: "#features"},
|
||||
{
|
||||
label: "The Arena (PC)",
|
||||
href: "#features",
|
||||
},
|
||||
label: "The Arena (PC)", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user