--- import type { Translations } from '../i18n/translations' export interface Props { t: Translations['hero'] } const { t } = Astro.props const heroBg = "/assets/hero-bg.png"; const phoneMockup = "/assets/hero-phone.png"; ---
{t.phoneAlt}

{t.badge}

{t.titleLine1}

{t.titleLine2}

{t.description}

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