Component
Footer
Site footer with brand name, copyright, and navigation links. Privacy and License are appended automatically.
Standard
live editor — edit to update preview
<Footer brand="ANN Tech" links={[ { label: "About", href: "#" }, { label: "Contact", href: "#" }, ]} />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| brand* | string | — | Brand name shown in the copyright line. |
| links* | FooterLink[] | — | Array of { label, href }. Privacy and License are added automatically. |