From b14504a4ee798c18f76afb28af2c82c830651e3b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:46:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 343838e..fa01d6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { showDimOverlay={true} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/wolf-pack-natural-environment_23-2150526671.jpg", imageAlt: "Werewolf under full moon" + imageSrc: "http://img.b2bpic.net/free-photo/wolf-pack-natural-environment_23-2150526671.jpg?_wi=1", imageAlt: "Werewolf under full moon" }, { imageSrc: "http://img.b2bpic.net/free-vector/snow-scene-with-train-tracks-night_1308-36797.jpg", imageAlt: "Dark night game phase" @@ -114,11 +114,11 @@ export default function LandingPage() { products={[ { id: "player-1", brand: "Human", name: "Player 1", price: "Ready", rating: 5, - reviewCount: "Connected", imageSrc: "http://img.b2bpic.net/free-photo/wolf-pack-natural-environment_23-2150526671.jpg", imageAlt: "Player 1" + reviewCount: "Connected", imageSrc: "http://img.b2bpic.net/free-photo/wolf-pack-natural-environment_23-2150526671.jpg?_wi=2", imageAlt: "Player 1" }, { id: "player-2", brand: "Human", name: "Player 2", price: "Ready", rating: 5, - reviewCount: "Connected", imageSrc: "http://img.b2bpic.net/free-photo/wolf-pack-natural-environment_23-2150526671.jpg", imageAlt: "Player 2" + reviewCount: "Connected", imageSrc: "http://img.b2bpic.net/free-photo/wolf-pack-natural-environment_23-2150526671.jpg?_wi=3", imageAlt: "Player 2" }, { id: "player-ai", brand: "AI Bot", name: "Computer Player", price: "Active", rating: 4,