diff --git a/src/app/page.tsx b/src/app/page.tsx index c26dd50..81b48aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/a-cinematic-view-of-a-retro-and-modern-g-1773062232614-df4dc261.png", imageAlt: "Gaming Setup" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/a-cinematic-view-of-a-retro-and-modern-g-1773062232614-df4dc261.png?_wi=1", imageAlt: "Gaming Setup" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/a-vibrant-collection-of-classic-retro-ar-1773062234698-77c45464.png", imageAlt: "Retro Arcade" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/a-vibrant-collection-of-classic-retro-ar-1773062234698-77c45464.png?_wi=1", imageAlt: "Retro Arcade" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/ultra-modern-gaming-visuals-featuring-aa-1773062232724-904d9876.png", imageAlt: "Modern Games" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/ultra-modern-gaming-visuals-featuring-aa-1773062232724-904d9876.png?_wi=1", imageAlt: "Modern Games" } ]} autoplayDelay={4000} @@ -69,15 +69,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Nostalgic", title: "Retro Classics", subtitle: "Timeless arcade and 8-bit experiences", description: "Relive the golden age of gaming with authentic retro titles. Play legendary arcade games, classic console adventures, and pixel-art masterpieces that defined generations. Experience pure gaming nostalgia.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/a-vibrant-collection-of-classic-retro-ar-1773062234698-77c45464.png", imageAlt: "Retro arcade games" + tag: "Nostalgic", title: "Retro Classics", subtitle: "Timeless arcade and 8-bit experiences", description: "Relive the golden age of gaming with authentic retro titles. Play legendary arcade games, classic console adventures, and pixel-art masterpieces that defined generations. Experience pure gaming nostalgia.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/a-vibrant-collection-of-classic-retro-ar-1773062234698-77c45464.png?_wi=2", imageAlt: "Retro arcade games" }, { id: 2, - tag: "Cutting-Edge", title: "Modern Blockbusters", subtitle: "Latest AAA and indie titles", description: "Discover the newest gaming releases and beloved modern classics. From action-packed adventures to innovative indie games, explore cutting-edge gameplay and stunning graphics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/ultra-modern-gaming-visuals-featuring-aa-1773062232724-904d9876.png", imageAlt: "Modern games showcase" + tag: "Cutting-Edge", title: "Modern Blockbusters", subtitle: "Latest AAA and indie titles", description: "Discover the newest gaming releases and beloved modern classics. From action-packed adventures to innovative indie games, explore cutting-edge gameplay and stunning graphics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/ultra-modern-gaming-visuals-featuring-aa-1773062232724-904d9876.png?_wi=2", imageAlt: "Modern games showcase" }, { id: 3, - tag: "Diverse", title: "All Genres", subtitle: "Action, puzzle, strategy, and more", description: "Explore every gaming genre imaginable. Whether you love fast-paced action, brain-teasing puzzles, strategic challenges, or immersive RPGs, we have thousands of games across all categories.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/an-explosion-of-diverse-game-genres-repr-1773062231726-2547edc3.png", imageAlt: "Game variety showcase" + tag: "Diverse", title: "All Genres", subtitle: "Action, puzzle, strategy, and more", description: "Explore every gaming genre imaginable. Whether you love fast-paced action, brain-teasing puzzles, strategic challenges, or immersive RPGs, we have thousands of games across all categories.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai4fhqZ51Be5LKNXw7RbrlWOBd/an-explosion-of-diverse-game-genres-repr-1773062231726-2547edc3.png?_wi=1", imageAlt: "Game variety showcase" } ]} title="Choose Your Gaming Era" @@ -92,19 +92,19 @@ export default function LandingPage() {