fix(i18n): traducir StatsSection completamente (es/en) — antes todo hardcoded en español

- StatsSection ahora usa traducciones de i18n/ui.ts
- Nuevas claves: stats.label1-4, stats.sub1-4 (es + en)
- Hero y Footer ya estaban traducidos en commit anterior
- Verificado: /en/ ya no muestra 'Años de experiencia' ni 'Soporte humano senior' — todo en inglés
This commit is contained in:
Mauri
2026-06-09 08:58:42 -03:00
parent 9c33a67150
commit ae56e43bb6
4 changed files with 32 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const description = lang === 'en'
<CloudDivider fillClass="fill-hds-bg-soft" />
<StatsSection t={t} />
<StatsSection t={t} lang={lang} />
<DifferenceCards t={t} />
<CloudDivider fillClass="fill-hds-bg" flip={true} />