From 4a7030641b98440d675b959a27c500cc8d6f12f4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:44:05 +0000 Subject: [PATCH 1/2] Update src/app/description/page.tsx --- src/app/description/page.tsx | 75 +++++++++--------------------------- 1 file changed, 19 insertions(+), 56 deletions(-) diff --git a/src/app/description/page.tsx b/src/app/description/page.tsx index c157bb0..0a6aa36 100644 --- a/src/app/description/page.tsx +++ b/src/app/description/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import TextAbout from '@/components/sections/about/TextAbout'; import { Monitor, Star, Users } from "lucide-react"; -export default function LandingPage() { +export default function DescriptionPage() { return ( @@ -62,49 +48,31 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Pro Rigs", - description: "RTX 4090 powered systems", - icon: Star, + title: "Pro Rigs", description: "RTX 4090 powered systems", icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-3d-glasses_23-2149529415.jpg?_wi=3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-3d-glasses_23-2149529415.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-3d-glasses_23-2149529415.jpg?_wi=4", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/bright-colorful-neon-background_23-2150689417.jpg?_wi=5", - imageAlt: "futuristic gaming cafe", + imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-3d-glasses_23-2149529415.jpg"}, + ] }, { - title: "Community", - description: "Weekly tournaments and meetups", - icon: Users, + title: "Community", description: "Weekly tournaments and meetups", icon: Users, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-playing-videogames_23-2149349982.jpg?_wi=4", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-playing-videogames_23-2149349982.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-playing-videogames_23-2149349982.jpg?_wi=5", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-illuminated-neon-gaming-keyboard-setup-3d-glasses_23-2149529415.jpg?_wi=5", - imageAlt: "gaming gear setup", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-playing-videogames_23-2149349982.jpg"}, + ] }, { - title: "Visuals", - description: "4K displays for every player", - icon: Monitor, + title: "Visuals", description: "4K displays for every player", icon: Monitor, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/videogamer-losing-graphics-cyberspace-video-game-sitting-gaming-chair-using-wireless-controller-vr-headset-playing-powerful-computer-sad-pro-cyber-man-streaming-online-championship_482257-12497.jpg?_wi=3", - }, + imageSrc: "http://img.b2bpic.net/free-photo/videogamer-losing-graphics-cyberspace-video-game-sitting-gaming-chair-using-wireless-controller-vr-headset-playing-powerful-computer-sad-pro-cyber-man-streaming-online-championship_482257-12497.jpg"}, { - imageSrc: "http://img.b2bpic.net/free-photo/videogamer-losing-graphics-cyberspace-video-game-sitting-gaming-chair-using-wireless-controller-vr-headset-playing-powerful-computer-sad-pro-cyber-man-streaming-online-championship_482257-12497.jpg?_wi=4", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-playing-videogames_23-2149349982.jpg?_wi=6", - imageAlt: "group of gamers playing", + imageSrc: "http://img.b2bpic.net/free-photo/videogamer-losing-graphics-cyberspace-video-game-sitting-gaming-chair-using-wireless-controller-vr-headset-playing-powerful-computer-sad-pro-cyber-man-streaming-online-championship_482257-12497.jpg"}, + ] }, ]} title="Spectrum Features" @@ -114,19 +82,14 @@ export default function LandingPage() {