--- import type { TranslationKey } from '@/i18n/ui'; interface Props { t: (key: TranslationKey) => string; whatsappUrl: string; } const { t, whatsappUrl } = Astro.props; --- {t('hero.eyebrow')} {t('hero.title')} {t('hero.body')} {t('hero.ctaPrimary')} {t('hero.ctaSecondary')} ● {t('hero.badge26')} ● {t('hero.badgeUptime')} ● {t('hero.badgeSupport')} ● {t('hero.badgeLocation')} {t('hero.scrollDown')}
{t('hero.body')}