diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index de74f7d..942778e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" }, diff --git a/src/app/gaming-setup/page.tsx b/src/app/gaming-setup/page.tsx index bba6392..58f1a51 100644 --- a/src/app/gaming-setup/page.tsx +++ b/src/app/gaming-setup/page.tsx @@ -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" }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a088e29..dd666b6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}