/* Footer — banda CTA + enlaces densos (SOPORTE/COMPAÑÍA/INFONAVIT/FOVISSSTE) */ (function () { function Col({ title, links }) { return (

{title}

); } function Footer({ data }) { const f = data.footer; const year = new Date().getFullYear(); return ( ); } window.Footer = Footer; })();