From 5ba09c2ef1db9d7845b8e4423582bbd1fa2219ef Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Mon, 1 Jun 2026 07:59:22 +0330 Subject: [PATCH] fix(website): move launch countdown to 1 Tir 1405 (June 22, 2026) Co-Authored-By: Claude Sonnet 4.6 --- .../components/sections/launch-countdown-section.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/website/src/components/sections/launch-countdown-section.tsx b/web/website/src/components/sections/launch-countdown-section.tsx index 5f6db02..c1be437 100644 --- a/web/website/src/components/sections/launch-countdown-section.tsx +++ b/web/website/src/components/sections/launch-countdown-section.tsx @@ -5,9 +5,9 @@ import { X, Rocket } from "lucide-react"; import { useLocale } from "next-intl"; import { cn } from "@/lib/utils"; -// 14 Khordad 1405 = June 4, 2026 (Tehran, UTC+3:30) -const LAUNCH_DATE = new Date("2026-06-04T00:00:00+03:30"); -const DISMISS_KEY = "meezi_launch_banner_v2"; +// 1 Tir 1405 = June 22, 2026 (Tehran, UTC+3:30) +const LAUNCH_DATE = new Date("2026-06-22T00:00:00+03:30"); +const DISMISS_KEY = "meezi_launch_banner_v3"; interface TimeLeft { days: number; @@ -88,8 +88,8 @@ export function LaunchCountdownSection() {

{isFa - ? "میزی رسماً ۱۴ خرداد ۱۴۰۵ برای همه کاربران راه‌اندازی می‌شود" - : "Meezi officially launches for all users on June 4, 2026"} + ? "میزی رسماً ۱ تیر ۱۴۰۵ برای همه کاربران راه‌اندازی می‌شود" + : "Meezi officially launches for all users on June 22, 2026"}