fix(website): move launch countdown to 1 Tir 1405 (June 22, 2026)
CI/CD / CI · API (dotnet build + test) (push) Successful in 40s
CI/CD / CI · Admin API (dotnet build) (push) Successful in 30s
CI/CD / CI · Dashboard (tsc) (push) Successful in 1m3s
CI/CD / CI · Admin Web (tsc) (push) Successful in 35s
CI/CD / CI · Website (tsc) (push) Successful in 43s
CI/CD / CI · Koja (tsc) (push) Successful in 48s
CI/CD / Deploy · all services (push) Failing after 1m27s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
soroush.asadi
2026-06-01 07:59:22 +03:30
parent 631cac8c3c
commit 5ba09c2ef1
@@ -5,9 +5,9 @@ import { X, Rocket } from "lucide-react";
import { useLocale } from "next-intl"; import { useLocale } from "next-intl";
import { cn } from "@/lib/utils"; import { cn } from "@/lib/utils";
// 14 Khordad 1405 = June 4, 2026 (Tehran, UTC+3:30) // 1 Tir 1405 = June 22, 2026 (Tehran, UTC+3:30)
const LAUNCH_DATE = new Date("2026-06-04T00:00:00+03:30"); const LAUNCH_DATE = new Date("2026-06-22T00:00:00+03:30");
const DISMISS_KEY = "meezi_launch_banner_v2"; const DISMISS_KEY = "meezi_launch_banner_v3";
interface TimeLeft { interface TimeLeft {
days: number; days: number;
@@ -88,8 +88,8 @@ export function LaunchCountdownSection() {
</span> </span>
<p className="max-w-2xl text-base font-medium text-gray-900 sm:text-lg"> <p className="max-w-2xl text-base font-medium text-gray-900 sm:text-lg">
{isFa {isFa
? "میزی رسماً ۱۴ خرداد ۱۴۰۵ برای همه کاربران راه‌اندازی می‌شود" ? "میزی رسماً ۱ تیر ۱۴۰۵ برای همه کاربران راه‌اندازی می‌شود"
: "Meezi officially launches for all users on June 4, 2026"} : "Meezi officially launches for all users on June 22, 2026"}
</p> </p>
</div> </div>