From b5d2aeecb96708b210585df5d1c7157cccdd7413 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:17:40 +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 0798039..5df7144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,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, @@ -198,7 +198,7 @@ export default function GenshinLandingPage() { }, { 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