diff --git a/src/app/page.tsx b/src/app/page.tsx index bc0d782..7f7c860 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,13 +75,13 @@ export default function RobloxHubPage() { carouselMode="buttons" products={[ { - id: "1", name: "Parkour Paradise", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-game-environment-featuring-bright-1772746300924-3faefa3f.png", imageAlt: "Parkour Paradise game" + id: "1", name: "Parkour Paradise", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-game-environment-featuring-bright-1772746300924-3faefa3f.png?_wi=1", imageAlt: "Parkour Paradise game" }, { - id: "2", name: "Creative Builder Worlds", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-creative-building-game-showing-co-1772746300981-23a6f9c0.png", imageAlt: "Creative Builder game" + id: "2", name: "Creative Builder Worlds", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-creative-building-game-showing-co-1772746300981-23a6f9c0.png?_wi=1", imageAlt: "Creative Builder game" }, { - id: "3", name: "Tycoon Empire", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-simulation-or-tycoon-game-interfa-1772746301113-34a27cc8.png", imageAlt: "Tycoon Empire game" + id: "3", name: "Tycoon Empire", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-simulation-or-tycoon-game-interfa-1772746301113-34a27cc8.png?_wi=1", imageAlt: "Tycoon Empire game" } ]} buttonAnimation="slide-up" @@ -116,7 +116,7 @@ export default function RobloxHubPage() { features={[ { id: "1", title: "Action & Adventure", description: "Experience thrilling battles, epic quests, and dynamic combat systems where players test their skills against challenging opponents and immersive storylines", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-game-environment-featuring-bright-1772746300924-3faefa3f.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-game-environment-featuring-bright-1772746300924-3faefa3f.png?_wi=2" }, items: [ { icon: Zap, text: "High-speed gameplay" }, @@ -127,7 +127,7 @@ export default function RobloxHubPage() { }, { id: "2", title: "Creative & Building", description: "Unleash your imagination by constructing incredible worlds, designing custom games, and collaborating with other builders to create unique experiences", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-creative-building-game-showing-co-1772746300981-23a6f9c0.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-creative-building-game-showing-co-1772746300981-23a6f9c0.png?_wi=2" }, items: [ { icon: Palette, text: "Unlimited customization" }, @@ -138,7 +138,7 @@ export default function RobloxHubPage() { }, { id: "3", title: "Simulation & Tycoon", description: "Build your empire, manage businesses, and climb the ladder to success through strategic decision-making and resource management in engaging simulation games", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-simulation-or-tycoon-game-interfa-1772746301113-34a27cc8.png" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-simulation-or-tycoon-game-interfa-1772746301113-34a27cc8.png?_wi=2" }, items: [ { icon: TrendingUp, text: "Progressive gameplay" },