From 3f9993a5cdae8f183c9cd0acd5b5c8ef685266b0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:52:16 +0000 Subject: [PATCH] Update src/app/games/page.tsx --- src/app/games/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/games/page.tsx b/src/app/games/page.tsx index 6481c7e..1fd78ec 100644 --- a/src/app/games/page.tsx +++ b/src/app/games/page.tsx @@ -48,21 +48,21 @@ export default function GamesPage() { { title: "Crash", description: "Watch the multiplier climb in real-time. Cash out before the crash for massive wins.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/crash-game-interface-screenshot-showing--1772643031209-65ce5864.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/crash-game-interface-screenshot-showing--1772643031209-65ce5864.png?_wi=4", imageAlt: "Crash game interface", button: { text: "Play Now", href: "/games" }, }, { title: "Mines", description: "Reveal safe tiles and multiply your bet. One wrong move and you lose it all.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/mines-game-interface-with-grid-of-tiles--1772643031644-912c5a0c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/mines-game-interface-with-grid-of-tiles--1772643031644-912c5a0c.png?_wi=3", imageAlt: "Mines game interface", button: { text: "Play Now", href: "/games" }, }, { title: "Dice", description: "Simple, fast, and thrilling. Choose your odds and test your luck.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/high-stakes-dice-gaming-interface-with-g-1772643031264-214082f0.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUIZ62wxwRvKa1rum3ZoOu9483/high-stakes-dice-gaming-interface-with-g-1772643031264-214082f0.png?_wi=3", imageAlt: "Dice game interface", button: { text: "Play Now", href: "/games" }, },