Sequence
docs
Astro components

Footer

The site footer component.

The site footer component that displays navigation links, social icons, and copyright information. It is configured via constants and does not require props for standard usage.

Usage

---
import Footer from '@/components/Footer.astro';
---

<Footer />

Configuration

The footer content is primarily driven by configuration constants (e.g., FOOTER_MENU, FOOTER_LINKS, SOCIAL, SITE) defined in @/consts.

On this page