// Eliks website kit — footer function Footer() { const cols = [ ['Services', ['Web platforms', 'Mobile apps', 'Product design', 'AI features']], ['Company', ['Work', 'Careers', 'Contact']], ['Connect', [{ label: 'hello@eliks.com', href: 'mailto:hello@eliks.com' }]], ]; return ( ); } Object.assign(window, { Footer });