refactor: remove experience section and related data

Clean up unused experience section from UI and remove associated data
This commit is contained in:
joyzhao
2025-06-16 09:33:17 +08:00
parent 12631de53e
commit 20ae3de62c
4 changed files with 14 additions and 118 deletions

View File

@@ -30,7 +30,7 @@ export default function GlassHeader({ lang }: GlassHeaderProps) {
{/* Desktop Navigation */}
<nav className="hidden md:flex items-center space-x-6 text-sm font-medium">
{[
{ key: 'nav.experience', icon: '💼 ', sectionId: 'experience' },
// { key: 'nav.experience', icon: '💼 ', sectionId: 'experience' },
{ key: 'nav.skills', icon: '🛠️ ', sectionId: 'skills' },
{ key: 'nav.projects', icon: '🚀 ', sectionId: 'projects' },
].map(