MacroMath UI
Components · Web

Footer

Site footer with brand, socials, language and link columns.

Web · Astro · macromath_web

The site footer: brand and tagline, social links, a language switcher and link columns (product, legal, etc.).

Composition

  • Brand — logo + tagline foot.tagline.
  • Socials — Instagram (@macromath.app) and GitHub.
  • Language — EN / PT / ES buttons (data-lang-opt).
  • Columns — e.g. Product (foot.product) with links to features, pricing, FAQ.
  • Year — computed automatically (new Date().getFullYear()).

Usage

---
import Footer from '../components/layout/Footer.astro';
---
<Footer />

No props — text via i18n.

On this page