chore(nav): 사이드바 메뉴 순서 재배치
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) <noreply@anthropic.com>
This commit is contained in:
@@ -38,6 +38,15 @@ export const navLinks = [
|
|||||||
icon: <IconHome />,
|
icon: <IconHome />,
|
||||||
accent: '#f7a8a5',
|
accent: '#f7a8a5',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'portfolio',
|
||||||
|
label: 'Portfolio',
|
||||||
|
path: '/portfolio',
|
||||||
|
subtitle: 'RESUME',
|
||||||
|
description: '개인 포트폴리오 — 프로필, 이력, 프로젝트 쇼케이스',
|
||||||
|
icon: <IconPortfolio />,
|
||||||
|
accent: '#06b6d4',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'blog',
|
id: 'blog',
|
||||||
label: 'Blog',
|
label: 'Blog',
|
||||||
@@ -47,6 +56,15 @@ export const navLinks = [
|
|||||||
icon: <IconBlog />,
|
icon: <IconBlog />,
|
||||||
accent: '#c084fc',
|
accent: '#c084fc',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'travel',
|
||||||
|
label: 'Travel',
|
||||||
|
path: '/travel',
|
||||||
|
subtitle: 'VISUAL DIARY',
|
||||||
|
description: '여행에서 담은 색과 장면을 전시하는 갤러리',
|
||||||
|
icon: <IconTravel />,
|
||||||
|
accent: '#fb923c',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'lotto',
|
id: 'lotto',
|
||||||
label: 'Lotto',
|
label: 'Lotto',
|
||||||
@@ -65,24 +83,6 @@ export const navLinks = [
|
|||||||
icon: <IconStock />,
|
icon: <IconStock />,
|
||||||
accent: '#60a5fa',
|
accent: '#60a5fa',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'realestate',
|
|
||||||
label: 'Realestate',
|
|
||||||
path: '/realestate',
|
|
||||||
subtitle: '부동산',
|
|
||||||
description: '청약 공고 자동 수집, 매칭, 프로필 기반 자격 분석',
|
|
||||||
icon: <IconBuilding />,
|
|
||||||
accent: '#f43f5e',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 'travel',
|
|
||||||
label: 'Travel',
|
|
||||||
path: '/travel',
|
|
||||||
subtitle: 'VISUAL DIARY',
|
|
||||||
description: '여행에서 담은 색과 장면을 전시하는 갤러리',
|
|
||||||
icon: <IconTravel />,
|
|
||||||
accent: '#fb923c',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'music',
|
id: 'music',
|
||||||
label: 'Music',
|
label: 'Music',
|
||||||
@@ -92,6 +92,15 @@ export const navLinks = [
|
|||||||
icon: <IconMusic />,
|
icon: <IconMusic />,
|
||||||
accent: '#f5a623',
|
accent: '#f5a623',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'realestate',
|
||||||
|
label: 'Realestate',
|
||||||
|
path: '/realestate',
|
||||||
|
subtitle: '부동산',
|
||||||
|
description: '청약 공고 자동 수집, 매칭, 프로필 기반 자격 분석',
|
||||||
|
icon: <IconBuilding />,
|
||||||
|
accent: '#f43f5e',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'blog-lab',
|
id: 'blog-lab',
|
||||||
label: 'Blog Lab',
|
label: 'Blog Lab',
|
||||||
@@ -101,15 +110,6 @@ export const navLinks = [
|
|||||||
icon: <IconBlogMarketing />,
|
icon: <IconBlogMarketing />,
|
||||||
accent: '#10b981',
|
accent: '#10b981',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'lab',
|
|
||||||
label: 'Lab',
|
|
||||||
path: '/lab',
|
|
||||||
subtitle: 'STREAM',
|
|
||||||
description: '실험적인 UI/UX 효과를 테스트하는 공간',
|
|
||||||
icon: <IconLab />,
|
|
||||||
accent: '#fbbf24',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'todo',
|
id: 'todo',
|
||||||
label: 'Todo',
|
label: 'Todo',
|
||||||
@@ -119,15 +119,6 @@ export const navLinks = [
|
|||||||
icon: <IconTodo />,
|
icon: <IconTodo />,
|
||||||
accent: '#f472b6',
|
accent: '#f472b6',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'portfolio',
|
|
||||||
label: 'Portfolio',
|
|
||||||
path: '/portfolio',
|
|
||||||
subtitle: 'RESUME',
|
|
||||||
description: '개인 포트폴리오 — 프로필, 이력, 프로젝트 쇼케이스',
|
|
||||||
icon: <IconPortfolio />,
|
|
||||||
accent: '#06b6d4',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'agent-office',
|
id: 'agent-office',
|
||||||
label: 'Agent Office',
|
label: 'Agent Office',
|
||||||
@@ -137,6 +128,15 @@ export const navLinks = [
|
|||||||
icon: <span style={{fontSize:'1.2em'}}>🏢</span>,
|
icon: <span style={{fontSize:'1.2em'}}>🏢</span>,
|
||||||
accent: '#8b5cf6',
|
accent: '#8b5cf6',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'lab',
|
||||||
|
label: 'Lab',
|
||||||
|
path: '/lab',
|
||||||
|
subtitle: 'STREAM',
|
||||||
|
description: '실험적인 UI/UX 효과를 테스트하는 공간',
|
||||||
|
icon: <IconLab />,
|
||||||
|
accent: '#fbbf24',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const appRoutes = [
|
export const appRoutes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user