diff --git a/app/[locale]/coming-soon/page.tsx b/app/[locale]/coming-soon/page.tsx index ebbd4d8..b67e8d8 100644 --- a/app/[locale]/coming-soon/page.tsx +++ b/app/[locale]/coming-soon/page.tsx @@ -8,7 +8,6 @@ import { LaunchCountdown } from "@/components/site/launch-countdown"; import { getSiteSettings } from "@/lib/app-config"; import { buildLocalizedMetadata } from "@/lib/metadata"; import { resolveLocale } from "@/lib/locale"; -import { cn } from "@/lib/utils"; // Target launch date for the countdown. Edit this single line to change it. const LAUNCH_DATE_ISO = "2026-08-28T12:00:00Z"; @@ -64,9 +63,6 @@ export default async function ComingSoonPage({ params }: ComingSoonPageProps) { }, ]; - const trackedEyebrow = isArabic ? "tracking-normal" : "uppercase tracking-[0.28em]"; - const trackedPill = isArabic ? "tracking-normal" : "uppercase tracking-[0.12em]"; - return (
@@ -74,36 +70,9 @@ export default async function ComingSoonPage({ params }: ComingSoonPageProps) {
- - - - - - - {t("status")} - - + - -

- {t("kicker")} -

-
- - - - -

- {t("description")} -

-
- - +