Shadcn UI Footer Block
The Footer58 component mirrors the classic shadcn/ui six-column footer grid with a two-span brand column and four link columns, but prefixes each column title with a fixed lucide icon chosen by column index rather than by content. Icons are decorative, sized to match small labels, and use muted color so they do not compete with the text. Link lists and the bottom legal strip behave like Footer2-style basics.
The effect is a slightly more scannable sitemap for users who pick up cues from glyphs, without introducing mega-menu behavior or per-section custom components.
If more than four sections were ever passed in, additional columns would render titles without icons because the icon list is capped at four entries.
Responsive behavior matches sibling grids: two columns on small screens, six tracks on large screens, with the legal row splitting on medium breakpoints and up.