/* ARBEITSSCHIRM — Footer */ (function () { const { Icon } = window.ABIcons; const SITE = 'https://www.ab-industrie.de/'; const SHOP = 'https://www.ab-industrie.de/Baustellenschirme'; const BLOG = 'https://www.ab-industrie.de/Wetterschutz-Baustelle-Sicherheit-bei-jedem-Wetter'; const COLS = [ { h: 'Modelle', items: [ { label: 'Worker', href: '#modelle' }, { label: 'Pipeliner', href: '#modelle' }, { label: 'Heavy', href: '#modelle' }, { label: 'Verstärkte Ausführung', href: '#modelle' }, { label: 'Rechteckschirm', href: '#modelle' }, ] }, { h: 'Service', items: [ { label: 'Beratung & Angebot', href: '#angebot' }, { label: 'Standsystem', href: '#technik' }, { label: 'Ratgeber', href: BLOG, ext: true }, { label: 'Alle Baustellenschirme', href: SHOP, ext: true }, ] }, { h: 'Unternehmen', items: [ { label: 'AB Industrie Service', href: SITE, ext: true }, { label: 'Kontakt', href: '#angebot' }, { label: 'info@ab-industrie.de', href: 'mailto:info@ab-industrie.de' }, ] }, ]; function Footer() { return ( ); } window.ABArbeit = Object.assign(window.ABArbeit || {}, { Footer }); })();