{t.hero.title}
+{t.hero.subtitle}
+{service.description[locale]}
+ diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro index e2a8e07..d9a2b38 100644 --- a/src/pages/en/index.astro +++ b/src/pages/en/index.astro @@ -1,10 +1,25 @@ --- import BaseLayout from '../../layouts/BaseLayout.astro'; import Header from '../../components/Header.astro'; +import ServiceCard from '../../components/ServiceCard.astro'; +import { getDictionary } from '../../i18n'; +import { services } from '../../i18n/services'; const locale = 'en'; +const t = getDictionary(locale); ---{t.hero.subtitle}
+{t.hero.subtitle}
+