// Footer function Footer() { const cols = [ { head: "Project", items: [["The Project", "#project"], ["Training & Network", "#training"], ["Why VINIRRIG", "#why"], ["Numbers", "#numbers"]], }, { head: "Academy", items: [["Access course", "#academy"], ["Course chapters", "#training"], ["Pilot farms", "#training"], ["Survey", "#"]], }, { head: "About", items: [["Partners", "#partnership"], ["Contact", "#contact"], ["Erasmus+ programme", "#"], ["Privacy & cookies", "#"]], }, ]; return ( ); } window.Footer = Footer;