{{ t('nav.home') }} {{ t('nav.contact') }}
{{ t('nav.language') }}

{{ t('hero.title') }}

{{ t('hero.subtitle') }}

{{ t('hero.businessCooperation') }}

{{ t('games.allGames') }}

{{ t('games.loading') }}

{{ t('pagination.showing', { start: (currentPage - 1) * itemsPerPage + 1, end: Math.min(currentPage * itemsPerPage, games.length), total: games.length }) }}