diff --git a/landing-page/components/Header.tsx b/landing-page/components/Header.tsx index 46069d6f..3c44ec00 100644 --- a/landing-page/components/Header.tsx +++ b/landing-page/components/Header.tsx @@ -12,7 +12,7 @@ import { Chip } from '@helpwave/common/components/ChipList' const homeURL = '/' -const linkNames = ['products', 'story', 'team', 'talks', 'tasks'] as const +const linkNames = ['products', 'mediquu', 'story', 'team', 'talks', 'tasks'] as const type LinkNames = typeof linkNames[number] type LinkType = { @@ -35,6 +35,10 @@ const items: SubLinkType[] = [ } ] }, + { + name: 'mediquu', + url: '/mediquu' + }, { name: 'story', url: '/story' @@ -56,6 +60,7 @@ type HeaderTranslation = { const defaultHeaderTranslation: Record = { en: { products: 'Products', + mediquu: 'mediQuu', story: 'Story', team: 'Team', contact: 'Contact us', @@ -64,6 +69,7 @@ const defaultHeaderTranslation: Record = { }, de: { products: 'Produkte', + mediquu: 'mediQuu', story: 'Geschichte', team: 'Team', contact: 'Kontakt', @@ -80,11 +86,11 @@ const Header = () => { return ( <> -
-