add concatct page

This commit is contained in:
Schneider Roland
2025-02-04 22:13:39 +01:00
parent 3e3dbed6e6
commit 71f697c88f
12 changed files with 203 additions and 12 deletions

View File

@@ -27,11 +27,15 @@ export const MAIN_MENU:MenuItem[] = [
]
},
{
label: 'Team',
label: 'Rólam',
href: '/team'
},
{
label: 'Blog',
href: '/'
href: '/blog'
}, {
label: 'Kapcsolat',
href: '/contact',
styleClass: "contact_us"
},
];