--- import Icon from './Icon.astro'; import type { T } from '../i18n/strings'; interface Props { t: T } const { t } = Astro.props; ---

{t('cta.h')}

{t('cta.p')}