> For the complete documentation index, see [llms.txt](https://docs.shipped.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shipped.club/components/footer.md).

# Footer

The footer section is used on the pages of your marketing (public) website.

It includes the links to the other sections of your website.

<figure><img src="/files/zZDSz0LK7vNbb72I00o7" alt=""><figcaption><p>Footer</p></figcaption></figure>

Component: `<Footer />`

File: `src/components/Footer/Footer.tsx`

{% code title="page.tsx" %}

```typescript
import { Footer } from "@/components/Footer/Footer";
```

{% endcode %}
