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