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