@@ -101,21 +64,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built for Elite Performance"
metrics={[
- {
- icon: Zap,
- label: "Latency Reduction",
- value: "99.9%",
- },
- {
- icon: Shield,
- label: "Anti-Cheat Protection",
- value: "100%",
- },
- {
- icon: Globe,
- label: "Global Servers",
- value: "500+",
- },
+ { icon: Zap, label: "Latency Reduction", value: "99.9%" },
+ { icon: Shield, label: "Anti-Cheat Protection", value: "100%" },
+ { icon: Globe, label: "Global Servers", value: "500+" },
]}
metricsAnimation="blur-reveal"
/>
@@ -128,68 +79,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Ultra-Low Latency",
- description: "Our dedicated gaming network ensures you receive game data faster than ever before.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105503.jpg",
- imageAlt: "Low latency hardware",
- },
- items: [
- {
- icon: Clock,
- text: "Under 10ms Ping",
- },
- {
- icon: RefreshCcw,
- text: "Real-time Sync",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-device-man-playing-high-fps-videogame-with-spaceship_482257-121698.jpg?_wi=2",
- imageAlt: "pc processor circuit board",
+ title: "Ultra-Low Latency", description: "Our dedicated gaming network ensures you receive game data faster than ever before.", media: { imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105503.jpg", imageAlt: "Low latency hardware" },
+ items: [{ icon: Clock, text: "Under 10ms Ping" }, { icon: RefreshCw, text: "Real-time Sync" }],
+ reverse: false
},
{
- title: "Cloud Dominance",
- description: "Scalable server clusters that adjust dynamically to load, ensuring you never experience game-breaking lag.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/sun-shining-hallway-modern-building-designed-with-colorful-windows_181624-54975.jpg",
- imageAlt: "Cloud server infrastructure",
- },
- items: [
- {
- icon: Server,
- text: "99.99% Uptime",
- },
- {
- icon: TrendingUp,
- text: "Dynamic Scaling",
- },
- ],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/esports-championship-background-3d-illustration_1419-2786.jpg?_wi=2",
- imageAlt: "pc processor circuit board",
+ title: "Cloud Dominance", description: "Scalable server clusters that adjust dynamically to load, ensuring you never experience game-breaking lag.", media: { imageSrc: "http://img.b2bpic.net/free-photo/sun-shining-hallway-modern-building-designed-with-colorful-windows_181624-54975.jpg", imageAlt: "Cloud server infrastructure" },
+ items: [{ icon: Server, text: "99.99% Uptime" }, { icon: TrendingUp, text: "Dynamic Scaling" }],
+ reverse: true
},
{
- title: "Pro-Level Security",
- description: "Advanced neural network monitoring provides instant threat detection, preventing cheaters from ruining your experience.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/glowing-blue-wave-pattern-ignites-futuristic-technology-generated-by-ai_188544-18502.jpg",
- imageAlt: "Anti-cheat dashboard",
- },
- items: [
- {
- icon: Lock,
- text: "AI-Powered Guard",
- },
- {
- icon: ShieldCheck,
- text: "Zero-Day Protection",
- },
- ],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/gradient-illuminated-neon-gaming-desk-setup-with-keyboard_23-2149529409.jpg?_wi=2",
- imageAlt: "pc processor circuit board",
- },
+ title: "Pro-Level Security", description: "Advanced neural network monitoring provides instant threat detection, preventing cheaters from ruining your experience.", media: { imageSrc: "http://img.b2bpic.net/free-photo/glowing-blue-wave-pattern-ignites-futuristic-technology-generated-by-ai_188544-18502.jpg", imageAlt: "Anti-cheat dashboard" },
+ items: [{ icon: Lock, text: "AI-Powered Guard" }, { icon: ShieldCheck, text: "Zero-Day Protection" }],
+ reverse: false
+ }
]}
title="Next-Gen Gaming Infrastructure"
description="Everything you need to compete at the highest level of gaming."
@@ -198,46 +101,14 @@ export default function LandingPage() {
@@ -419,42 +183,9 @@ export default function LandingPage() {