Sections ctamobileapp-storedownloadmockup

CTA App Download

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

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 the full block below to use this component with its imports.

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/lib/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" />

Quick Info

Category
Sections
Filename
CTAAppDownload.astro
Dependencies
None — pure Astro + CSS
Tags
ctamobileapp-storedownloadmockup