From b2b90bd1bfbff6693382d9d7be7ef5909cbae34d Mon Sep 17 00:00:00 2001 From: Moh Date: Sat, 8 Aug 2026 03:48:19 +0200 Subject: [PATCH] STYLED - Trim coming-soon to title + countdown - Remove the status badge, kicker, and description texts - Keep only the title and the countdown (all locales) --- app/[locale]/coming-soon/page.tsx | 35 ++----------------------------- 1 file changed, 2 insertions(+), 33 deletions(-) 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")} -

-
- - +