From 22ce106550a859f72723c5ea4a82067b93bb3b1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:04:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 163 +++++++++++------------------------------------ 1 file changed, 37 insertions(+), 126 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bea5cc6..19e5985 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,17 @@ export default function LandingPage() { @@ -54,38 +50,19 @@ export default function LandingPage() {
@@ -118,29 +90,19 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Ultra-Fast Fiber", - description: "Gigabit internet speeds for seamless multiplayer gaming.", - }, + title: "Ultra-Fast Fiber", description: "Gigabit internet speeds for seamless multiplayer gaming."}, { icon: Database, - title: "High-End PCs", - description: "Latest RTX graphics cards for ultra-high settings.", - }, + title: "High-End PCs", description: "Latest RTX graphics cards for ultra-high settings."}, { icon: Star, - title: "Esports Ready", - description: "Professional peripherals and ergonomic seating.", - }, + title: "Esports Ready", description: "Professional peripherals and ergonomic seating."}, { icon: Monitor, - title: "4K Displays", - description: "Curved monitors with high refresh rates for clarity.", - }, + title: "4K Displays", description: "Curved monitors with high refresh rates for clarity."}, { icon: Wifi, - title: "Dedicated Servers", - description: "Zero-latency connection for competitive play.", - }, + title: "Dedicated Servers", description: "Zero-latency connection for competitive play."}, ]} title="Why Choose KNT?" description="Equipped with the best technology to ensure a lag-free, immersive gaming experience every single time." @@ -154,49 +116,28 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "1", - badge: "Hourly", - price: "$3/hr", - subtitle: "Perfect for a quick session", - buttons: [ + id: "1", badge: "Hourly", price: "$3/hr", subtitle: "Perfect for a quick session", buttons: [ { - text: "Start Playing", - }, + text: "Start Playing"}, ], features: [ - "Access to all games", - "High-speed internet", - ], + "Access to all games", "High-speed internet"], }, { - id: "2", - badge: "Day Pass", - price: "$20/day", - subtitle: "For the hardcore grind", - buttons: [ + id: "2", badge: "Day Pass", price: "$20/day", subtitle: "For the hardcore grind", buttons: [ { - text: "Book Now", - }, + text: "Book Now"}, ], features: [ - "All-day access", - "Snacks included", - ], + "All-day access", "Snacks included"], }, { - id: "3", - badge: "Night Owl", - price: "$15/night", - subtitle: "Overnight pass", - buttons: [ + id: "3", badge: "Night Owl", price: "$15/night", subtitle: "Overnight pass", buttons: [ { - text: "Book Now", - }, + text: "Book Now"}, ], features: [ - "10pm to 6am", - "Quiet environment", - ], + "10pm to 6am", "Quiet environment"], }, ]} title="Flexible Gaming Rates" @@ -211,40 +152,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex R.", - handle: "@alexgamer", - testimonial: "Best setup I have found in town. FPS is always smooth.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419465.jpg?_wi=2", - }, + id: "1", name: "Alex R.", handle: "@alexgamer", testimonial: "Best setup I have found in town. FPS is always smooth.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419465.jpg"}, { - id: "2", - name: "Sarah L.", - handle: "@sarah_plays", - testimonial: "The community here is amazing. Everyone is friendly.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-optical-glasses-holds-controller-pink_141793-93312.jpg", - }, + id: "2", name: "Sarah L.", handle: "@sarah_plays", testimonial: "The community here is amazing. Everyone is friendly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-optical-glasses-holds-controller-pink_141793-93312.jpg"}, { - id: "3", - name: "Mike D.", - handle: "@mike_plays", - testimonial: "Gigabit internet, no lag, perfect for competitive matches.", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-attractive-businessman-types-message-online_273609-8241.jpg", - }, + id: "3", name: "Mike D.", handle: "@mike_plays", testimonial: "Gigabit internet, no lag, perfect for competitive matches.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-attractive-businessman-types-message-online_273609-8241.jpg"}, { - id: "4", - name: "Jamie V.", - handle: "@jamie_v", - testimonial: "Open late and always clean. Love the night passes.", - imageSrc: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg", - }, + id: "4", name: "Jamie V.", handle: "@jamie_v", testimonial: "Open late and always clean. Love the night passes.", imageSrc: "http://img.b2bpic.net/free-photo/gamer-neon-lights_23-2151948242.jpg"}, { - id: "5", - name: "Chris T.", - handle: "@ct_gamer", - testimonial: "Professional peripherals make all the difference here.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419475.jpg", - }, + id: "5", name: "Chris T.", handle: "@ct_gamer", testimonial: "Professional peripherals make all the difference here.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-with-blue-lights-visual-effects_23-2149419475.jpg"}, ]} title="What Our Gamers Say" description="Join hundreds of happy gamers who make KNT their home base." @@ -255,11 +171,10 @@ export default function LandingPage() { -- 2.49.1