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