You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/lp/es/barcelona: Spanish copy pass and hero width
Feature cards: "SDKs" to "SDK" (Spanish does not take the -s on
initialisms), "tu flujo" to "tu flujo de trabajo", a space before the
percent sign per SI/RAE convention, and "manipulación" to
"manipulaciones".
Docs link is now "Ver documentación", and the CTA note "No necesitas
tarjeta de crédito." instead of the impersonal "No se requiere...",
matching the tú address used everywhere else on the page.
Hero titleMaxWidth raised from the EN page's 760 to 900: the Spanish
second line measures 881px at the 62px display size and was wrapping to
three lines.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: src/pages/BarcelonaLandingPageES.tsx
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -97,10 +97,11 @@ const STATS = [
97
97
];
98
98
99
99
constFEATURES=[
100
-
{icon: Plug,title: "Compatibilidad inmediata con S3",desc: "La misma API, los mismos SDKs y herramientas. Conecta tu flujo a nuestro endpoint y sigue trabajando."},
100
+
{icon: Plug,title: "Compatibilidad inmediata con S3",desc: "La misma API, los mismos SDK y herramientas. Conecta tu flujo de trabajo a nuestro endpoint y sigue trabajando."},
101
101
{icon: ArrowsOut,title: "Sin cargos por egress",desc: "Cada lectura es gratis, así que tu factura se mantiene plana sin importar cuánto uses el servicio."},
102
-
{icon: ShieldCheck,title: "Once nueves de durabilidad",desc: "99,999999999% de durabilidad, replicada en varias ubicaciones y monitorizada permanentemente."},
103
-
{icon: Lock,title: "Object Lock y versionado",desc: "Modos de cumplimiento, periodos de retención y registros de auditoría a prueba de manipulación."},
102
+
// Espacio fino antes del %, según la convención del SI y la RAE.
103
+
{icon: ShieldCheck,title: "Once nueves de durabilidad",desc: "99,999999999 % de durabilidad, replicada en varias ubicaciones y monitorizada permanentemente."},
104
+
{icon: Lock,title: "Object Lock y versionado",desc: "Modos de cumplimiento, periodos de retención y registros de auditoría a prueba de manipulaciones."},
104
105
{icon: MapPin,title: "Tus datos nunca salen de la UE",desc: "La infraestructura de almacenamiento permanece dentro de las fronteras europeas."},
105
106
{icon: Rocket,title: "Listo en cuestión de minutos",desc: "Genera tus claves de acceso, apunta tus herramientas a nuestro endpoint y empieza a subir datos."},
0 commit comments