Update src/app/page.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user