Feat: écran de remerciement post-téléchargement white paper
All checks were successful
Deploy / Deploy to Production (push) Successful in 22s

- Remplace le message inline par un écran centré (smiley + heading + signature)
- Ajout clés i18n wp_success_heading / wp_success_sub
- Ajustements blueprints white-paper / white-papers / site
- Route : stockage leads sur page livres-blancs

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-19 11:36:00 +01:00
parent 1cbb843c89
commit 79019b761f
7 changed files with 133 additions and 107 deletions

View file

@ -64,9 +64,13 @@ const dict = {
en: "By checking this box, I agree to be contacted by World Game. My data will not be sold or shared.",
},
wp_download: { fr: "TÉLÉCHARGER", en: "DOWNLOAD" },
wp_success: {
fr: "Votre demande a été enregistrée. Le téléchargement devrait démarrer.",
en: "Your request has been registered. The download should start.",
wp_success_heading: {
fr: "Merci pour votre\nintérêt et bonne lecture !",
en: "Thank you for your\ninterest, enjoy the read!",
},
wp_success_sub: {
fr: "L'équipe du World Game.",
en: "The World Game team.",
},
wp_error: {
fr: "Une erreur est survenue, veuillez réessayer.",