diff --git a/bedrock/firefox/redirects.py b/bedrock/firefox/redirects.py
index debb54b0982..d2f883f7189 100644
--- a/bedrock/firefox/redirects.py
+++ b/bedrock/firefox/redirects.py
@@ -48,6 +48,16 @@ def mobile_app(request, *args, **kwargs):
"fxshare7",
"DESKTOP_FEATURE_CALLOUT_SIGNED_INTO_ACCOUNT.treatment_a",
"DESKTOP_FEATURE_CALLOUT_SIGNED_INTO_ACCOUNT.treatment_b",
+ "wnp134-de-a",
+ "wnp134-de-b",
+ "wnp134-en-ca-a",
+ "wnp134-en-ca-b",
+ "wnp134-en-na-a",
+ "wnp134-en-na-b",
+ "wnp134-en-uk-a",
+ "wnp134-en-uk-b",
+ "wnp134-fr-a",
+ "wnp134-fr-b",
]
for p in product_options:
diff --git a/bedrock/firefox/templates/firefox/whatsnew/includes/fx134/qrcode.html b/bedrock/firefox/templates/firefox/whatsnew/includes/fx134/qrcode.html
new file mode 100644
index 00000000000..fd4d6d786a8
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/whatsnew/includes/fx134/qrcode.html
@@ -0,0 +1,37 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+
+
+
diff --git a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-ca.html b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-ca.html
new file mode 100644
index 00000000000..fc896b159aa
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-ca.html
@@ -0,0 +1,47 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/whatsnew/base.html" %}
+
+{% block page_css %}
+ {{ css_bundle('firefox_whatsnew_134') }}
+{% endblock %}
+
+{% block experiments %}
+ {{ js_bundle('firefox_whatsnew_134_experiment') }}
+{% endblock %}
+
+{% if variant == '2' %}
+ {% set title = 'Stay productive on the go' %}
+ {% set desc = 'Syncing your Firefox tabs across your devices means you can work, read and shop whenever and wherever.'|safe %}
+ {% set qrcode = 'en-ca-b' %}
+{% else %}
+ {% set title = 'Privacy in your pocket' %}
+ {% set desc = 'You deserve privacy even when you’re in public. With Firefox on your phone, you can trust you won’t be followed around online wherever you go.'|safe %}
+ {% set qrcode = 'en-ca-a' %}
+{% endif %}
+
+{% block wnp_content %}
+
+
+
{{ title }}
+
{{ desc }}
+
+ {% with qrcode=qrcode, caption='Scan to get Firefox on your phone or tablet' %}
+ {% include "firefox/whatsnew/includes/fx134/qrcode.html" %}
+ {% endwith %}
+
+
+
+
+
{{ ftl('whatsnew-signoff') }}
+ {% include "firefox/whatsnew/includes/mofo-donate-cta.html" %}
+
+{% endblock %}
+
+{% block js %}
+ {{ js_bundle('firefox_whatsnew_events') }}
+{% endblock %}
diff --git a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-de.html b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-de.html
new file mode 100644
index 00000000000..a7caeda30dd
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-de.html
@@ -0,0 +1,47 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/whatsnew/base.html" %}
+
+{% block page_css %}
+ {{ css_bundle('firefox_whatsnew_134') }}
+{% endblock %}
+
+{% block experiments %}
+ {{ js_bundle('firefox_whatsnew_134_experiment') }}
+{% endblock %}
+
+{% if variant == '2' %}
+ {% set title = 'Bleib unterwegs produktiv' %}
+ {% set desc = 'Wenn „produktiver sein“ auf deiner Liste mit guten Vorsätzen für 2025 steht, ist das Synchronisieren von Firefox auf all deinen Geräten der perfekte Start.' %}
+ {% set qrcode = 'de-b' %}
+{% else %}
+ {% set title = 'Datenschutz für die Hosentasche' %}
+ {% set desc = 'Du verdienst Privatsphäre. Mit Firefox auf deinem Smartphone kannst du darauf vertrauen, dass du online nicht auf Schritt und Tritt verfolgt wirst.' %}
+ {% set qrcode = 'de-a' %}
+{% endif %}
+
+{% block wnp_content %}
+
+
+
{{ title }}
+
{{ desc }}
+
+ {% with qrcode=qrcode, caption='Scanne, um Firefox auf deinem Smartphone oder Tablet zu installieren.' %}
+ {% include "firefox/whatsnew/includes/fx134/qrcode.html" %}
+ {% endwith %}
+
+
+
+
+
{{ ftl('whatsnew-signoff') }}
+ {% include "firefox/whatsnew/includes/mofo-donate-cta.html" %}
+
+{% endblock %}
+
+{% block js %}
+ {{ js_bundle('firefox_whatsnew_events') }}
+{% endblock %}
diff --git a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-fr.html b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-fr.html
new file mode 100644
index 00000000000..4b30ea58d43
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-fr.html
@@ -0,0 +1,47 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/whatsnew/base.html" %}
+
+{% block page_css %}
+ {{ css_bundle('firefox_whatsnew_134') }}
+{% endblock %}
+
+{% block experiments %}
+ {{ js_bundle('firefox_whatsnew_134_experiment') }}
+{% endblock %}
+
+{% if variant == '2' %}
+ {% set title = 'Restez productif où que vous soyez' %}
+ {% set desc = 'La synchronisation de vos onglets Firefox sur tous vos appareils vous permet de travailler, de lire et de faire des achats de n’importe où sans perdre le fil.' %}
+ {% set qrcode = 'fr-b' %}
+{% else %}
+ {% set title = 'La confidentialité dans votre poche' %}
+ {% set desc = 'Vous méritez d’être protégé, même en public. Naviguez sans être suivi avec Firefox sur votre téléphone.' %}
+ {% set qrcode = 'fr-a' %}
+{% endif %}
+
+{% block wnp_content %}
+
+
+
{{ title }}
+
{{ desc }}
+
+ {% with qrcode=qrcode, caption='Scanner pour installer Firefox sur votre téléphone ou tablette' %}
+ {% include "firefox/whatsnew/includes/fx134/qrcode.html" %}
+ {% endwith %}
+
+
+
+
+
{{ ftl('whatsnew-signoff') }}
+ {% include "firefox/whatsnew/includes/mofo-donate-cta.html" %}
+
+{% endblock %}
+
+{% block js %}
+ {{ js_bundle('firefox_whatsnew_events') }}
+{% endblock %}
diff --git a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-gb.html b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-gb.html
new file mode 100644
index 00000000000..10c8f37194b
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-gb.html
@@ -0,0 +1,46 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/whatsnew/base.html" %}
+
+{% block page_css %}
+ {{ css_bundle('firefox_whatsnew_134') }}
+{% endblock %}
+
+{% block experiments %}
+ {{ js_bundle('firefox_whatsnew_134_experiment') }}
+{% endblock %}
+
+{% if variant == '2' %}
+ {% set title = 'Stay productive on the go' %}
+ {% set desc = 'Syncing your Firefox tabs across your devices means you can work, read and shop whenever and wherever.'|safe %}
+ {% set qrcode = 'en-gb-b' %}
+{% else %}
+ {% set title = 'Privacy in your pocket' %}
+ {% set desc = 'You deserve privacy even when you’re in public. With Firefox on your phone, you can trust you won’t be followed around online wherever you go.'|safe %}
+ {% set qrcode = 'en-gb-a' %}
+{% endif %}
+
+{% block wnp_content %}
+
+
+
{{ title }}
+
{{ desc }}
+
+ {% with qrcode=qrcode, caption='Scan to get Firefox on your phone or tablet' %}
+ {% include "firefox/whatsnew/includes/fx134/qrcode.html" %}
+ {% endwith %}
+
+
+
+
{{ ftl('whatsnew-signoff') }}
+ {% include "firefox/whatsnew/includes/mofo-donate-cta.html" %}
+
+{% endblock %}
+
+{% block js %}
+ {{ js_bundle('firefox_whatsnew_events') }}
+{% endblock %}
diff --git a/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-us.html b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-us.html
new file mode 100644
index 00000000000..d64694da5af
--- /dev/null
+++ b/bedrock/firefox/templates/firefox/whatsnew/whatsnew-fx134-us.html
@@ -0,0 +1,47 @@
+{#
+ This Source Code Form is subject to the terms of the Mozilla Public
+ License, v. 2.0. If a copy of the MPL was not distributed with this
+ file, You can obtain one at https://mozilla.org/MPL/2.0/.
+#}
+
+{% extends "firefox/whatsnew/base.html" %}
+
+{% block page_css %}
+ {{ css_bundle('firefox_whatsnew_134') }}
+{% endblock %}
+
+{% block experiments %}
+ {{ js_bundle('firefox_whatsnew_134_experiment') }}
+{% endblock %}
+
+{% if variant == '2' %}
+ {% set title = 'Stay productive on the go' %}
+ {% set desc = 'Syncing your Firefox tabs across your devices means you can work, read and shop whenever and wherever.'|safe %}
+ {% set qrcode = 'en-us-b' %}
+{% else %}
+ {% set title = 'Privacy in your pocket' %}
+ {% set desc = 'You deserve privacy even when you’re in public. With Firefox on your phone, you can trust you won’t be followed around online wherever you go.'|safe %}
+ {% set qrcode = 'en-us-a' %}
+{% endif %}
+
+{% block wnp_content %}
+
+
+
{{ title }}
+
{{ desc }}
+
+ {% with qrcode=qrcode, caption='Scan to get Firefox on your phone or tablet' %}
+ {% include "firefox/whatsnew/includes/fx134/qrcode.html" %}
+ {% endwith %}
+