Footer
View in FigmaA responsive page footer with brand info, navigation links, and social media icons.
Layout & StructureImport
import { Footer } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| brand | ReactNode | — | Brand logo or name element. |
| description | string | — | Brand description text. |
| sections | FooterSection[] | — | Navigation link groups. |
| socialLinks | { icon: ReactNode; href: string; label: string }[] | — | Social media icon links. |
| copyright | string | — | Copyright notice text. |