diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a15e48..fe94936 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -119,55 +74,25 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Instant Play Technology", - description: "No installs or long waits. Load any game in seconds.", - icon: Zap, + title: "Instant Play Technology", description: "No installs or long waits. Load any game in seconds.", icon: Zap, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg?_wi=1", - imageAlt: "gaming controller neon lighting", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gamer-holding-controller_23-2149829149.jpg", - imageAlt: "gaming controller neon lighting", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/gamer-looking-internet-websites-gaming-guide-mockup-phone_482257-121625.jpg?_wi=2", - imageAlt: "gaming controller neon lighting", + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-keyboard-desk_23-2149680249.jpg", imageAlt: "gaming controller neon lighting" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-gamer-holding-controller_23-2149829149.jpg", imageAlt: "gaming controller neon lighting" }, + ] }, { - title: "Global Leaderboards", - description: "Compete with friends and strangers for top rankings.", - icon: Trophy, + title: "Global Leaderboards", description: "Compete with friends and strangers for top rankings.", icon: Trophy, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-fantastical-artistic-style_23-2151101657.jpg?_wi=1", - imageAlt: "esports leaderboard graphic", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/young-streamer-winning-shooting-video-games-tournament-celebrating-success-online-live-stream-cheerful-person-feeling-happy-about-action-gameplay-championship-win-computer_482257-41448.jpg", - imageAlt: "esports leaderboard graphic", - }, - ], - imageSrc: "http://img.b2bpic.net/free-vector/medal-low-poly-design-reward-abstract-geometric-image-prize-place-wireframe-mesh-polygonal_271628-278.jpg?_wi=1", - imageAlt: "gaming controller neon lighting", + { imageSrc: "http://img.b2bpic.net/free-photo/lamp-design-with-fantastical-artistic-style_23-2151101657.jpg", imageAlt: "esports leaderboard graphic" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-streamer-winning-shooting-video-games-tournament-celebrating-success-online-live-stream-cheerful-person-feeling-happy-about-action-gameplay-championship-win-computer_482257-41448.jpg", imageAlt: "esports leaderboard graphic" }, + ] }, { - title: "Achievement Badges", - description: "Unlock rare cosmetic items and custom badges.", - icon: Award, + title: "Achievement Badges", description: "Unlock rare cosmetic items and custom badges.", icon: Award, mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-figurine-with-dices_23-2149352296.jpg?_wi=1", - imageAlt: "gaming achievement badge", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/view-brilliant-cartoon-diamond_23-2151752794.jpg", - imageAlt: "gaming achievement badge", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/3d-dice-outdoors_23-2151110387.jpg?_wi=1", - imageAlt: "gaming controller neon lighting", + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-figurine-with-dices_23-2149352296.jpg", imageAlt: "gaming achievement badge" }, + { imageSrc: "http://img.b2bpic.net/free-photo/view-brilliant-cartoon-diamond_23-2151752794.jpg", imageAlt: "gaming achievement badge" }, + ] }, ]} title="Elevate Your Experience" @@ -177,64 +102,15 @@ export default function LandingPage() {