Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -105,7 +105,7 @@ export default function AboutPage() {
|
||||
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",
|
||||
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" },
|
||||
|
||||
@@ -83,7 +83,7 @@ export default function GamingSetupPage() {
|
||||
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",
|
||||
"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",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ export default function GamingSetupPage() {
|
||||
price: "₹400/hour",
|
||||
variant: "Force Feedback Wheel | Surround Sound",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=3",
|
||||
imageAlt: "Professional racing simulator cockpit",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function GamingSetupPage() {
|
||||
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",
|
||||
"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",
|
||||
},
|
||||
]}
|
||||
@@ -125,7 +125,7 @@ export default function GamingSetupPage() {
|
||||
"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",
|
||||
"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" },
|
||||
@@ -141,7 +141,7 @@ export default function GamingSetupPage() {
|
||||
"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",
|
||||
"http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=4",
|
||||
},
|
||||
items: [
|
||||
{ icon: Gauge, text: "Force Feedback Wheel" },
|
||||
@@ -157,7 +157,7 @@ export default function GamingSetupPage() {
|
||||
"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",
|
||||
"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: Broadcast, text: "Professional Streaming" },
|
||||
|
||||
@@ -1,24 +1,63 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "M80 Esports Gaming Cafe - Bangalore's Premier Gaming Arena",
|
||||
description: "Experience premium esports gaming at M80 Esports in Bangalore. High-end gaming PCs, racing simulators, PS5 stations, tournaments, and competitive community. Book your gaming session today!",
|
||||
keywords: "esports gaming cafe Bangalore, gaming PC rental, gaming lounge, Valorant, CS2, tournaments, gaming community",
|
||||
metadataBase: new URL("https://m80esports.com"),
|
||||
alternates: {
|
||||
canonical: "https://m80esports.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "M80 Esports Gaming Cafe - Level Up Your Game",
|
||||
description: "Bangalore's ultimate esports arena. Premium gaming rigs, tournaments, and thriving community. Open daily!",
|
||||
url: "https://m80esports.com",
|
||||
siteName: "M80 Esports",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/gamer-feeling-gutted-after-losing-videogame-level-screaming-tv_482257-120760.jpg",
|
||||
alt: "M80 Esports Gaming Arena",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "M80 Esports Gaming Cafe Bangalore",
|
||||
description: "Premium esports gaming experience with high-end rigs and competitive tournaments",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/gamer-feeling-gutted-after-losing-videogame-level-screaming-tv_482257-120760.jpg",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +66,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +80,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -101,7 +101,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=1",
|
||||
imageAlt: "Professional racing simulator cockpit",
|
||||
},
|
||||
{
|
||||
@@ -117,7 +117,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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",
|
||||
},
|
||||
]}
|
||||
@@ -139,7 +139,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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" },
|
||||
@@ -153,7 +153,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-victorious-gamer-desk_23-2149350004.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{ icon: Gauge, text: "Force Feedback Wheel" },
|
||||
@@ -167,7 +167,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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: Broadcast, text: "Professional Streaming" },
|
||||
@@ -309,7 +309,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=1",
|
||||
imageAlt: "Arjun Sharma",
|
||||
},
|
||||
{
|
||||
@@ -317,7 +317,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=1",
|
||||
imageAlt: "Priya Patel",
|
||||
},
|
||||
{
|
||||
@@ -325,7 +325,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg?_wi=1",
|
||||
imageAlt: "Rohan Verma",
|
||||
},
|
||||
{
|
||||
@@ -333,7 +333,7 @@ export default function HomePage() {
|
||||
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",
|
||||
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=1",
|
||||
imageAlt: "Aisha Khan",
|
||||
},
|
||||
{
|
||||
@@ -341,7 +341,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=2",
|
||||
imageAlt: "Vikram Desai",
|
||||
},
|
||||
{
|
||||
@@ -349,7 +349,7 @@ export default function HomePage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=2",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -124,7 +124,7 @@ export default function TournamentsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=3",
|
||||
imageAlt: "Arjun Sharma",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function TournamentsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=3",
|
||||
imageAlt: "Priya Patel",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function TournamentsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-earbuds-outside_23-2148381755.jpg?_wi=2",
|
||||
imageAlt: "Rohan Verma",
|
||||
},
|
||||
{
|
||||
@@ -148,7 +148,7 @@ export default function TournamentsPage() {
|
||||
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",
|
||||
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",
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function TournamentsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-grey-wall_114579-30626.jpg?_wi=4",
|
||||
imageAlt: "Vikram Desai",
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function TournamentsPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed_23-2147678138.jpg?_wi=4",
|
||||
imageAlt: "Neha Gupta",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user