refactor: remove projects section and navigation link

Temporarily hide projects section from homepage and remove its navigation link
This commit is contained in:
joyzhao
2025-06-21 10:04:13 +08:00
parent a80915c1b2
commit b47ae190e4
3 changed files with 7 additions and 32 deletions

View File

@@ -54,7 +54,7 @@ export default function GlassHeader({ lang: propLang }: GlassHeaderProps) {
{ key: 'nav.home', icon: '🏠 ', href: getLocalizedPath('/', lang) },
{ key: 'nav.about', icon: '👨‍💻 ', href: getLocalizedPath('/about', lang) },
{ key: 'nav.services', icon: '🛠️ ', href: getLocalizedPath('/services', lang) },
{ key: 'nav.projects', icon: '🚀 ', href: getLocalizedPath('/projects', lang) },
// { key: 'nav.projects', icon: '🚀 ', href: getLocalizedPath('/projects', lang) },
{ key: 'nav.blog', icon: '📝 ', href: getLocalizedPath('/blog', lang) },
].map((item) => (
<a