--- import logo from '@assets/logo.png'; import { Image } from 'astro:assets'; import { translations, type Lang } from '@data/i18n'; const { lang = 'no' } = Astro.props as { lang?: Lang }; const t = translations[lang].hero; ---

{t.title}

{t.alt}