Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-13 16:28:26 +00:00

View File

@@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Broadcast, Cpu, Chair, Crosshair, Flame, Gamepad2, Lightbulb, Map, MessageSquare, Phone, Star, Trophy, Users, Wand2, Wifi, Zap } from 'lucide-react';
import { Cpu, Crosshair, Flame, Gamepad2, Lightbulb, Map, MessageSquare, Phone, Star, Trophy, Users, Wand2, Wifi, Zap, Radio } from 'lucide-react';
export default function LandingPage() {
return (
@@ -47,7 +47,7 @@ export default function LandingPage() {
{ text: "Contact Us", href: "#contact" }
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "animated-grid" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=korfuu"
imageAlt="NEXUS ARENA Gaming Setup with RGB Lights"
mediaAnimation="blur-reveal"
@@ -153,7 +153,7 @@ export default function LandingPage() {
title: "Lightning Fast Internet", description: "1Gbps dedicated fiber connection with 1ms latency", bentoComponent: "reveal-icon", icon: Wifi
},
{
title: "Premium Gaming Chairs", description: "Ergonomic racing chairs with lumbar support for long sessions", bentoComponent: "reveal-icon", icon: Chair
title: "Premium Gaming Chairs", description: "Ergonomic racing chairs with lumbar support for long sessions", bentoComponent: "reveal-icon", icon: Users
},
{
title: "RGB Gaming Atmosphere", description: "Immersive lighting system that syncs with gameplay", bentoComponent: "reveal-icon", icon: Lightbulb
@@ -204,7 +204,7 @@ export default function LandingPage() {
id: "review-5", name: "Dilshod Rahimov", role: "Gaming Student", testimonial: "Best place to grind and improve my gaming skills. Great prices, professional environment, and amazing vibes with other players.", icon: Zap
},
{
id: "review-6", name: "Aziz Hasanov", role: "Streamer", testimonial: "As a content creator, NEXUS ARENA is my go-to place. Excellent streaming setup, perfect for tournaments, and the community engagement is unmatched!", icon: Broadcast
id: "review-6", name: "Aziz Hasanov", role: "Streamer", testimonial: "As a content creator, NEXUS ARENA is my go-to place. Excellent streaming setup, perfect for tournaments, and the community engagement is unmatched!", icon: Radio
}
]}
carouselMode="buttons"
@@ -260,7 +260,7 @@ export default function LandingPage() {
{ text: "Visit Us in Gulistan", href: "#location" }
]}
buttonAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "animated-grid" }}
useInvertedBackground={false}
className="py-20"
containerClassName="max-w-4xl mx-auto"