Footer

Footer layouts for links, context, and a final action.

Footers that close out a page without making a fuss. Replace the links and details with your own.

Multi-column

A logo, short introduction, three link columns, and a legal row.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add footer-01

Usage

import { Footer01 } from "@/components/blocks/footer/footer-01"
<Footer01 />

Compact centered

A compact, centered logo with navigation and one copyright line.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add footer-02

Usage

import { Footer02 } from "@/components/blocks/footer/footer-02"
<Footer02 />

Image panel

A footer CTA and links set over a cover image with a dark overlay.

Installation

npx @arctis-sh/@arctis-sh/ui@latest add footer-03

Usage

import { Footer03 } from "@/components/blocks/footer/footer-03"
<Footer03 />