From 8f74c9ae284dfad5b778bfaf9f9957f7b3b6c23d Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Thu, 23 Oct 2025 19:34:36 +0900 Subject: (김준회) revert login-form-shi.tsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/login/login-form-shi.tsx | 41 ++++++++++++++++++++++--------------- 1 file changed, 24 insertions(+), 17 deletions(-) (limited to 'components') diff --git a/components/login/login-form-shi.tsx b/components/login/login-form-shi.tsx index 98d5e10a..0be6709a 100644 --- a/components/login/login-form-shi.tsx +++ b/components/login/login-form-shi.tsx @@ -23,7 +23,6 @@ import Link from "next/link" import Image from 'next/image'; // 추가: Image 컴포넌트 import import { KnoxSSOButton } from './saml-login-button'; // SAML 로그인 버튼 import import Loading from "../common/loading/loading"; -import { VideoCarousel } from './video-carousel'; export function LoginFormSHI({ className, @@ -213,9 +212,9 @@ export function LoginFormSHI({ } return ( -
- {/* Left Content - 축소된 로그인 영역 */} -
+
+ {/* Left Content */} +
{/* Top bar with Logo + eVCP (left) and "Request Vendor Repository" (right) */}
@@ -236,8 +235,8 @@ export function LoginFormSHI({ {/* Here's your existing login/OTP forms: */} {/* {!otpSent ? ( */} - -
+ + {/* */}
@@ -300,11 +299,9 @@ export function LoginFormSHI({
- {/* ) - - - - + {/* ) + + : (
@@ -366,12 +363,22 @@ export function LoginFormSHI({
- {/* Right 영상 캐러셀 영역 - 확장된 영역 (2/3 비율) */} -
- -
-
-

“{t("blockquote")}”

+ {/* Right BG 이미지 영역 - Image 컴포넌트로 수정 */} +
+ {/* Image 컴포넌트로 대체 */} +
+ Background image +
+
+
+

“{t("blockquote")}”

{/* */}
-- cgit v1.2.3