--- import type { Translations } from '../i18n/translations' export interface Props { t: Translations['footer'] } const { t } = Astro.props const logoFull = "/assets/footer-logo.png"; ---