added images for the games

This commit is contained in:
Lea 2025-02-19 12:25:20 +01:00
commit 09ccad479e
8 changed files with 6 additions and 7 deletions

View file

@ -37,32 +37,32 @@ export default class HomeComponent {
{
id: '1',
name: 'Poker',
image: '/assets/images/games/poker.jpg',
image: '/poker.webp',
},
{
id: '2',
name: 'Blackjack',
image: '/assets/images/games/blackjack.jpg',
image: '/blackjack.webp',
},
{
id: '3',
name: 'Slots',
image: '/assets/images/games/slots.jpg',
image: '/slots.webp',
},
{
id: '4',
name: 'Plinko',
image: '/assets/images/games/plinko.jpg',
image: '/plinko.webp',
},
{
id: '5',
name: 'Liars Dice',
image: '/assets/images/games/liars-dice.jpg',
image: '/liars-dice.webp',
},
{
id: '6',
name: 'Lootboxen',
image: '/assets/images/games/lootboxen.jpg',
image: '/lootbox.webp',
}
];