From 43d8ce7a49416ef41365a32d7f0b1ce57d607681 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Wed, 3 Jun 2026 21:02:49 +0900 Subject: [PATCH] Add beta-only access alert to jumbo Public registrations are paused; surface a signup form on the homepage hero that subscribes users to the beta tester list. --- i18n/en.yaml | 7 +++++++ i18n/fr.yaml | 7 +++++++ layouts/partials/jumbo.html | 35 +++++++++++++++++++++++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/i18n/en.yaml b/i18n/en.yaml index a7d1002..7ebdb25 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -255,6 +255,13 @@ - id: cta-account-button translation: "Create my online space" +- id: beta-alert-title + translation: "Online version closed, beta access only" +- id: beta-alert-text + translation: "Public registrations are paused. Join the beta program to get early access." +- id: beta-alert-button + translation: "Join the beta" + - id: cta-newsletter-title translation: "Stay a step ahead!" - id: cta-newsletter-text diff --git a/i18n/fr.yaml b/i18n/fr.yaml index cd4a095..5e553ae 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -254,6 +254,13 @@ - id: cta-account-button translation: "Créer mon espace en ligne" +- id: beta-alert-title + translation: "Version en ligne fermée, accès bêta uniquement" +- id: beta-alert-text + translation: "Les inscriptions publiques sont suspendues. Rejoignez le programme bêta pour un accès anticipé." +- id: beta-alert-button + translation: "Rejoindre la bêta" + - id: cta-newsletter-title translation: "Gardez une longueur d'avance !" - id: cta-newsletter-text diff --git a/layouts/partials/jumbo.html b/layouts/partials/jumbo.html index 53e71f2..b0c59ce 100644 --- a/layouts/partials/jumbo.html +++ b/layouts/partials/jumbo.html @@ -147,5 +147,40 @@ + +