/* DIFFERENTIATORS — "Por qué AceroLab". 4 cartas con cifras reales: 30+ años, 12h cotización, 8 procesos en planta, 100% bajo techo. */ const Differentiators = ({ t }) => { return (
— 06

{t('Lo que nos hace ', 'What makes us ')} {t('diferentes', 'different')}.

TLALNEPANTLA · EDOMEX · {t('VISITAS A PLANTA BIENVENIDAS', 'PLANT VISITS WELCOME')}
} tone="dark" />
); }; const DiffCard = ({ span, metric, unit, title, body, evidence, tone }) => { const isDark = tone === 'dark'; return (
{metric} {unit}

{title}

{body}

{evidence &&
{evidence}
}
); }; window.Differentiators = Differentiators;