Update src/app/gaming-setup/page.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
Lightbulb,
|
||||
Gamepad2,
|
||||
Trophy,
|
||||
Broadcast,
|
||||
Radio,
|
||||
Users,
|
||||
} from "lucide-react";
|
||||
|
||||
@@ -28,31 +28,26 @@ export default function GamingSetupPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Gaming Experience",
|
||||
items: [
|
||||
title: "Gaming Experience", items: [
|
||||
{ label: "Gaming Setup", href: "/gaming-setup" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Book Session", href: "https://wa.me/917022946056" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
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"},
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -78,32 +73,14 @@ export default function GamingSetupPage() {
|
||||
<ProductCardFour
|
||||
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",
|
||||
},
|
||||
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", 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",
|
||||
},
|
||||
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", 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",
|
||||
},
|
||||
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", imageAlt: "PS5 gaming station setup"},
|
||||
]}
|
||||
title="Premium Gaming Experiences"
|
||||
description="Explore our world-class gaming setups designed for competitive play and casual entertainment"
|
||||
@@ -119,14 +96,10 @@ export default function GamingSetupPage() {
|
||||
<FeatureCardTen
|
||||
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: {
|
||||
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"},
|
||||
items: [
|
||||
{ icon: Zap, text: "RTX 4080 Graphics" },
|
||||
{ icon: Gauge, text: "360Hz Refresh Rate" },
|
||||
@@ -135,14 +108,10 @@ export default function GamingSetupPage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
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: {
|
||||
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"},
|
||||
items: [
|
||||
{ icon: Gauge, text: "Force Feedback Wheel" },
|
||||
{ icon: Gamepad2, text: "Realistic Physics Engine" },
|
||||
@@ -151,16 +120,12 @@ export default function GamingSetupPage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
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: {
|
||||
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"},
|
||||
items: [
|
||||
{ icon: Broadcast, text: "Professional Streaming" },
|
||||
{ icon: Radio, text: "Professional Streaming" },
|
||||
{ icon: Users, text: "Spectator Areas" },
|
||||
{ icon: Trophy, text: "Tournament Prizes" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user