From f3da0ba9fe3b4745478f3833bfb22c50fd9d7bce Mon Sep 17 00:00:00 2001 From: arolleaguekeng Date: Fri, 6 Feb 2026 00:52:56 +0100 Subject: [PATCH] feat: add landing page i18n translations with feature descriptions and CTA Add landingPage section to en.json and fr.json with title, subtitle, CTA button text, and three feature descriptions (modern design, SEO optimization, customization). Remove trailing newline from both translation files. --- .../development/show-development/en.json | 21 ++++++++++++++++++- .../development/show-development/fr.json | 21 ++++++++++++++++++- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/apps/main-dashboard/public/assets/i18n/split/modules/dashboard/pages/development/show-development/en.json b/apps/main-dashboard/public/assets/i18n/split/modules/dashboard/pages/development/show-development/en.json index 23b18e269..835048038 100644 --- a/apps/main-dashboard/public/assets/i18n/split/modules/dashboard/pages/development/show-development/en.json +++ b/apps/main-dashboard/public/assets/i18n/split/modules/dashboard/pages/development/show-development/en.json @@ -1,6 +1,25 @@ { "title": "Configuration Ready", "subtitle": "Your tech stack is configured. Launch the generation to create your full application.", + "landingPage": { + "title": "Your Landing Page is Ready to Generate", + "subtitle": "Your configuration is complete. Start the generation to create your professional and modern landing page in minutes.", + "cta": "Generate My Landing Page", + "features": { + "modern": { + "title": "Modern Design", + "description": "Elegant and responsive interface" + }, + "seo": { + "title": "SEO Optimized", + "description": "Natural search engine optimization" + }, + "customizable": { + "title": "Customizable", + "description": "Easily modifiable to your needs" + } + } + }, "buttons": { "generate": "Generate Application", "preview": "Preview", @@ -41,4 +60,4 @@ }, "customOptions": "Custom Options", "technicalDetails": "Technical Details" -} +} \ No newline at end of file diff --git a/apps/main-dashboard/public/assets/i18n/split/modules/dashboard/pages/development/show-development/fr.json b/apps/main-dashboard/public/assets/i18n/split/modules/dashboard/pages/development/show-development/fr.json index 53f0afc17..8fdcacfe5 100644 --- a/apps/main-dashboard/public/assets/i18n/split/modules/dashboard/pages/development/show-development/fr.json +++ b/apps/main-dashboard/public/assets/i18n/split/modules/dashboard/pages/development/show-development/fr.json @@ -1,6 +1,25 @@ { "title": "Configuration prête", "subtitle": "Votre stack technologique est configurée. Lancez la génération pour créer votre application complète.", + "landingPage": { + "title": "Votre Landing Page est Prête à Générer", + "subtitle": "Votre configuration est finalisée. Lancez la génération pour créer votre landing page professionnelle et moderne en quelques minutes.", + "cta": "Générer ma Landing Page", + "features": { + "modern": { + "title": "Design Moderne", + "description": "Interface élégante et responsive" + }, + "seo": { + "title": "Optimisé SEO", + "description": "Référencement naturel optimisé" + }, + "customizable": { + "title": "Personnalisable", + "description": "Facilement modifiable selon vos besoins" + } + } + }, "buttons": { "generate": "Générer l'application", "preview": "Aperçu", @@ -41,4 +60,4 @@ }, "customOptions": "Options personnalisées", "technicalDetails": "Détails techniques" -} +} \ No newline at end of file