SiteFooter
Site footer with brand + tagline, grouped nav columns, and a copyright row.
NavigationUsage
import { SiteFooter } from "@zudo-sg/ui";
<SiteFooter
brand="zudo-sg"
tagline="A tight component system."
groups={[{ heading: "Product", links: [{ label: "Docs", href: "/docs" }] }]}
copyright="© 2026 zudo-sg"
/>Default
Minimal (no groups)