-
{{ $t('landing.title') }}
-
{{ $t('landing.subtitle') }}
-
-
- {{ $t('landing.cta_adventure') }}
-
-
- {{ $t('landing.cta_express') }}
-
-
+
+
+
+
+
+ {{ $t('landing.title') }}
+
+
+ {{ $t('landing.subtitle') }}
+
+
+
+
+ {{ $t('landing.cta_express') }}
+
+
+
+
+
+
+
+
+
diff --git a/frontend/i18n/en.json b/frontend/i18n/en.json
index 2e98dea..695c6d2 100644
--- a/frontend/i18n/en.json
+++ b/frontend/i18n/en.json
@@ -20,9 +20,25 @@
},
"landing": {
"title": "Welcome to my universe",
- "subtitle": "Full-Stack Developer",
+ "subtitle": "Passionate Full-Stack Developer",
"cta_adventure": "Start the adventure",
- "cta_express": "Express mode"
+ "cta_express": "Express mode (30s)"
+ },
+ "hero": {
+ "question": "Who are you, traveler?",
+ "select_label": "Select your profile",
+ "recruteur": {
+ "name": "Recruiter",
+ "description": "I'm looking for a talent to join my team"
+ },
+ "client": {
+ "name": "Client",
+ "description": "I have a project and I'm looking for the right developer"
+ },
+ "dev": {
+ "name": "Developer",
+ "description": "I'm curious to discover your work and skills"
+ }
},
"error": {
"404": "Oops! This page seems to have gotten lost in the code...",
diff --git a/frontend/i18n/fr.json b/frontend/i18n/fr.json
index 8375815..11bdfde 100644
--- a/frontend/i18n/fr.json
+++ b/frontend/i18n/fr.json
@@ -20,9 +20,25 @@
},
"landing": {
"title": "Bienvenue dans mon univers",
- "subtitle": "Développeur Full-Stack",
+ "subtitle": "Développeur Full-Stack passionné",
"cta_adventure": "Partir à l'aventure",
- "cta_express": "Mode express"
+ "cta_express": "Mode express (30s)"
+ },
+ "hero": {
+ "question": "Qui êtes-vous, voyageur ?",
+ "select_label": "Sélectionnez votre profil",
+ "recruteur": {
+ "name": "Recruteur",
+ "description": "Je cherche un talent pour rejoindre mon équipe"
+ },
+ "client": {
+ "name": "Client",
+ "description": "J'ai un projet à réaliser et je cherche le bon développeur"
+ },
+ "dev": {
+ "name": "Développeur",
+ "description": "Je suis curieux de découvrir ton travail et tes compétences"
+ }
},
"error": {
"404": "Oups ! Cette page semble s'être perdue dans les méandres du code...",