From 6333c60352b920916afd81cc3b0229706a1519fa Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Mon, 3 Nov 2025 06:11:50 -0600 Subject: [PATCH] feat(i18n): update games page hero section copy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simplified hero section messaging: - Changed subtitle from 'Level up your mental math powers...' to 'Classic strategy games and lightning-fast challenges' - Removed outdated feature pills (xpBadge, streakBadge, features) - More accurate description of current game offerings 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- apps/web/src/i18n/locales/games/en.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/apps/web/src/i18n/locales/games/en.json b/apps/web/src/i18n/locales/games/en.json index 5f94f510..8845d38f 100644 --- a/apps/web/src/i18n/locales/games/en.json +++ b/apps/web/src/i18n/locales/games/en.json @@ -1,15 +1,8 @@ { "games": { "hero": { - "title": "đŸ•šī¸ Soroban Arcade", - "subtitle": "Level up your mental math powers in the most fun way possible!", - "xpBadge": "+100 XP", - "streakBadge": "STREAK!", - "features": { - "challenge": "đŸŽ¯ Challenge Your Brain", - "speed": "⚡ Build Speed", - "achievements": "🏆 Unlock Achievements" - } + "title": "Soroban Arcade", + "subtitle": "Classic strategy games and lightning-fast challenges" }, "enterArcade": { "title": "đŸŸī¸ Ready for the Arena?",