+
{!isFirstStep && (
-
{/* Right side - Animated Preview */}
-
+
{/* Decorative background elements */}
{/* Preview content */}
-
{renderPreview()}
+
{renderPreview()}
diff --git a/apps/main/src/locales/en/onboarding.json b/apps/main/src/locales/en/onboarding.json
index 24e522b..1154af2 100644
--- a/apps/main/src/locales/en/onboarding.json
+++ b/apps/main/src/locales/en/onboarding.json
@@ -14,7 +14,7 @@
}
},
"profile": {
- "title": "STEP 1: Freelance or Agency?",
+ "title": "What is your profile?",
"description": "Tell us about your business model",
"question": "You are",
"options": {
@@ -23,22 +23,22 @@
}
},
"service": {
- "title": "STEP 2: What is your main service?",
+ "title": "What is your main service?",
"description": "Define the service you want to track in this Tablo",
"question": "What is your service?",
"placeholder": "Ex: Web Development, Consulting..."
},
"structure": {
- "title": "STEP 3: How many steps structure your service?",
+ "title": "How many steps structure your service?",
"description": "Break down your service into workflow steps",
"question": "How many steps make up your service?",
"steps_label": "Step name (ex: Brief -> Design -> Delivery)",
"step_placeholder": "Step {{index}}"
},
"project": {
- "title": "Step 4: Project Name (Tablo)",
+ "title": "Project Name (Tablo)",
"description": "Give your first Tablo a name",
- "question": "What would you like to call this project?",
+ "question": "What would you like to call this tablo?",
"placeholder": "ex: Landing Page - Client X"
}
}
diff --git a/apps/main/src/locales/fr/onboarding.json b/apps/main/src/locales/fr/onboarding.json
index 75b2eba..17d9e95 100644
--- a/apps/main/src/locales/fr/onboarding.json
+++ b/apps/main/src/locales/fr/onboarding.json
@@ -7,14 +7,14 @@
"steps": {
"welcome": {
"title": "Bienvenue sur XTablo",
- "description": "Ici, vous allez créer votre premier Tablo - un espace de suivi projet, clair, élégant et partageable avec vos clients ou votre équipe.",
+ "description": "Ici, vous allez créer votre premier Tablo - un espace de suivi projet, clair, élégant et partageable avec vos clients.",
"content": {
"intro": "En moins de 2 minutes, vous aurez un Tablo prêt à l'emploi, structuré autour de vos services.",
"cta": "Créer mon premier Tablo"
}
},
"profile": {
- "title": "ÉTAPE 1 : Freelance ou Agence ?",
+ "title": "Quel est votre profil ?",
"description": "Parlez-nous de votre modèle d'activité",
"question": "Vous êtes",
"options": {
@@ -23,22 +23,22 @@
}
},
"service": {
- "title": "ÉTAPE 2 : Quel est votre service principal ?",
+ "title": "Quel est votre service principal ?",
"description": "Définissez le service que vous souhaitez suivre dans ce Tablo",
"question": "Quel est votre service ?",
"placeholder": "Ex: Création de site web, Consulting..."
},
"structure": {
- "title": "ÉTAPE 3 : En combien d'étapes structurez-vous votre service ?",
+ "title": "En combien d'étapes structurez-vous votre service ?",
"description": "Décomposez votre service en étapes de workflow",
"question": "Combien d'étapes composent votre service ?",
"steps_label": "Nom de l'étape (ex : Brief -> Design -> Livraison)",
"step_placeholder": "Étape {{index}}"
},
"project": {
- "title": "Étape 4 : Nom du projet (tablo)",
+ "title": "Nom du projet (tablo)",
"description": "Donnez un nom à votre premier Tablo",
- "question": "Comment souhaitez-vous appeler ce projet ?",
+ "question": "Comment souhaitez-vous appeler ce tablo ?",
"placeholder": "ex : Landing Page - Client X"
}
}
diff --git a/packages/ui/src/components/input.tsx b/packages/ui/src/components/input.tsx
index 3b68e88..6ccaab9 100644
--- a/packages/ui/src/components/input.tsx
+++ b/packages/ui/src/components/input.tsx
@@ -7,7 +7,7 @@ const Input = React.forwardRef
>(