/* CLIENTS — Marquee horizontal de clientes reales (con permiso). Sin testimonios inventados. */ const Clients = ({ t }) => { const logos = [ 'TELMEX', "CHILI'S", 'CHEESECAKE FACTORY', 'TOKS', 'GOBIERNO DE LA CIUDAD DE MÉXICO', ]; return (
— 07

{t('Empresas que ya nos confían su acero.', 'Companies already trusting us with their steel.')}

{[...logos, ...logos, ...logos, ...logos].map((l, i) => ( {l} ))}

{t('ALGUNAS DE LAS MARCAS PARA LAS QUE HEMOS FABRICADO', 'SOME OF THE BRANDS WE HAVE BUILT FOR')}

); }; window.Clients = Clients;