function Footer() { const cols = [ { title: 'COMPANY', links: [ { label: 'About', href: 'about.html' }, { label: 'Services', href: 'index.html#services' }, { label: 'Pricing', href: 'pricing.html' }, { label: 'Client Login', href: 'https://client.chekbooks.com/client-login', external: true }, ] }, { title: 'RESOURCES', links: [ { label: 'Reviews', href: 'reviews.html' }, { label: 'Service Areas', href: 'service-areas.html' }, { label: 'FAQ', href: 'pricing.html#faq' }, { label: 'Contact', href: 'contact.html' }, ] }, ]; return ( ); } Object.assign(window, { Footer });