From 9699af87d7dd14091e5c2327c96c3ce23a899753 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 05:57:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 071a7bc..9024988 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { blogs={[ { id: "1", category: ["Reviews", "AAA Games"], - title: "The Future of Gaming: What's Coming in 2024", excerpt: "Explore the most anticipated game releases and technological innovations shaping the gaming industry this year.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-friends-watching-sports-tv_23-2148894756.jpg", imageAlt: "2024 Gaming Preview", authorName: "Marcus Chen", authorAvatar: "http://img.b2bpic.net/free-photo/confident-young-sporty-man-wearing-wristband-crossing-hands-isolated-orange-background_141793-63377.jpg", date: "March 15, 2024" + title: "The Future of Gaming: What's Coming in 2024", excerpt: "Explore the most anticipated game releases and technological innovations shaping the gaming industry this year.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-friends-watching-sports-tv_23-2148894756.jpg?_wi=1", imageAlt: "2024 Gaming Preview", authorName: "Marcus Chen", authorAvatar: "http://img.b2bpic.net/free-photo/confident-young-sporty-man-wearing-wristband-crossing-hands-isolated-orange-background_141793-63377.jpg", date: "March 15, 2024" }, { id: "2", category: ["Guides", "Strategy"], - title: "Mastering Competitive Gaming: Pro Tips and Tricks", excerpt: "Learn advanced strategies and techniques from professional esports players to elevate your competitive gameplay.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-hand-drawn-group-women_52683-58045.jpg", imageAlt: "Gaming Strategy Guide", authorName: "Alex Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-young-man-with-camera_23-2148503626.jpg", date: "March 12, 2024" + title: "Mastering Competitive Gaming: Pro Tips and Tricks", excerpt: "Learn advanced strategies and techniques from professional esports players to elevate your competitive gameplay.", imageSrc: "http://img.b2bpic.net/free-vector/abstract-hand-drawn-group-women_52683-58045.jpg?_wi=1", imageAlt: "Gaming Strategy Guide", authorName: "Alex Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-young-man-with-camera_23-2148503626.jpg", date: "March 12, 2024" }, { id: "3", category: ["Community", "Events"], - title: "Gaming Festival 2024: A Celebration of Gaming Culture", excerpt: "Join us as we cover the biggest gaming festival of the year, featuring tournaments, cosplay, and exclusive reveals.", imageSrc: "http://img.b2bpic.net/free-photo/friends-indian-origin-having-fun_23-2150285317.jpg", imageAlt: "Gaming Festival Coverage", authorName: "Jordan Smith", authorAvatar: "http://img.b2bpic.net/free-vector/flat-game-streamer-elements-collection_23-2148914931.jpg", date: "March 10, 2024" + title: "Gaming Festival 2024: A Celebration of Gaming Culture", excerpt: "Join us as we cover the biggest gaming festival of the year, featuring tournaments, cosplay, and exclusive reveals.", imageSrc: "http://img.b2bpic.net/free-photo/friends-indian-origin-having-fun_23-2150285317.jpg?_wi=1", imageAlt: "Gaming Festival Coverage", authorName: "Jordan Smith", authorAvatar: "http://img.b2bpic.net/free-vector/flat-game-streamer-elements-collection_23-2148914931.jpg", date: "March 10, 2024" } ]} animationType="slide-up" @@ -134,13 +134,13 @@ export default function LandingPage() { tagAnimation="blur-reveal" products={[ { - id: "game-1", name: "Stellar Odyssey: The Void Awaits", price: "Rating: 9.2/10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-friends-watching-sports-tv_23-2148894756.jpg", imageAlt: "Game Review" + id: "game-1", name: "Stellar Odyssey: The Void Awaits", price: "Rating: 9.2/10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-friends-watching-sports-tv_23-2148894756.jpg?_wi=2", imageAlt: "Game Review" }, { - id: "game-2", name: "Shadow's Edge: Reborn", price: "Rating: 8.7/10", imageSrc: "http://img.b2bpic.net/free-vector/abstract-hand-drawn-group-women_52683-58045.jpg", imageAlt: "Game Review" + id: "game-2", name: "Shadow's Edge: Reborn", price: "Rating: 8.7/10", imageSrc: "http://img.b2bpic.net/free-vector/abstract-hand-drawn-group-women_52683-58045.jpg?_wi=2", imageAlt: "Game Review" }, { - id: "game-3", name: "Nexus Chronicles", price: "Rating: 8.9/10", imageSrc: "http://img.b2bpic.net/free-photo/friends-indian-origin-having-fun_23-2150285317.jpg", imageAlt: "Game Review" + id: "game-3", name: "Nexus Chronicles", price: "Rating: 8.9/10", imageSrc: "http://img.b2bpic.net/free-photo/friends-indian-origin-having-fun_23-2150285317.jpg?_wi=2", imageAlt: "Game Review" } ]} gridVariant="three-columns-all-equal-width" @@ -172,7 +172,7 @@ export default function LandingPage() { }, { id: "4", name: "Taylor West", role: "Gaming Journalist", company: "Gaming Chronicles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-indian-origin-having-fun_23-2150285317.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/friends-indian-origin-having-fun_23-2150285317.jpg?_wi=3" } ]} kpiItems={[ -- 2.49.1