From 9223a50672ae4b803fdceb69240fb3285237b9db Mon Sep 17 00:00:00 2001 From: dohyeons Date: Thu, 2 Oct 2025 17:46:19 +0900 Subject: [PATCH] =?UTF-8?q?vexolor=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/app/(main)/main/page.tsx | 4 ++-- frontend/constants/auth.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/(main)/main/page.tsx b/frontend/app/(main)/main/page.tsx index 6ce00bd6..0c6eb73e 100644 --- a/frontend/app/(main)/main/page.tsx +++ b/frontend/app/(main)/main/page.tsx @@ -9,13 +9,13 @@ import { Badge } from "@/components/ui/badge"; */ export default function MainPage() { return ( -
+
{/* 메인 컨텐츠 */} {/* Welcome Message */}
-

PLM 솔루션에 오신 것을 환영합니다!

+

Vexolor에 오신 것을 환영합니다!

제품 수명 주기 관리 시스템을 통해 효율적인 업무를 시작하세요.

Spring Boot diff --git a/frontend/constants/auth.ts b/frontend/constants/auth.ts index de14e5df..047f1dbb 100644 --- a/frontend/constants/auth.ts +++ b/frontend/constants/auth.ts @@ -18,7 +18,7 @@ export const AUTH_CONFIG = { export const UI_CONFIG = { COMPANY_NAME: "VEXPLOR", COPYRIGHT: "© 2024 VEXPLOR. All rights reserved.", - POWERED_BY: "Powered by WACE PLM System", + POWERED_BY: "Powered by Vexolor", } as const; export const FORM_VALIDATION = {