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 = {