From 4844af227375b464bbe1bc89d44ccc987033410e Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 02:40:36 +0800 Subject: [PATCH] feat: add institutional landing page with i18n support and subscription-gated access logic --- .../landing/InstitutionalLandingPage.tsx | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/frontend/components/landing/InstitutionalLandingPage.tsx b/frontend/components/landing/InstitutionalLandingPage.tsx index 8696a498..3d25b313 100644 --- a/frontend/components/landing/InstitutionalLandingPage.tsx +++ b/frontend/components/landing/InstitutionalLandingPage.tsx @@ -163,14 +163,28 @@ function InstitutionalLandingScreen() { 中文 EN - {authChecked && isAuthenticated ? ( - - {isEn ? "Enter Product" : "进入产品"} - - + {!authChecked ? ( +
+ ) : isAuthenticated ? ( +
+ + {isEn ? "Enter Product" : "进入产品"} + + + + + + + + +
) : ( <>
{isEn ? "Enter product" : "进入产品决策台"}