\n {/* ── top tier: brand + socials ──────────────────────── */}\n
\n
\n
\n {brandMark ?? }\n \n {brandName}\n \n
\n
\n {description}\n
\n
\n\n {socials.length > 0 && (\n
\n {socials.map(({ icon: Icon, href, label }, idx) => (\n \n \n \n ))}\n
\n )}\n
\n\n {/* ── separator ───────────────────────────────────────── */}\n
\n\n {/* ── middle tier: columns ────────────────────────────── */}\n
\n {columns.map((col) => (\n
\n
\n {col.title}\n
\n
\n {col.links.map((link) => (\n - \n \n {link.label}\n \n
\n ))}\n
\n
\n ))}\n
\n\n {/* ── separator ───────────────────────────────────────── */}\n
\n\n {/* ── bottom tier: copyright + legal ──────────────────── */}\n
\n
{copyright}
\n\n {bottomLinks.length > 0 && (\n
\n {bottomLinks.map((link) => (\n \n {link.label}\n \n ))}\n
\n )}\n
\n
\n