From 077ad4b2d4d7411ce9bfcd645f0334d7b4d21c83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 02:09:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 016580c..2372231 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { tag="New Evolution in RPGs" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127975.jpg", imageAlt: "Awaken Game Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127975.jpg?_wi=1", imageAlt: "Awaken Game Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-sniper-overlooking-neon-city_23-2152031329.jpg", imageAlt: "Awaken Game HUD"} + imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-sniper-overlooking-neon-city_23-2152031329.jpg?_wi=1", imageAlt: "Awaken Game HUD"} ]} mediaAnimation="slide-up" rating={5} @@ -160,7 +160,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alex R.", date: "Oct 2024", title: "Top Player", quote: "The progression system is addictive! Best life sim ever.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/neon-gaming-background_23-2151932057.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127975.jpg", imageAlt: "gamer portrait dark room neon light"}, + id: "1", name: "Alex R.", date: "Oct 2024", title: "Top Player", quote: "The progression system is addictive! Best life sim ever.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/neon-gaming-background_23-2151932057.jpg", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151127975.jpg?_wi=2", imageAlt: "gamer portrait dark room neon light"}, { id: "2", name: "Sarah K.", date: "Sept 2024", title: "Guild Leader", quote: "Awaken makes me feel like the main character every day.", tag: "Leader", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-ai-enhanced-body_23-2151871884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-light-bulb-creative-idea-technology-innovation-design_53876-160230.jpg", imageAlt: "gamer portrait dark room neon light"}, { @@ -168,7 +168,7 @@ export default function LandingPage() { { id: "4", name: "Elena P.", date: "July 2024", title: "Strategist", quote: "Leveling up feels incredibly rewarding in this game.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885267.jpg", imageSrc: "http://img.b2b-vector/space-rescue-game-background_1308-42823.jpg", imageAlt: "gamer portrait dark room neon light"}, { - id: "5", name: "Chris B.", date: "June 2024", title: "Founder", quote: "Community is the heart of Awaken. Highly recommended.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing-with-universe-projection-texture_23-2149581320.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-sniper-overlooking-neon-city_23-2152031329.jpg", imageAlt: "gamer portrait dark room neon light"}, + id: "5", name: "Chris B.", date: "June 2024", title: "Founder", quote: "Community is the heart of Awaken. Highly recommended.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing-with-universe-projection-texture_23-2149581320.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-sniper-overlooking-neon-city_23-2152031329.jpg?_wi=2", imageAlt: "gamer portrait dark room neon light"}, ]} title="Player Journeys" description="Stories from the frontlines of Awaken." -- 2.49.1