function Footer() { const cols = [ { h: 'Programs', links: ['Undergraduate', 'Postgraduate', 'Diploma', 'Professional certs', 'Executive programs'] }, { h: 'Universities', links: ['Northbrook', 'Haldane', 'Rivermount', 'Seabury', 'All partners'] }, { h: 'For students', links: ['Career counseling', 'Placement support', 'Mentorship', 'Scholarships', 'Financial aid'] }, { h: 'Company', links: ['About MentVecity', 'Advisors', 'Careers', 'Press', 'Contact'] }, ]; return ( ); } window.Footer = Footer;