# 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="https://3985976695-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT3t4pDs63s3Soj1JetJw%2Fuploads%2FdkcvA6LPdBhCrA5jeJP9%2Fimage.png?alt=media&#x26;token=49fae597-7e12-4c2b-8a78-9c7d8f794cb6" 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 %}
