From 58cc82f5206d938feb4c1e493d0e793140fa0839 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 26 May 2026 02:32:15 +0800 Subject: [PATCH] feat: implement LoginClient component and add institutional landing page layout --- frontend/components/auth/LoginClient.tsx | 12 ++++----- .../landing/InstitutionalLandingPage.tsx | 27 ++++++++++--------- 2 files changed, 21 insertions(+), 18 deletions(-) diff --git a/frontend/components/auth/LoginClient.tsx b/frontend/components/auth/LoginClient.tsx index 05577eba..055def5c 100644 --- a/frontend/components/auth/LoginClient.tsx +++ b/frontend/components/auth/LoginClient.tsx @@ -386,7 +386,7 @@ export function LoginClient({ nextPath, initialMode }: LoginClientProps) { {/* Right Column (Forms) */}
{/* Subtle mesh background */} -
+
{/* Top Header Switch */}
@@ -415,7 +415,7 @@ export function LoginClient({ nextPath, initialMode }: LoginClientProps) { {/* Center Form Card */}
-
+

{isLogin ? copy.welcomeBack : copy.signUpTitle} @@ -426,7 +426,7 @@ export function LoginClient({ nextPath, initialMode }: LoginClientProps) {

void onEmailSubmit(event)} className="space-y-5"> -
+
@@ -443,7 +443,7 @@ export function LoginClient({ nextPath, initialMode }: LoginClientProps) {
-
+