Sections

CTA App Download

Mobile application showcase section with phone mockup preview, feature pills, and App Store badges.

ctamobileapp-storedownloadmockup
Live Preview
Mobile Experience

Manage Your Astro Deployments On the Go

Download our native companion mobile application. Monitor real-time builds, latency metrics, and team notifications directly from your pocket.

⚡ Instant Push Alerts
📊 Real-Time Analytics
🔒 Biometric Security
Production Edge 100% UP
✓ Build #402 deployed in 12s
⚡ TTFB latency: 14ms

Usage

Copy and paste this code into your Astro page:

astro
---
import { CtaAppDownload } from 'astro-component-kit';
---

<CtaAppDownload />
--- import { CtaAppDownload } from 'astro-component-kit'; --- <CtaAppDownload />

Manual Installation

If you are not using the npm package, create a new file src/components/sections/CTAAppDownload.astro and paste the following code:

astro
---
import { CtaAppDownload } from 'astro-component-kit';
---

<CtaAppDownload 
  badge="Mobile Experience"
  title="Manage Your Astro Deployments On the Go"
/>
--- import { CtaAppDownload } from 'astro-component-kit'; --- <CtaAppDownload badge="Mobile Experience" title="Manage Your Astro Deployments On the Go" />