diff --git a/assets/logo.svg b/assets/logo.svg index 77154f0..38c2bb2 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1,26 +1,41 @@ - + - - - + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + $ + + + + + + + + - - JUNGGOMOA - 트레이딩 시스템 + + GOLDMINT + 돈복사 시스템 · AUTO-TRADE diff --git a/frontend/app/icon.svg b/frontend/app/icon.svg new file mode 100644 index 0000000..7611131 --- /dev/null +++ b/frontend/app/icon.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + $ + diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 506c515..b051248 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -3,8 +3,8 @@ import './globals.css'; import AuthGate from '@/components/AuthGate'; export const metadata: Metadata = { - title: 'JUNGGOMOA — 트레이딩 시스템', - description: 'BTC/ETH Futures 자동매매 대시보드', + title: 'GOLDMINT — 돈복사 시스템', + description: 'BTC/ETH Futures 자동매매 시스템 · 돈이 복사되는 시스템', }; export default function RootLayout({ children }: { children: React.ReactNode }) { diff --git a/frontend/app/login/page.tsx b/frontend/app/login/page.tsx index 9dd5396..11ee9fb 100644 --- a/frontend/app/login/page.tsx +++ b/frontend/app/login/page.tsx @@ -19,32 +19,57 @@ export default function LoginPage() { } return ( -
-
+
+ {/* 배경 골드 glow */} +
+
+ +
- + - - - + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + $ + + + + + + - JUNGGOMOA - 트레이딩 시스템 + GOLDMINT + 돈복사 시스템 · AUTO-TRADE -

업무관리 시스템

-

로그인하여 시작하세요

+

+ 💰 돈이 복사되는 시스템 +

+

로그인하여 자동매매를 시작하세요

@@ -69,14 +94,19 @@ export default function LoginPage() { {error &&
{error}
}
-

© 2026 junggomoa.com · all rights reserved

+

© 2026 GOLDMINT · 돈복사 시스템

diff --git a/frontend/app/page.tsx b/frontend/app/page.tsx index 7026c85..095a155 100644 --- a/frontend/app/page.tsx +++ b/frontend/app/page.tsx @@ -40,8 +40,8 @@ export default function DashboardPage() { return (
setTick(t => t + 1)} className="flex items-center gap-1.5 px-3 py-1.5 text-sm font-medium bg-blue-600 hover:bg-blue-700 text-white rounded-md shadow-sm"> 새로고침 diff --git a/frontend/components/sidebar.tsx b/frontend/components/sidebar.tsx index 771045c..32eca3b 100644 --- a/frontend/components/sidebar.tsx +++ b/frontend/components/sidebar.tsx @@ -17,32 +17,64 @@ const NAV = [ { href: '/profile', label: '내 정보', icon: User }, ]; -const Logo = ({ mini = false }: { mini?: boolean }) => ( - - - - - - - - - - - - - - - - - - {!mini && ( - <> - JUNGGOMOA - 트레이딩 시스템 - - )} - -); +const Logo = ({ mini = false }: { mini?: boolean }) => { + if (mini) { + return ( + + + + + + + + + + + + $ + + ); + } + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + $ + + + + + + + + GOLDMINT + 돈복사 시스템 · AUTO + + ); +}; export default function Sidebar() { const pathname = usePathname(); @@ -53,7 +85,7 @@ export default function Sidebar() { useEffect(() => { setMobileOpen(false); }, [pathname]); const initial = (user?.username?.[0] || '?').toUpperCase(); - const w = mini ? 'w-[68px]' : 'w-[260px]'; + const w = mini ? 'w-[72px]' : 'w-[280px]'; return ( <> @@ -141,8 +173,8 @@ function SidebarInner({ mini, setMini, pathname, initial, username, role, logout {!mini ? ( <>
-
+
{initial}