From 9e69b4b137ee0d4484d8da3eef415a80f22a7d64 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:12:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4e905f3..1682289 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function GenshinLandingPage() { products={[ { id: "1", brand: "Pyro Vision", name: "Hu Tao", price: "★★★★★", rating: 5, - reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg", imageAlt: "Hu Tao - Pyro DPS"}, + reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg?_wi=1", imageAlt: "Hu Tao - Pyro DPS"}, { id: "2", brand: "Cryo Vision", name: "Ayaka", price: "★★★★★", rating: 5, reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608380.jpg", imageAlt: "Ayaka - Cryo DPS"}, @@ -177,7 +177,7 @@ export default function GenshinLandingPage() { title: "Winter Festival Event Live Now", excerpt: "Celebrate the season with exclusive rewards, mini-games, and the return of fan-favorite characters.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-sparkling-stars-collection_23-2149017150.jpg", imageAlt: "Winter Festival", authorName: "Genshin Community", authorAvatar: "http://img.b2bpic.net/free-photo/studio-shot-smiling-confident-young-african-american-clean-shaven-man-enjoying-new-album-his-favourite-artist-via-stylish-headphones-using-online-music-application-some-electronic-device_343059-343.jpg", date: "December 15, 2024"}, { id: "3", category: ["Guide", "Tips"], - title: "Ultimate Guide to Spiral Abyss", excerpt: "Master the challenge dungeons with expert strategies for team composition and artifact optimization.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg", imageAlt: "Spiral Abyss", authorName: "Pro Players Hub", authorAvatar: "http://img.b2bpic.net/free-vector/avatars-kids-collection-costumes-halloween-night_23-2148266961.jpg", date: "December 10, 2024"}, + title: "Ultimate Guide to Spiral Abyss", excerpt: "Master the challenge dungeons with expert strategies for team composition and artifact optimization.", imageSrc: "http://img.b2bpic.net/free-photo/fantasy-water-character_23-2151149365.jpg?_wi=2", imageAlt: "Spiral Abyss", authorName: "Pro Players Hub", authorAvatar: "http://img.b2bpic.net/free-vector/avatars-kids-collection-costumes-halloween-night_23-2148266961.jpg", date: "December 10, 2024"}, ]} /> -- 2.49.1