# Footer

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/components/layout/footer.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/components/layout/footer.tsx#L29)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `brandName` | `string` | ✓ | - |
| `descriptionKey` | `string` | - | - |
| `linkGroups` | `FooterLinkGroup[]` | ✓ | - |
| `socialLinks` | `SocialLink[]` | - | [] |
| `legalLinks` | `unknown[]` | - | [] |

## Diagram

```mermaid
graph TD
    component_Footer_1b0f62e8["Footer"]
    class component_Footer_1b0f62e8 rootComponent
```

## Relationships

- USES_HOOK → `useTranslation`
