export const navigation = { menuItems: [ { section: 'About', label: 'About' }, { section: 'Services', label: 'Services' }, { section: 'Skills', label: 'Skills' }, { section: 'Certifications', label: 'Certifications' }, { section: 'Projects', label: 'Projects' }, { section: 'Contact', label: 'Contact' }, ], mobileMenuAriaLabel: 'Menü öffnen', };