--- 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.badge26')} {t('hero.badgeUptime')} {t('hero.badgeSupport')} {t('hero.badgeLocation')}