12 lines
379 B
TypeScript
12 lines
379 B
TypeScript
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',
|
|
};
|