Merge version_1 into main #7

Merged
bender merged 5 commits from version_1 into main 2026-03-11 15:45:49 +00:00
5 changed files with 149 additions and 232 deletions

View File

@@ -12,23 +12,23 @@ import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Radio, Users } from "lucide-re
export default function AboutPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Gaming Setup", id: "gaming-setup" },
{ name: "Pricing", id: "pricing" },
{ name: "Tournaments", id: "tournaments" },
{ name: "Contact", id: "contact" },
{ name: "Gaming Setup", id: "/gaming-setup" },
{ name: "Pricing", id: "#pricing" },
{ name: "Tournaments", id: "#tournaments" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Gaming Experience", items: [
{ label: "Gaming Setup", href: "/gaming-setup" },
{ label: "Pricing", href: "/pricing" },
{ label: "Pricing", href: "#pricing" },
{ label: "Book Session", href: "https://wa.me/917022946056" },
],
},
{
title: "Community", items: [
{ label: "Tournaments", href: "/tournaments" },
{ label: "Tournaments", href: "#tournaments" },
{ label: "Discord Server", href: "https://discord.gg" },
{ label: "Instagram", href: "https://instagram.com" },
],
@@ -39,7 +39,8 @@ export default function AboutPage() {
{ label: "WhatsApp", href: "https://wa.me/917022946056" },
{ label: "Email Support", href: "mailto:info@m80esports.com" },
{
label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"},
label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"
},
],
},
];
@@ -65,8 +66,9 @@ export default function AboutPage() {
<TextSplitAbout
title="About M80 Esports"
description={[
"M80 Esports is Bangalore's premier gaming cafe dedicated to building a thriving local esports and gaming community. We provide a space where competitive gamers, casual players, and groups of friends come together to compete, connect, and celebrate their passion for gaming.", "Our mission is to deliver the ultimate gaming experience with high-performance equipment, a welcoming community atmosphere, and expert staff who understand what gamers need. We believe in creating more than just a cafe - we're building a home for Bangalore's gaming culture.", "Whether you're here to compete in tournaments, practice your favorite titles, or hang out with friends, M80 Esports offers the perfect environment with cutting-edge technology and an electric, inclusive community vibe."]}
buttons={[{ text: "Join Our Community", href: "contact" }]}
"M80 Esports is Bangalore's premier gaming cafe dedicated to building a thriving local esports and gaming community. We provide a space where competitive gamers, casual players, and groups of friends come together to compete, connect, and celebrate their passion for gaming.", "Our mission is to deliver the ultimate gaming experience with high-performance equipment, a welcoming community atmosphere, and expert staff who understand what gamers need. We believe in creating more than just a cafe - we're building a home for Bangalore's gaming culture.", "Whether you're here to compete in tournaments, practice your favorite titles, or hang out with friends, M80 Esports offers the perfect environment with cutting-edge technology and an electric, inclusive community vibe."
]}
buttons={[{ text: "Join Our Community", href: "#contact" }]}
useInvertedBackground={false}
showBorder={true}
/>
@@ -80,7 +82,8 @@ export default function AboutPage() {
features={[
{
id: "1", title: "Inclusivity First", description: "Whether you're a pro esports player or picking up a controller for the first time, M80 Esports welcomes you. We create tournaments and spaces for all skill levels, fostering an inclusive gaming culture where everyone belongs.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-playing-video-games-console-enjoying-drinks-snacks-after-work-coworkers-having-fun-with-game-controllers-while-using-television-after-hours_482257-33396.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colleagues-playing-video-games-console-enjoying-drinks-snacks-after-work-coworkers-having-fun-with-game-controllers-while-using-television-after-hours_482257-33396.jpg"
},
items: [
{ icon: Users, text: "All Skill Levels Welcome" },
{ icon: Trophy, text: "Beginner-Friendly Events" },
@@ -90,7 +93,8 @@ export default function AboutPage() {
},
{
id: "2", title: "Premium Equipment & Standards", description: "Quality gaming hardware is essential for true esports. We invest in the latest RTX graphics cards, high-refresh displays, and professional peripherals. Every station is maintained to tournament standards, ensuring fair competition and optimal performance.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=5"},
imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=5"
},
items: [
{ icon: Zap, text: "High-End Hardware" },
{ icon: Gauge, text: "Tournament Standards" },
@@ -100,7 +104,8 @@ export default function AboutPage() {
},
{
id: "3", title: "Community-Centered Events", description: "Esports thrives on community. We host weekly tournaments, skill-development sessions, and social gaming nights. Our Discord community has 500+ active members, creating networking opportunities and fostering genuine friendships among gamers.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-restaurant-menu_23-2150520104.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-looking-restaurant-menu_23-2150520104.jpg"
},
items: [
{ icon: Trophy, text: "Weekly Tournaments" },
{ icon: Gamepad2, text: "Skill Development" },
@@ -123,7 +128,7 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[
{ text: "Visit Us", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore" },
{ text: "Contact Us", href: "contact" },
{ text: "Contact Us", href: "/contact" },
]}
/>
</div>

View File

@@ -11,38 +11,33 @@ export default function ContactPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Gaming Setup", id: "/gaming-setup" },
{ name: "Pricing", id: "/pricing" },
{ name: "Tournaments", id: "/tournaments" },
{ name: "Pricing", id: "#pricing" },
{ name: "Tournaments", id: "#tournaments" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Gaming Experience",
items: [
title: "Gaming Experience", items: [
{ label: "Gaming Setup", href: "/gaming-setup" },
{ label: "Pricing", href: "/pricing" },
{ label: "Pricing", href: "#pricing" },
{ label: "Book Session", href: "https://wa.me/917022946056" },
],
},
{
title: "Community",
items: [
{ label: "Tournaments", href: "/tournaments" },
title: "Community", items: [
{ label: "Tournaments", href: "#tournaments" },
{ label: "Discord Server", href: "https://discord.gg" },
{ label: "Instagram", href: "https://instagram.com" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 70229 46056", href: "tel:+917022946056" },
{ label: "WhatsApp", href: "https://wa.me/917022946056" },
{ label: "Email Support", href: "mailto:info@m80esports.com" },
{
label: "Get Directions",
href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore",
},
label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"},
],
},
];
@@ -63,10 +58,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="M80 Esports"
navItems={navItems.map((item) => ({
name: item.name,
id: item.id,
}))}
navItems={navItems}
/>
</div>
@@ -79,9 +71,7 @@ export default function ContactPage() {
buttons={[
{ text: "Book Now", href: "https://wa.me/917022946056" },
{
text: "Get Directions",
href: "https://maps.google.com/?q=M80+Esports+Gaming+Cafe+RMV+Extension+Bangalore",
},
text: "Get Directions", href: "https://maps.google.com/?q=M80+Esports+Gaming+Cafe+RMV+Extension+Bangalore"},
]}
/>
</div>
@@ -90,53 +80,29 @@ export default function ContactPage() {
<FaqBase
faqs={[
{
id: "1",
title: "What are the operating hours?",
content:
"M80 Esports is open daily and closes at 10 PM. We're open from early morning to late evening to accommodate both casual and competitive gamers. For specific opening times on holidays, please check our Discord community or call us at +91 70229 46056.",
},
id: "1", title: "What are the operating hours?", content:
"M80 Esports is open daily and closes at 10 PM. We're open from early morning to late evening to accommodate both casual and competitive gamers. For specific opening times on holidays, please check our Discord community or call us at +91 70229 46056."},
{
id: "2",
title: "How do I book a gaming session?",
content:
"You can book your gaming session directly through our website, via WhatsApp at +91 70229 46056, or walk-in at our cafe. We recommend online booking during peak hours to secure your preferred gaming station and time slot.",
},
id: "2", title: "How do I book a gaming session?", content:
"You can book your gaming session directly through our website, via WhatsApp at +91 70229 46056, or walk-in at our cafe. We recommend online booking during peak hours to secure your preferred gaming station and time slot."},
{
id: "3",
title: "What games are available?",
content:
"We support all major titles including Valorant, Counter-Strike 2, PUBG, Dota 2, FIFA, and many more. Our PCs are optimized for competitive gaming with high refresh rates and minimal latency. We also have racing simulators and PS5 stations for console gaming.",
},
id: "3", title: "What games are available?", content:
"We support all major titles including Valorant, Counter-Strike 2, PUBG, Dota 2, FIFA, and many more. Our PCs are optimized for competitive gaming with high refresh rates and minimal latency. We also have racing simulators and PS5 stations for console gaming."},
{
id: "4",
title: "Do you offer food and beverages?",
content:
"Yes! We offer energy drinks, soft drinks, and quick snacks perfect for gaming sessions. Our menu includes energy drinks to keep you refreshed during competitive play, soft drinks, and quick bites. We also allow external food in most cases.",
},
id: "4", title: "Do you offer food and beverages?", content:
"Yes! We offer energy drinks, soft drinks, and quick snacks perfect for gaming sessions. Our menu includes energy drinks to keep you refreshed during competitive play, soft drinks, and quick bites. We also allow external food in most cases."},
{
id: "5",
title: "How can I participate in tournaments?",
content:
"Visit the Tournaments & Events page on our website to see upcoming competitions, or join our Discord community for registration details. We host weekly tournaments with prize pools. Student and group discounts are available!",
},
id: "5", title: "How can I participate in tournaments?", content:
"Visit the Tournaments & Events page on our website to see upcoming competitions, or join our Discord community for registration details. We host weekly tournaments with prize pools. Student and group discounts are available!"},
{
id: "6",
title: "What are the student discounts?",
content:
"Students get a special rate of ₹350/hour on our premium gaming stations. Valid student ID is required. Group discounts are also available for college gaming clubs and friend groups. Contact us for bulk booking rates.",
},
id: "6", title: "What are the student discounts?", content:
"Students get a special rate of ₹350/hour on our premium gaming stations. Valid student ID is required. Group discounts are also available for college gaming clubs and friend groups. Contact us for bulk booking rates."},
{
id: "7",
title: "Is there a membership plan?",
content:
"Yes! Our VIP membership at ₹150/month gives you unlimited gaming access, a reserved premium station, free tournament entries, and exclusive benefits. It's perfect for regular gamers who want to level up their experience.",
},
id: "7", title: "Is there a membership plan?", content:
"Yes! Our VIP membership at ₹150/month gives you unlimited gaming access, a reserved premium station, free tournament entries, and exclusive benefits. It's perfect for regular gamers who want to level up their experience."},
{
id: "8",
title: "Can I stream from your cafe?",
content:
"Absolutely! We have professional streaming setup available. Contact our staff about streaming options. Our tournament stations are equipped for live streaming with high-speed internet and spectator screens.",
},
id: "8", title: "Can I stream from your cafe?", content:
"Absolutely! We have professional streaming setup available. Contact our staff about streaming options. Our tournament stations are equipped for live streaming with high-speed internet and spectator screens."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about M80 Esports gaming cafe"

View File

@@ -21,9 +21,9 @@ export default function GamingSetupPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Gaming Setup", id: "/gaming-setup" },
{ name: "Pricing", id: "pricing" },
{ name: "Tournaments", id: "tournaments" },
{ name: "Contact", id: "contact" },
{ name: "Pricing", id: "#pricing" },
{ name: "Tournaments", id: "#tournaments" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
@@ -47,7 +47,8 @@ export default function GamingSetupPage() {
{ label: "WhatsApp", href: "https://wa.me/917022946056" },
{ label: "Email Support", href: "mailto:info@m80esports.com" },
{
label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"},
label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"
},
],
},
];
@@ -74,13 +75,16 @@ export default function GamingSetupPage() {
products={[
{
id: "gaming-pc", name: "High-End Gaming PC Stations", price: "₹500/hour", variant: "RTX 4080 | 360Hz Monitors", imageSrc:
"http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=3", imageAlt: "High-performance gaming PC setup"},
"http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=3", imageAlt: "High-performance gaming PC setup"
},
{
id: "racing-sim", name: "Professional Racing Simulator", price: "₹400/hour", variant: "Force Feedback Wheel | Surround Sound", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=3", imageAlt: "Professional racing simulator cockpit"},
"http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=3", imageAlt: "Professional racing simulator cockpit"
},
{
id: "ps5-station", name: "PS5 Multiplayer Gaming", price: "₹300/hour", variant: "4K Display | Comfortable Seating", imageSrc:
"http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg?_wi=2", imageAlt: "PS5 gaming station setup"},
"http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg?_wi=2", imageAlt: "PS5 gaming station setup"
},
]}
title="Premium Gaming Experiences"
description="Explore our world-class gaming setups designed for competitive play and casual entertainment"
@@ -99,7 +103,8 @@ export default function GamingSetupPage() {
id: "1", title: "High-Performance Gaming Rigs", description:
"Equipped with RTX 4080 GPUs, Intel i9 processors, and 360Hz monitors for ultra-competitive gaming. Every station is optimized for the latest AAA titles and esports games.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=4"},
"http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=4"
},
items: [
{ icon: Zap, text: "RTX 4080 Graphics" },
{ icon: Gauge, text: "360Hz Refresh Rate" },
@@ -111,7 +116,8 @@ export default function GamingSetupPage() {
id: "2", title: "Racing Simulator Experience", description:
"Professional-grade racing simulator with force feedback technology, multiple track options, and realistic physics. Perfect for racing enthusiasts and competitive sim racing tournaments.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=4"},
"http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=4"
},
items: [
{ icon: Gauge, text: "Force Feedback Wheel" },
{ icon: Gamepad2, text: "Realistic Physics Engine" },
@@ -123,7 +129,8 @@ export default function GamingSetupPage() {
id: "3", title: "Competitive Esports Arena", description:
"Dedicated tournament space with professional streaming setup, spectator screens, and commentary booths. Host weekly tournaments for Valorant, CS2, and other competitive titles.", media: {
imageSrc:
"http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg?_wi=2"},
"http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg?_wi=2"
},
items: [
{ icon: Radio, text: "Professional Streaming" },
{ icon: Users, text: "Spectator Areas" },

View File

@@ -17,23 +17,23 @@ import { Zap, Gauge, Lightbulb, Gamepad2, Trophy, Radio, Users, Flame, Crown, Gr
export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Gaming Setup", id: "gaming-setup" },
{ name: "Pricing", id: "pricing" },
{ name: "Tournaments", id: "tournaments" },
{ name: "Contact", id: "contact" },
{ name: "Gaming Setup", id: "/gaming-setup" },
{ name: "Pricing", id: "/pricing" },
{ name: "Tournaments", id: "/tournaments" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Gaming Experience", items: [
{ label: "Gaming Setup", href: "/gaming-setup" },
{ label: "Pricing", href: "/pricing" },
{ label: "Pricing", href: "#pricing" },
{ label: "Book Session", href: "https://wa.me/917022946056" },
],
},
{
title: "Community", items: [
{ label: "Tournaments", href: "/tournaments" },
{ label: "Tournaments", href: "#tournaments" },
{ label: "Discord Server", href: "https://discord.gg" },
{ label: "Instagram", href: "https://instagram.com" },
],
@@ -44,7 +44,8 @@ export default function HomePage() {
{ label: "WhatsApp", href: "https://wa.me/917022946056" },
{ label: "Email Support", href: "mailto:info@m80esports.com" },
{
label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"},
label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"
},
],
},
];
@@ -78,8 +79,8 @@ export default function HomePage() {
]}
avatarText="Trusted by 1000+ gamers in Bangalore"
buttons={[
{ text: "Book Your Session", href: "contact" },
{ text: "Explore Gaming Setups", href: "gaming-setup" },
{ text: "Book Your Session", href: "#contact" },
{ text: "Explore Gaming Setups", href: "/gaming-setup" },
]}
buttonAnimation="slide-up"
/>
@@ -92,11 +93,14 @@ export default function HomePage() {
tag="Our Arsenal"
products={[
{
id: "gaming-pc", name: "High-End Gaming PC Stations", price: "₹500/hour", variant: "RTX 4080 | 360Hz Monitors", imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=1", imageAlt: "High-performance gaming PC setup"},
id: "gaming-pc", name: "High-End Gaming PC Stations", price: "₹500/hour", variant: "RTX 4080 | 360Hz Monitors", imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=1", imageAlt: "High-performance gaming PC setup"
},
{
id: "racing-sim", name: "Professional Racing Simulator", price: "₹400/hour", variant: "Force Feedback Wheel | Surround Sound", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=1", imageAlt: "Professional racing simulator cockpit"},
id: "racing-sim", name: "Professional Racing Simulator", price: "₹400/hour", variant: "Force Feedback Wheel | Surround Sound", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=1", imageAlt: "Professional racing simulator cockpit"
},
{
id: "ps5-station", name: "PS5 Multiplayer Gaming", price: "₹300/hour", variant: "4K Display | Comfortable Seating", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg?_wi=1", imageAlt: "PS5 gaming station setup"},
id: "ps5-station", name: "PS5 Multiplayer Gaming", price: "₹300/hour", variant: "4K Display | Comfortable Seating", imageSrc: "http://img.b2bpic.net/free-photo/boyfriend-learning-his-girlfriend-play-video-games-television-using-controllers-couple-sitting-couch_482257-26568.jpg?_wi=1", imageAlt: "PS5 gaming station setup"
},
]}
gridVariant="three-columns-all-equal-width"
textboxLayout="default"
@@ -113,7 +117,8 @@ export default function HomePage() {
features={[
{
id: "1", title: "High-Performance Gaming Rigs", description: "Equipped with RTX 4080 GPUs, Intel i9 processors, and 360Hz monitors for ultra-competitive gaming. Every station is optimized for the latest AAA titles and esports games.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-playing-first-person-shooter-online-video-game-powerful-personal-computer-with-colorful-neon-led-lights-cyber-performing-pc-stylish-room-gaming-tournament_482257-13303.jpg?_wi=2"
},
items: [
{ icon: Zap, text: "RTX 4080 Graphics" },
{ icon: Gauge, text: "360Hz Refresh Rate" },
@@ -123,7 +128,8 @@ export default function HomePage() {
},
{
id: "2", title: "Racing Simulator Experience", description: "Professional-grade racing simulator with force feedback technology, multiple track options, and realistic physics. Perfect for racing enthusiasts and competitive sim racing tournaments.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=2"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=2"
},
items: [
{ icon: Gauge, text: "Force Feedback Wheel" },
{ icon: Gamepad2, text: "Realistic Physics Engine" },
@@ -133,7 +139,8 @@ export default function HomePage() {
},
{
id: "3", title: "Competitive Esports Arena", description: "Dedicated tournament space with professional streaming setup, spectator screens, and commentary booths. Host weekly tournaments for Valorant, CS2, and other competitive titles.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-playing-video-games-smiling-happy-pointing-with-hand-finger_839833-9111.jpg?_wi=1"
},
items: [
{ icon: Radio, text: "Professional Streaming" },
{ icon: Users, text: "Spectator Areas" },
@@ -156,22 +163,26 @@ export default function HomePage() {
plans={[
{
id: "casual", badge: "Casual Players", price: "₹250/hr", subtitle: "Perfect for first-timers and casual gaming", features: [
"Access to gaming stations", "Standard PC or PS5 gaming", "Comfortable gaming chair", "High-speed internet"],
"Access to gaming stations", "Standard PC or PS5 gaming", "Comfortable gaming chair", "High-speed internet"
],
},
{
id: "competitive", badge: "Most Popular", badgeIcon: Flame,
price: "₹500/hr", subtitle: "Best for serious competitive gamers", features: [
"Premium gaming rig access", "RTX 4080 + 360Hz monitor", "Dedicated station reservation", "Priority tournament registration", "Exclusive community access"],
"Premium gaming rig access", "RTX 4080 + 360Hz monitor", "Dedicated station reservation", "Priority tournament registration", "Exclusive community access"
],
},
{
id: "premium", badge: "VIP Experience", badgeIcon: Crown,
price: "₹150/month", subtitle: "Unlimited access and exclusive perks", features: [
"Unlimited hourly sessions", "Reserved premium station", "Free tournament entries", "VIP lounge access", "Gaming coach consultations", "Exclusive merchandise"],
"Unlimited hourly sessions", "Reserved premium station", "Free tournament entries", "VIP lounge access", "Gaming coach consultations", "Exclusive merchandise"
],
},
{
id: "student", badge: "Student Offer", badgeIcon: GraduationCap,
price: "₹350/hr", subtitle: "Special rate for college students", features: [
"High-end gaming PC access", "Valid student ID required", "Group discounts available", "Weekend special rates"],
"High-end gaming PC access", "Valid student ID required", "Group discounts available", "Weekend special rates"
],
},
]}
textboxLayout="default"
@@ -214,17 +225,23 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Arjun Sharma", handle: "@valorant_pro_in", testimonial: "Great place and atmosphere, perfect for spending quality time with friends while competitive gaming. The rigs are insanely fast and the staff is super supportive!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=1", imageAlt: "Arjun Sharma"},
id: "1", name: "Arjun Sharma", handle: "@valorant_pro_in", testimonial: "Great place and atmosphere, perfect for spending quality time with friends while competitive gaming. The rigs are insanely fast and the staff is super supportive!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=1", imageAlt: "Arjun Sharma"
},
{
id: "2", name: "Priya Patel", handle: "@gaming_queen_bangalore", testimonial: "Very good ambience, decent pricing and extremely good customer care. This is my go-to place for gaming sessions. The community here is welcoming and fun!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=1", imageAlt: "Priya Patel"},
id: "2", name: "Priya Patel", handle: "@gaming_queen_bangalore", testimonial: "Very good ambience, decent pricing and extremely good customer care. This is my go-to place for gaming sessions. The community here is welcoming and fun!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=1", imageAlt: "Priya Patel"
},
{
id: "3", name: "Rohan Verma", handle: "@esports_streamer", testimonial: "Electric vibe, top-notch rigs, and friendly staff. M80 Esports is the real deal for competitive gaming. Hosting my tournament here was an absolute blast!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg", imageAlt: "Rohan Verma"},
id: "3", name: "Rohan Verma", handle: "@esports_streamer", testimonial: "Electric vibe, top-notch rigs, and friendly staff. M80 Esports is the real deal for competitive gaming. Hosting my tournament here was an absolute blast!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg", imageAlt: "Rohan Verma"
},
{
id: "4", name: "Aisha Khan", handle: "@fps_gamer_aisha", testimonial: "The gaming experience here is unmatched. Premium equipment, professional environment, and amazing community. Definitely the best gaming cafe in Bangalore!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-bearded-man-has-fun-enjoys-favorite-music-makes-yes-gesture-keeps-arms-raised-dances_273609-52492.jpg", imageAlt: "Aisha Khan"},
id: "4", name: "Aisha Khan", handle: "@fps_gamer_aisha", testimonial: "The gaming experience here is unmatched. Premium equipment, professional environment, and amazing community. Definitely the best gaming cafe in Bangalore!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-bearded-man-has-fun-enjoys-favorite-music-makes-yes-gesture-keeps-arms-raised-dances_273609-52492.jpg", imageAlt: "Aisha Khan"
},
{
id: "5", name: "Vikram Desai", handle: "@competitive_gamer", testimonial: "M80 Esports has everything a serious gamer needs. From casual hangouts to competitive tournaments, this place delivers excellence in every aspect. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=2", imageAlt: "Vikram Desai"},
id: "5", name: "Vikram Desai", handle: "@competitive_gamer", testimonial: "M80 Esports has everything a serious gamer needs. From casual hangouts to competitive tournaments, this place delivers excellence in every aspect. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=2", imageAlt: "Vikram Desai"
},
{
id: "6", name: "Neha Gupta", handle: "@casual_gamer_life", testimonial: "Perfect destination for gaming enthusiasts of all levels. The atmosphere is energetic, the equipment is premium, and the people are genuinely nice. Love it here!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=2", imageAlt: "Neha Gupta"},
id: "6", name: "Neha Gupta", handle: "@casual_gamer_life", testimonial: "Perfect destination for gaming enthusiasts of all levels. The atmosphere is energetic, the equipment is premium, and the people are genuinely nice. Love it here!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=2", imageAlt: "Neha Gupta"
},
]}
/>
</div>
@@ -238,21 +255,29 @@ export default function HomePage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "What are the operating hours?", content: "M80 Esports is open daily and closes at 10 PM. We're open from early morning to late evening to accommodate both casual and competitive gamers. For specific opening times on holidays, please check our Discord community or call us at +91 70229 46056."},
id: "1", title: "What are the operating hours?", content: "M80 Esports is open daily and closes at 10 PM. We're open from early morning to late evening to accommodate both casual and competitive gamers. For specific opening times on holidays, please check our Discord community or call us at +91 70229 46056."
},
{
id: "2", title: "How do I book a gaming session?", content: "You can book your gaming session directly through our website, via WhatsApp at +91 70229 46056, or walk-in at our cafe. We recommend online booking during peak hours to secure your preferred gaming station and time slot."},
id: "2", title: "How do I book a gaming session?", content: "You can book your gaming session directly through our website, via WhatsApp at +91 70229 46056, or walk-in at our cafe. We recommend online booking during peak hours to secure your preferred gaming station and time slot."
},
{
id: "3", title: "What games are available?", content: "We support all major titles including Valorant, Counter-Strike 2, PUBG, Dota 2, FIFA, and many more. Our PCs are optimized for competitive gaming with high refresh rates and minimal latency. We also have racing simulators and PS5 stations for console gaming."},
id: "3", title: "What games are available?", content: "We support all major titles including Valorant, Counter-Strike 2, PUBG, Dota 2, FIFA, and many more. Our PCs are optimized for competitive gaming with high refresh rates and minimal latency. We also have racing simulators and PS5 stations for console gaming."
},
{
id: "4", title: "Do you offer food and beverages?", content: "Yes! We offer energy drinks, soft drinks, and quick snacks perfect for gaming sessions. Our menu includes energy drinks to keep you refreshed during competitive play, soft drinks, and quick bites. We also allow external food in most cases."},
id: "4", title: "Do you offer food and beverages?", content: "Yes! We offer energy drinks, soft drinks, and quick snacks perfect for gaming sessions. Our menu includes energy drinks to keep you refreshed during competitive play, soft drinks, and quick bites. We also allow external food in most cases."
},
{
id: "5", title: "How can I participate in tournaments?", content: "Visit the Tournaments & Events page on our website to see upcoming competitions, or join our Discord community for registration details. We host weekly tournaments with prize pools. Student and group discounts are available!"},
id: "5", title: "How can I participate in tournaments?", content: "Visit the Tournaments & Events page on our website to see upcoming competitions, or join our Discord community for registration details. We host weekly tournaments with prize pools. Student and group discounts are available!"
},
{
id: "6", title: "What are the student discounts?", content: "Students get a special rate of ₹350/hour on our premium gaming stations. Valid student ID is required. Group discounts are also available for college gaming clubs and friend groups. Contact us for bulk booking rates."},
id: "6", title: "What are the student discounts?", content: "Students get a special rate of ₹350/hour on our premium gaming stations. Valid student ID is required. Group discounts are also available for college gaming clubs and friend groups. Contact us for bulk booking rates."
},
{
id: "7", title: "Is there a membership plan?", content: "Yes! Our VIP membership at ₹150/month gives you unlimited gaming access, a reserved premium station, free tournament entries, and exclusive benefits. It's perfect for regular gamers who want to level up their experience."},
id: "7", title: "Is there a membership plan?", content: "Yes! Our VIP membership at ₹150/month gives you unlimited gaming access, a reserved premium station, free tournament entries, and exclusive benefits. It's perfect for regular gamers who want to level up their experience."
},
{
id: "8", title: "Can I stream from your cafe?", content: "Absolutely! We have professional streaming setup available. Contact our staff about streaming options. Our tournament stations are equipped for live streaming with high-speed internet and spectator screens."},
id: "8", title: "Can I stream from your cafe?", content: "Absolutely! We have professional streaming setup available. Contact our staff about streaming options. Our tournament stations are equipped for live streaming with high-speed internet and spectator screens."
},
]}
/>
</div>

View File

@@ -11,39 +11,34 @@ import FooterBase from "@/components/sections/footer/FooterBase";
export default function TournamentsPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Gaming Setup", id: "gaming-setup" },
{ name: "Pricing", id: "pricing" },
{ name: "Tournaments", id: "tournaments" },
{ name: "Contact", id: "contact" },
{ name: "Gaming Setup", id: "/gaming-setup" },
{ name: "Pricing", id: "#pricing" },
{ name: "Tournaments", id: "#tournaments" },
{ name: "Contact", id: "/contact" },
];
const footerColumns = [
{
title: "Gaming Experience",
items: [
title: "Gaming Experience", items: [
{ label: "Gaming Setup", href: "/gaming-setup" },
{ label: "Pricing", href: "/pricing" },
{ label: "Pricing", href: "#pricing" },
{ label: "Book Session", href: "https://wa.me/917022946056" },
],
},
{
title: "Community",
items: [
{ label: "Tournaments", href: "/tournaments" },
title: "Community", items: [
{ label: "Tournaments", href: "#tournaments" },
{ label: "Discord Server", href: "https://discord.gg" },
{ label: "Instagram", href: "https://instagram.com" },
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: +91 70229 46056", href: "tel:+917022946056" },
{ label: "WhatsApp", href: "https://wa.me/917022946056" },
{ label: "Email Support", href: "mailto:info@m80esports.com" },
{
label: "Get Directions",
href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore",
},
label: "Get Directions", href: "https://maps.google.com/?q=17/A+3rd+Floor+Samruthi+Nest+New+BEL+Road+Bangalore"},
],
},
];
@@ -72,37 +67,16 @@ export default function TournamentsPage() {
tag="Events"
metrics={[
{
id: "weekly",
value: "12+",
title: "Weekly Gaming Tournaments",
items: [
"Valorant competitive leagues",
"Counter-Strike 2 championships",
"Racing simulator series",
"Fighting game exhibitions",
],
id: "weekly", value: "12+", title: "Weekly Gaming Tournaments", items: [
"Valorant competitive leagues", "Counter-Strike 2 championships", "Racing simulator series", "Fighting game exhibitions"],
},
{
id: "monthly",
value: "4",
title: "Monthly Esports Events",
items: [
"Large prize pools ₹50K+",
"Live streaming & commentary",
"Professional tournament format",
"Spectator-friendly arena",
],
id: "monthly", value: "4", title: "Monthly Esports Events", items: [
"Large prize pools ₹50K+", "Live streaming & commentary", "Professional tournament format", "Spectator-friendly arena"],
},
{
id: "community",
value: "500+",
title: "Active Gaming Community Members",
items: [
"Discord community server",
"Leaderboard rankings system",
"Team formation support",
"Networking opportunities",
],
id: "community", value: "500+", title: "Active Gaming Community Members", items: [
"Discord community server", "Leaderboard rankings system", "Team formation support", "Networking opportunities"],
},
]}
textboxLayout="default"
@@ -120,53 +94,17 @@ export default function TournamentsPage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Arjun Sharma",
handle: "@valorant_pro_in",
testimonial: "Won my first Valorant tournament here and the experience was incredible. Professional setup, fair judging, and amazing community support!",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=3",
imageAlt: "Arjun Sharma",
},
id: "1", name: "Arjun Sharma", handle: "@valorant_pro_in", testimonial: "Won my first Valorant tournament here and the experience was incredible. Professional setup, fair judging, and amazing community support!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=3", imageAlt: "Arjun Sharma"},
{
id: "2",
name: "Priya Patel",
handle: "@gaming_queen_bangalore",
testimonial: "The tournament infrastructure here is world-class. Real prize pools, professional live streaming, and an electric crowd. This is where champions are made!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=3",
imageAlt: "Priya Patel",
},
id: "2", name: "Priya Patel", handle: "@gaming_queen_bangalore", testimonial: "The tournament infrastructure here is world-class. Real prize pools, professional live streaming, and an electric crowd. This is where champions are made!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=3", imageAlt: "Priya Patel"},
{
id: "3",
name: "Rohan Verma",
handle: "@esports_streamer",
testimonial: "As a content creator, hosting my tournament stream here was perfect. The equipment is top-tier, audience engagement is real, and the vibe is electric!",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg?_wi=2",
imageAlt: "Rohan Verma",
},
id: "3", name: "Rohan Verma", handle: "@esports_streamer", testimonial: "As a content creator, hosting my tournament stream here was perfect. The equipment is top-tier, audience engagement is real, and the vibe is electric!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg?_wi=2", imageAlt: "Rohan Verma"},
{
id: "4",
name: "Aisha Khan",
handle: "@fps_gamer_aisha",
testimonial: "The CS2 tournaments here are highly competitive and professionally managed. Finally found a venue that takes esports seriously. Highly recommended for any competitive gamer!",
imageSrc: "http://img.b2bpic.net/free-photo/carefree-bearded-man-has-fun-enjoys-favorite-music-makes-yes-gesture-keeps-arms-raised-dances_273609-52492.jpg?_wi=2",
imageAlt: "Aisha Khan",
},
id: "4", name: "Aisha Khan", handle: "@fps_gamer_aisha", testimonial: "The CS2 tournaments here are highly competitive and professionally managed. Finally found a venue that takes esports seriously. Highly recommended for any competitive gamer!", imageSrc: "http://img.b2bpic.net/free-photo/carefree-bearded-man-has-fun-enjoys-favorite-music-makes-yes-gesture-keeps-arms-raised-dances_273609-52492.jpg?_wi=2", imageAlt: "Aisha Khan"},
{
id: "5",
name: "Vikram Desai",
handle: "@competitive_gamer",
testimonial: "Participated in multiple tournaments here. The prize pools are legit, the scheduling is efficient, and the community is supportive. This is the best tournament venue in Bangalore!",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=4",
imageAlt: "Vikram Desai",
},
id: "5", name: "Vikram Desai", handle: "@competitive_gamer", testimonial: "Participated in multiple tournaments here. The prize pools are legit, the scheduling is efficient, and the community is supportive. This is the best tournament venue in Bangalore!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=4", imageAlt: "Vikram Desai"},
{
id: "6",
name: "Neha Gupta",
handle: "@casual_gamer_life",
testimonial: "Even as a casual player, the beginner tournaments here are welcoming and fun. No gatekeeping, just pure gaming passion and community spirit. Love the inclusive approach!",
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=4",
imageAlt: "Neha Gupta",
},
id: "6", name: "Neha Gupta", handle: "@casual_gamer_life", testimonial: "Even as a casual player, the beginner tournaments here are welcoming and fun. No gatekeeping, just pure gaming passion and community spirit. Love the inclusive approach!", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=4", imageAlt: "Neha Gupta"},
]}
/>
</div>
@@ -180,45 +118,21 @@ export default function TournamentsPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "What tournaments do you host?",
content: "We host tournaments for major competitive titles including Valorant, Counter-Strike 2, PUBG, Dota 2, and fighting games. We also organize racing simulator championships and seasonal esports leagues. Check our Discord community for the complete tournament calendar.",
},
id: "1", title: "What tournaments do you host?", content: "We host tournaments for major competitive titles including Valorant, Counter-Strike 2, PUBG, Dota 2, and fighting games. We also organize racing simulator championships and seasonal esports leagues. Check our Discord community for the complete tournament calendar."},
{
id: "2",
title: "How do I register for a tournament?",
content: "You can register through our website, Discord community, or directly at our cafe. Registration typically opens one week before each tournament. For team tournaments, ensure all team members are registered. Contact our staff for detailed registration procedures.",
},
id: "2", title: "How do I register for a tournament?", content: "You can register through our website, Discord community, or directly at our cafe. Registration typically opens one week before each tournament. For team tournaments, ensure all team members are registered. Contact our staff for detailed registration procedures."},
{
id: "3",
title: "What are the prize pools?",
content: "Prize pools vary based on tournament size and sponsorship. Weekly tournaments typically have ₹5K-10K pools, while monthly championships feature pools of ₹50K+. VIP members get free tournament entries and bonus prize opportunities. Check specific tournament details for exact prize breakdowns.",
},
id: "3", title: "What are the prize pools?", content: "Prize pools vary based on tournament size and sponsorship. Weekly tournaments typically have ₹5K-10K pools, while monthly championships feature pools of ₹50K+. VIP members get free tournament entries and bonus prize opportunities. Check specific tournament details for exact prize breakdowns."},
{
id: "4",
title: "Can beginners participate?",
content: "Absolutely! We host tournaments for all skill levels including beginner-friendly divisions. Competitive and casual tournaments run on different schedules. Everyone is welcome to participate and experience the thrill of esports competition.",
},
id: "4", title: "Can beginners participate?", content: "Absolutely! We host tournaments for all skill levels including beginner-friendly divisions. Competitive and casual tournaments run on different schedules. Everyone is welcome to participate and experience the thrill of esports competition."},
{
id: "5",
title: "Is there a team registration limit?",
content: "Team size depends on the game format. Most tournaments support 2-5 player teams. You can form teams with other community members or register individually for team-based games. We assist with team formation if needed.",
},
id: "5", title: "Is there a team registration limit?", content: "Team size depends on the game format. Most tournaments support 2-5 player teams. You can form teams with other community members or register individually for team-based games. We assist with team formation if needed."},
{
id: "6",
title: "What are the venue rules during tournaments?",
content: "All participants must follow our code of conduct: no toxic behavior, respect all players, follow organizer decisions, and maintain sportsmanship. Professional gaming requires a respectful environment. Violations may result in disqualification.",
},
id: "6", title: "What are the venue rules during tournaments?", content: "All participants must follow our code of conduct: no toxic behavior, respect all players, follow organizer decisions, and maintain sportsmanship. Professional gaming requires a respectful environment. Violations may result in disqualification."},
{
id: "7",
title: "Can I spectate tournaments?",
content: "Yes! All our tournaments are open to spectators. We have dedicated spectator seating, live commentary, and projection screens. Join our Discord to get tournament schedules and spectator guidelines.",
},
id: "7", title: "Can I spectate tournaments?", content: "Yes! All our tournaments are open to spectators. We have dedicated spectator seating, live commentary, and projection screens. Join our Discord to get tournament schedules and spectator guidelines."},
{
id: "8",
title: "Do you have coaching or practice sessions?",
content: "Yes! VIP members get access to gaming coach consultations and dedicated practice stations. We also offer community practice sessions. Contact our staff to arrange personalized coaching or team practice schedules.",
},
id: "8", title: "Do you have coaching or practice sessions?", content: "Yes! VIP members get access to gaming coach consultations and dedicated practice stations. We also offer community practice sessions. Contact our staff to arrange personalized coaching or team practice schedules."},
]}
/>
</div>