Merge remote-tracking branch 'upstream/main'
This commit is contained in:
commit
af0c784f0b
|
|
@ -9,13 +9,13 @@ import { Badge } from "@/components/ui/badge";
|
||||||
*/
|
*/
|
||||||
export default function MainPage() {
|
export default function MainPage() {
|
||||||
return (
|
return (
|
||||||
<div className="pt-10 space-y-6">
|
<div className="space-y-6 pt-10">
|
||||||
{/* 메인 컨텐츠 */}
|
{/* 메인 컨텐츠 */}
|
||||||
{/* Welcome Message */}
|
{/* Welcome Message */}
|
||||||
<Card>
|
<Card>
|
||||||
<CardContent className="pt-6">
|
<CardContent className="pt-6">
|
||||||
<div className="space-y-6 text-center">
|
<div className="space-y-6 text-center">
|
||||||
<h3 className="text-lg font-semibold">PLM 솔루션에 오신 것을 환영합니다!</h3>
|
<h3 className="text-lg font-semibold">Vexolor에 오신 것을 환영합니다!</h3>
|
||||||
<p className="text-muted-foreground">제품 수명 주기 관리 시스템을 통해 효율적인 업무를 시작하세요.</p>
|
<p className="text-muted-foreground">제품 수명 주기 관리 시스템을 통해 효율적인 업무를 시작하세요.</p>
|
||||||
<div className="flex justify-center space-x-2">
|
<div className="flex justify-center space-x-2">
|
||||||
<Badge variant="secondary">Spring Boot</Badge>
|
<Badge variant="secondary">Spring Boot</Badge>
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ export const AUTH_CONFIG = {
|
||||||
export const UI_CONFIG = {
|
export const UI_CONFIG = {
|
||||||
COMPANY_NAME: "VEXPLOR",
|
COMPANY_NAME: "VEXPLOR",
|
||||||
COPYRIGHT: "© 2024 VEXPLOR. All rights reserved.",
|
COPYRIGHT: "© 2024 VEXPLOR. All rights reserved.",
|
||||||
POWERED_BY: "Powered by WACE PLM System",
|
POWERED_BY: "Powered by Vexolor",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
export const FORM_VALIDATION = {
|
export const FORM_VALIDATION = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue