updated navigation

This commit is contained in:
becarta
2025-02-11 01:07:56 +01:00
parent 30246ae804
commit 563412affe

View File

@@ -6,10 +6,10 @@ export const headerData = {
text: 'Home', text: 'Home',
href: getPermalink('/'), href: getPermalink('/'),
}, },
{ text: 'About', href: getPermalink('/#about')}, { text: 'About', href: getPermalink('/en/about')},
{ text: 'Resume', href: getPermalink('/#resume') }, { text: 'Resume', href: getPermalink('/en/resume') },
{ text: 'Skills', href: getPermalink('//#skills') }, { text: 'Certifications', href: getPermalink('/en/Certifications') },
{ text: 'Porfolio', href: getPermalink('/#porfolio') }, { text: 'Skills', href: getPermalink('/en/skills') },
{ text: 'Blog', href: getPermalink('/blog') }, { text: 'Blog', href: getPermalink('/blog') },
] ]
}; };