MacroMath UI
Components · Web

CTA (download)

Final call-to-action card with store buttons.

Web · Astro · macromath_web

The landing's final card (id="download"): title, subtitle and the store buttons. It has decorative details (glow + orb) and serves as the target of the various "Download" links across the site.

Composition

  • Title cta.title and subtitle cta.sub.
  • App Store button (cta.app / cta.appsub).
  • Google Play button (cta.play / cta.playsub).

Usage

---
import CTA from '../components/sections/CTA.astro';
---
<CTA />

The store hrefs are # until the app is published — replace them with the real App Store / Google Play URLs.

On this page