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
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:
@@ -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() {
|
||||
</span>
|
||||
<p className="max-w-2xl text-base font-medium text-gray-900 sm:text-lg">
|
||||
{isFa
|
||||
? "میزی رسماً ۱۴ خرداد ۱۴۰۵ برای همه کاربران راهاندازی میشود"
|
||||
: "Meezi officially launches for all users on June 4, 2026"}
|
||||
? "میزی رسماً ۱ تیر ۱۴۰۵ برای همه کاربران راهاندازی میشود"
|
||||
: "Meezi officially launches for all users on June 22, 2026"}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user