Merge version_1 into main #1
@@ -60,53 +60,53 @@ export default function LandingPage() {
|
||||
description="Experience the ultimate Mario fan experience with custom levels, power-ups, and classic gameplay reimagined for modern play."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-ribbons-illustration_211682-208.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-ribbons-illustration_211682-208.jpg?_wi=1",
|
||||
imageAlt: "Gameplay Action 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-desert_23-2151120997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-desert_23-2151120997.jpg?_wi=1",
|
||||
imageAlt: "Gameplay Action 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128046.jpg?_wi=1",
|
||||
imageAlt: "Gameplay Action 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-snow-ground_23-2151867422.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-snow-ground_23-2151867422.jpg?_wi=1",
|
||||
imageAlt: "Gameplay Action 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg?_wi=1",
|
||||
imageAlt: "Gameplay Action 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-dice-with-abstract-scenery_23-2151045381.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-dice-with-abstract-scenery_23-2151045381.jpg?_wi=1",
|
||||
imageAlt: "Gameplay Action 6",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-dice-with-abstract-scenery_23-2151045381.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-dice-with-abstract-scenery_23-2151045381.jpg?_wi=2",
|
||||
imageAlt: "Gameplay 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg?_wi=2",
|
||||
imageAlt: "Gameplay 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-snow-ground_23-2151867422.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-snow-ground_23-2151867422.jpg?_wi=2",
|
||||
imageAlt: "Gameplay 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128046.jpg?_wi=2",
|
||||
imageAlt: "Gameplay 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-desert_23-2151120997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-desert_23-2151120997.jpg?_wi=2",
|
||||
imageAlt: "Gameplay 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-ribbons-illustration_211682-208.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-ribbons-illustration_211682-208.jpg?_wi=2",
|
||||
imageAlt: "Gameplay 6",
|
||||
},
|
||||
]}
|
||||
@@ -209,37 +209,37 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Classic Grasslands",
|
||||
price: "Stage 1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-ribbons-illustration_211682-208.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/color-ribbons-illustration_211682-208.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Burning Desert",
|
||||
price: "Stage 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-desert_23-2151120997.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-desert_23-2151120997.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dark Dungeon",
|
||||
price: "Stage 3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128046.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Arctic Peaks",
|
||||
price: "Stage 4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-snow-ground_23-2151867422.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cartoon-snow-ground_23-2151867422.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Evergreen Forest",
|
||||
price: "Stage 5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/8-bit-graphics-pixels-scene-with-nature_23-2151120966.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Cloud Kingdom",
|
||||
price: "Stage 6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-dice-with-abstract-scenery_23-2151045381.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-3d-dice-with-abstract-scenery_23-2151045381.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
title="Explore Our Worlds"
|
||||
|
||||
Reference in New Issue
Block a user