From 574a80ba90364f093e0da41decd2727bb1a54634 Mon Sep 17 00:00:00 2001 From: athi Date: Mon, 22 Dec 2025 22:16:27 +0000 Subject: [PATCH] New website launch added redirects --- pages/index.vue | 53 ++++++++++++++++++++++++++ pages/whatsapp-wrapped-year-review.vue | 11 +----- 2 files changed, 55 insertions(+), 9 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 84f9087d..625d719b 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -9,6 +9,54 @@
+ + + + + +
+ WHATSAPP WRAPPED 2026 IS HERE! +
+
+ Your chat, told like a story. See your most active hours, + funniest exchanges, and emotional peaks. + 100% Private. +
+
+ + + See Your Story + mdi-arrow-right + + +
+

{{ $t("ctaSectionTitle") }}

{{ $t("ctaSectionText") }}

-
@@ -319,8 +312,8 @@ export default { }, methods: { goToHome() { - const homePath = this.localePath("index"); // Dynamically generate the localized path for the home page - this.$router.push(homePath); + // Access locale via this.$i18n.locale + window.location.href = `https://wrapped.whatsanalyze.com/${this.$i18n.locale}`; }, }, };