> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipkit.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Footer

<img src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/footer.png?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=f59ed57334706e56d6d04ea8b1ecb1a1" alt="Footer" width="2400" height="1260" data-path="images/footer.png" />

## Usage

<Tabs>
  <Tab title="Astro">
    ```tsx theme={null}
    ---
    import { Footer } from '~/components';
    ---

    <Footer />
    ```
  </Tab>

  <Tab title="Next.js">
    ```tsx theme={null}
    import { Footer } from '~/components';

    export default async function Page() {
      return (
        <Footer />
      );
    }
    ```
  </Tab>
</Tabs>

## Content

All of the content is found the component itself.
