/* Motion · footer. Dark brand-900 background, multi-column. Column 1: brand + tagline Columns 2–4: link groups (Produkt, Wsparcie, Firma) Bottom: social + copyright */ const SISTER_PROJECTS = [ { label: "Software house", href: "https://cogitech.pl/" }, { label: "Integrator i outsourcing IT", href: "https://it.cogitech.pl/" }, { label: "Internet i TV w aglomeracji Poznańskiej", href: "https://ingate.pl/" }, { label: "Projektowanie i budowa sieci", href: "https://fibergate.pl/" }, ]; function Footer() { const colProdukt = [ ...FEATURES_BY_MODULE.flatMap((m) => m.features).filter((f) => f.built).slice(0, 6), ]; return ( ); } Object.assign(window, { Footer });