vexolor로 변경

This commit is contained in:
dohyeons 2025-10-02 17:46:19 +09:00
parent c67d8ddbdd
commit 9223a50672
2 changed files with 3 additions and 3 deletions

View File

@ -9,13 +9,13 @@ import { Badge } from "@/components/ui/badge";
*/
export default function MainPage() {
return (
<div className="pt-10 space-y-6">
<div className="space-y-6 pt-10">
{/* 메인 컨텐츠 */}
{/* Welcome Message */}
<Card>
<CardContent className="pt-6">
<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>
<div className="flex justify-center space-x-2">
<Badge variant="secondary">Spring Boot</Badge>

View File

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