Update src/app/games/page.tsx

This commit is contained in:
2026-03-04 07:19:33 +00:00
parent b755836f4a
commit 6c659abf24

View File

@@ -75,7 +75,7 @@ export default function GamesPage() {
tagIcon={Gamepad2}
tagAnimation="blur-reveal"
products={[
{ id: "game-1", name: "Tic-Tac-Toe Championship", price: "Entry: Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFDiuFwSrJsAngjXWhWZAgluu/interactive-tic-tac-toe-game-board-inter-1772608678045-ef3445da.png", imageAlt: "Tic-Tac-Toe Championship" },
{ id: "game-1", name: "Tic-Tac-Toe Championship", price: "Entry: Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFDiuFwSrJsAngjXWhWZAgluu/interactive-tic-tac-toe-game-board-inter-1772608678045-ef3445da.png?_wi=4", imageAlt: "Tic-Tac-Toe Championship" },
{ id: "game-2", name: "SOS Master League", price: "Entry: Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFDiuFwSrJsAngjXWhWZAgluu/sos-word-building-game-interface-with-le-1772608678251-06625279.png", imageAlt: "SOS Word Game" },
{ id: "game-3", name: "Chess Elite Tournament", price: "Entry: Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATFDiuFwSrJsAngjXWhWZAgluu/elegant-chess-game-board-interface-with--1772608679128-c8a6e918.png", imageAlt: "Chess Tournament" },
]}