// NGIS website — footer function Footer({ onNav }) { const Icon = window.Icon; const cols = [ { h: 'Academics', items: ['Grade Structure', 'The System Model', 'Discovery & Innovation Hub', 'ETM Garage'] }, { h: 'Admissions', items: ['Admission Process', 'Uniform Guideline', 'Required Documents'] }, { h: 'Gallery', items: ['Life at NextGen', 'Classrooms', 'STEAM Projects'] }, ]; const socials = [ { kind: 'instagram', url: 'https://www.instagram.com/ngis_malir' }, { kind: 'facebook', url: 'https://www.facebook.com/profile.php?id=61575432466967' }, ]; return ( ); } window.Footer = Footer;