--- import { assetPath } from '../assets' import type { Translations } from '../i18n/translations' export interface Props { t: Translations['hero'] download: Translations['download'] } const { t, download } = Astro.props const heroBg = assetPath("/assets/hero-bg.png"); const phoneMockup = assetPath("/assets/hero-phone.png"); const androidIcon = assetPath("/assets/cta-android-icon.svg"); const appleIcon = assetPath("/assets/cta-apple-icon.svg"); const defaultApkHref = "https://talkspro.xyz/download"; ---
{t.phoneAlt}

{t.badge}

{t.tags.map(tag => (
{tag}
))}