Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-04 12:17:45 +00:00

View File

@@ -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"
},
]}
/>