From a5ab55ca3cdcd0323ada7211f84769a8df3d50e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 09:44:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++++------------------------------------- 1 file changed, 45 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8046b08..55a62fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,74 +31,44 @@ export default function LandingPage() {
@@ -124,55 +94,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Low Latency Routing", - description: "Optimized network routes ensuring lowest possible ping.", - icon: Zap, + title: "Low Latency Routing", description: "Optimized network routes ensuring lowest possible ping.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/speed-meter-extreme-scale-fast_53876-120604.jpg", - imageAlt: "fast server speed motion", - }, + imageSrc: "http://img.b2bpic.net/free-photo/speed-meter-extreme-scale-fast_53876-120604.jpg", imageAlt: "fast server speed motion"}, { - imageSrc: "http://img.b2bpic.net/free-photo/blue-light-lines-dots-from-fiber-optic-wires-dark-background-computer-communications-idea-selective-focus-blur-dark-background_166373-1651.jpg", - imageAlt: "fast server speed motion", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-pro-streamer-streaming-videogame-talking-into-headset_482257-112403.jpg?_wi=2", - imageAlt: "fast server speed motion", + imageSrc: "http://img.b2bpic.net/free-photo/blue-light-lines-dots-from-fiber-optic-wires-dark-background-computer-communications-idea-selective-focus-blur-dark-background_166373-1651.jpg", imageAlt: "fast server speed motion"}, + ] }, { - title: "Hardened DDOS Protection", - description: "Automatic filtering against modern network attacks.", - icon: Shield, + title: "Hardened DDOS Protection", description: "Automatic filtering against modern network attacks.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637782.jpg", - imageAlt: "ddos protection cyber security", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637782.jpg", imageAlt: "ddos protection cyber security"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-mainframes-fixing_482257-108930.jpg", - imageAlt: "ddos protection cyber security", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/dystopian-scene-with-destroyed-landscape-apocalyptic-atmosphere_23-2150461586.jpg?_wi=2", - imageAlt: "fast server speed motion", + imageSrc: "http://img.b2bpic.net/free-photo/mockup-laptop-mainframes-fixing_482257-108930.jpg", imageAlt: "ddos protection cyber security"}, + ] }, { - title: "High Tickrate CPU", - description: "Dedicated overclocked cores for superior performance.", - icon: Database, + title: "High Tickrate CPU", description: "Dedicated overclocked cores for superior performance.", icon: Database, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-tech-location-with-ai-servers_482257-89107.jpg", - imageAlt: "gaming hardware performance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-tech-location-with-ai-servers_482257-89107.jpg", imageAlt: "gaming hardware performance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-laptop-hard-drive-arrangement_23-2149417022.jpg", - imageAlt: "gaming hardware performance", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-dark-background-with-purple-lines-generative-ai_169016-30670.jpg?_wi=2", - imageAlt: "fast server speed motion", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-laptop-hard-drive-arrangement_23-2149417022.jpg", imageAlt: "gaming hardware performance"}, + ] }, ]} title="Infrastructure Engineered for Speed" @@ -187,39 +133,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", - badge: "Basic", - price: "$12/mo", - subtitle: "Perfect for CS 1.6 casual", - features: [ - "12 Slots", - "DDOS Protection", - "Standard Support", - ], + id: "starter", badge: "Basic", price: "$12/mo", subtitle: "Perfect for CS 1.6 casual", features: [ + "12 Slots", "DDOS Protection", "Standard Support"], }, { - id: "pro", - badge: "Elite", - price: "$25/mo", - subtitle: "Best for Pro Leagues", - features: [ - "32 Slots", - "High-Priority CPU", - "Priority Support", - "Automated Backups", - ], + id: "pro", badge: "Elite", price: "$25/mo", subtitle: "Best for Pro Leagues", features: [ + "32 Slots", "High-Priority CPU", "Priority Support", "Automated Backups"], }, { - id: "pro-max", - badge: "Pro", - price: "$45/mo", - subtitle: "Ultimate Performance", - features: [ - "Unlim Slots", - "Dedicated Bandwidth", - "24/7 Support", - "Tickrate Tuning", - ], + id: "pro-max", badge: "Pro", price: "$45/mo", subtitle: "Ultimate Performance", features: [ + "Unlim Slots", "Dedicated Bandwidth", "24/7 Support", "Tickrate Tuning"], }, ]} title="Choose Your Server" @@ -230,48 +153,19 @@ export default function LandingPage() {