--- import { assetPath } from '../assets' import type { Translations } from '../i18n/translations' export interface Props { t: Translations['download'] siteLinks: Translations['siteLinks'] } const { t, siteLinks } = Astro.props const bgPattern = assetPath("/assets/cta-bg-pattern.svg"); const talkproLogo = assetPath("/assets/cta-talkpro-logo.svg"); const androidIcon = assetPath("/assets/cta-android-icon.svg"); const appleIcon = assetPath("/assets/cta-apple-icon.svg"); const phoneArt = assetPath("/assets/cta-phone-art.png"); const defaultApkHref = "https://talkspro.xyz/download"; const siteLinksJson = JSON.stringify(siteLinks); ---
{t.eyebrow}

{t.title}

{t.description}

{t.phoneAlt}