// GSP — Electrónica: componente de página de producto, data-driven, con 3 layouts de hero. function ElReveal({ children, delay = 0, style = {} }) { const ref = React.useRef(null); React.useEffect(() => { const el = ref.current; const ob = new IntersectionObserver((es) => es.forEach(e => { if (e.isIntersecting) e.target.classList.add('visible'); }), { threshold: 0.12, rootMargin: '0px 0px -40px 0px' }); ob.observe(el); return () => ob.disconnect(); }, []); return
{hero.subtitle}
{hero.subtitle}
{hero.stats && ({hero.subtitle}
{hero.stats && ({p}
)}{p}
Habilitaciones y certificaciones
{data.cta.text}