rewrite freelance page content and add freelance to header links

This commit is contained in:
2026-06-02 18:33:04 +02:00
parent e753b96bca
commit d246a6572b
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export default function Header() {
const links = [
{ text: t('home'), target: `${homePath}#home` },
{ text: t('works'), target: `${homePath}#works` },
{ text: t('about'), target: `${homePath}#about` },
{ text: t('freelance'), target: `${homePath}/freelance` },
{ text: t('blog'), target: `${homePath}/blog` },
];