App Download Banner
A call-to-action banner promoting the Zostel mobile app with a feature checklist, App Store and Google Play buttons, and a QR code.
Preview
Download the Zostel App
Book hostels, manage trips, and explore destinations on the go.
- Instant booking
- Exclusive deals
- Trip planning
- 24/7 support
Usage
tsx
import { AppDownloadBanner } from "zostel-ui";
<AppDownloadBanner
title="Download the Zostel App"
description="Book hostels, manage trips, and connect with the community."
features={[
"Instant booking confirmation",
"Exclusive app-only deals",
"Real-time trip updates",
]}
appStoreUrl="https://apps.apple.com/zostel"
playStoreUrl="https://play.google.com/zostel"
qrCodeUrl="/images/qr-code.png"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "Download the Zostel App" | Banner heading text |
description | string | — | Supporting description text |
features | string[] | — | Checklist of feature bullet points |
appStoreUrl | string | — | App Store download link |
playStoreUrl | string | — | Google Play download link |
qrCodeUrl | string | — | QR code image URL |
titleType:
stringDefault: "Download the Zostel App"
Banner heading text
descriptionType:
stringDefault: —
Supporting description text
featuresType:
string[]Default: —
Checklist of feature bullet points
appStoreUrlType:
stringDefault: —
App Store download link
playStoreUrlType:
stringDefault: —
Google Play download link
qrCodeUrlType:
stringDefault: —
QR code image URL