feat(i18n): update games page hero section copy
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 <noreply@anthropic.com>
This commit is contained in:
parent
82c133f742
commit
6333c60352
|
|
@ -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?",
|
||||
|
|
|
|||
Loading…
Reference in New Issue