diff --git a/src/app/page.tsx b/src/app/page.tsx index 2372231..209e49f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,15 +160,15 @@ 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?_wi=2", 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/abstract-digital-technology-background_23-2151127988.jpg", imageAlt: "abstract digital background"}, { - 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"}, + 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/glowing-neon-lines-abstract-background_23-2151127999.jpg", imageAlt: "neon lines background"}, { - id: "3", name: "Mark D.", date: "Aug 2024", title: "Explorer", quote: "The missions are fresh and keeping me coming back.", tag: "Active", avatarSrc: "http://img.b2bpic.net/free-photo/brutal-man-black-hoodie-isolated-fun-dancing_343596-7317.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572173.jpg", imageAlt: "gamer portrait dark room neon light"}, + id: "3", name: "Mark D.", date: "Aug 2024", title: "Explorer", quote: "The missions are fresh and keeping me coming back.", tag: "Active", avatarSrc: "http://img.b2bpic.net/free-photo/brutal-man-black-hoodie-isolated-fun-dancing_343596-7317.jpg", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-city-scenery_23-2151128005.jpg", imageAlt: "futuristic city"}, { - 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: "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.b2bpic.net/free-photo/abstract-cyber-grid_23-2151128015.jpg", imageAlt: "cyber grid background"}, { - 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"}, + 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/dark-fantasy-mountain-scape_23-2151128020.jpg", imageAlt: "fantasy landscape"}, ]} title="Player Journeys" description="Stories from the frontlines of Awaken." @@ -221,4 +221,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file