// 10 — Footer institucional function CFooter() { const [, t] = window.useLang(); const cols = [ { title: t.footer.col1, items: t.footer.col1Items }, { title: t.footer.col2, items: t.footer.col2Items }, { title: t.footer.col3, items: t.footer.col3Items }, { title: t.footer.col4, items: t.footer.col4Items }, ]; return ( ); } window.CFooter = CFooter;