-
A home for your creativity
-
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ipsam eos rem accusantium voluptates? Inventore dolorum reprehenderit quibusdam consequatur, totam iusto velit neque dolor dicta possimus cum, deleniti, saepe expedita culpa!
+
+
+ {{ $t('pages.home.h1') }}
+
+
+ {{ $t('pages.home.tagline') }}
+
-
-
-
- Dashboard
-
-
-
- Log in
-
-
+
diff --git a/i18n/i18n.config.ts b/i18n/i18n.config.ts
index f40436b..543b470 100644
--- a/i18n/i18n.config.ts
+++ b/i18n/i18n.config.ts
@@ -327,6 +327,10 @@ export default defineI18nConfig(() => ({
}
},
pages: {
+ home: {
+ h1: "A home for your creativity",
+ tagline: "Visualize your fantasy or sci-fi worlds with our interactive calendars"
+ },
explore: {
menuLabel: "Explore",
title: "Explore worlds",
@@ -677,6 +681,10 @@ export default defineI18nConfig(() => ({
}
},
pages: {
+ home: {
+ h1: "Un espace pour votre créativité",
+ tagline: "Visualisez vos mondes fantasy ou de science-fiction grâce à nos calendriers interactifs"
+ },
explore: {
menuLabel: "Explorer",
title: "Explorer les mondes",