From 1bd680e47fefc70e383af6ee4d8e0d9499d19f43 Mon Sep 17 00:00:00 2001 From: gahusb Date: Tue, 28 Apr 2026 02:28:16 +0900 Subject: [PATCH] =?UTF-8?q?chore(nav):=20=EC=82=AC=EC=9D=B4=EB=93=9C?= =?UTF-8?q?=EB=B0=94=20=EB=A9=94=EB=89=B4=20=EC=88=9C=EC=84=9C=20=EC=9E=AC?= =?UTF-8?q?=EB=B0=B0=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Home → Portfolio → Blog → Travel → Lotto → Stock → Music → Realestate → Blog Lab → Todo → Agent Office → Lab 순으로 navLinks 재정렬. BottomNav도 동일 source를 사용해 모바일 더보기 패널까지 함께 반영됨. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/routes.jsx | 72 +++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/routes.jsx b/src/routes.jsx index ccbe2df..0fff027 100644 --- a/src/routes.jsx +++ b/src/routes.jsx @@ -38,6 +38,15 @@ export const navLinks = [ icon: , accent: '#f7a8a5', }, + { + id: 'portfolio', + label: 'Portfolio', + path: '/portfolio', + subtitle: 'RESUME', + description: '개인 포트폴리오 — 프로필, 이력, 프로젝트 쇼케이스', + icon: , + accent: '#06b6d4', + }, { id: 'blog', label: 'Blog', @@ -47,6 +56,15 @@ export const navLinks = [ icon: , accent: '#c084fc', }, + { + id: 'travel', + label: 'Travel', + path: '/travel', + subtitle: 'VISUAL DIARY', + description: '여행에서 담은 색과 장면을 전시하는 갤러리', + icon: , + accent: '#fb923c', + }, { id: 'lotto', label: 'Lotto', @@ -65,24 +83,6 @@ export const navLinks = [ icon: , accent: '#60a5fa', }, - { - id: 'realestate', - label: 'Realestate', - path: '/realestate', - subtitle: '부동산', - description: '청약 공고 자동 수집, 매칭, 프로필 기반 자격 분석', - icon: , - accent: '#f43f5e', - }, - { - id: 'travel', - label: 'Travel', - path: '/travel', - subtitle: 'VISUAL DIARY', - description: '여행에서 담은 색과 장면을 전시하는 갤러리', - icon: , - accent: '#fb923c', - }, { id: 'music', label: 'Music', @@ -92,6 +92,15 @@ export const navLinks = [ icon: , accent: '#f5a623', }, + { + id: 'realestate', + label: 'Realestate', + path: '/realestate', + subtitle: '부동산', + description: '청약 공고 자동 수집, 매칭, 프로필 기반 자격 분석', + icon: , + accent: '#f43f5e', + }, { id: 'blog-lab', label: 'Blog Lab', @@ -101,15 +110,6 @@ export const navLinks = [ icon: , accent: '#10b981', }, - { - id: 'lab', - label: 'Lab', - path: '/lab', - subtitle: 'STREAM', - description: '실험적인 UI/UX 효과를 테스트하는 공간', - icon: , - accent: '#fbbf24', - }, { id: 'todo', label: 'Todo', @@ -119,15 +119,6 @@ export const navLinks = [ icon: , accent: '#f472b6', }, - { - id: 'portfolio', - label: 'Portfolio', - path: '/portfolio', - subtitle: 'RESUME', - description: '개인 포트폴리오 — 프로필, 이력, 프로젝트 쇼케이스', - icon: , - accent: '#06b6d4', - }, { id: 'agent-office', label: 'Agent Office', @@ -137,6 +128,15 @@ export const navLinks = [ icon: 🏢, accent: '#8b5cf6', }, + { + id: 'lab', + label: 'Lab', + path: '/lab', + subtitle: 'STREAM', + description: '실험적인 UI/UX 효과를 테스트하는 공간', + icon: , + accent: '#fbbf24', + }, ]; export const appRoutes = [