menu modifications

This commit is contained in:
Schneider Roland 2025-07-26 21:47:57 +02:00
parent cc1a4aade1
commit e9aa0e795e

View File

@ -13,27 +13,36 @@ export const MAIN_MENU:MenuItem[] = [
label: 'Szolgáltatásaink',
href: '/services'
},
{
label: 'Oldalak',
children: [
// {
// label: 'Oldalak',
// children: [
// {
// label: 'Áraink',
// href: '/prices'
// },
// {
// label: 'FAQ',
// href: '/faq'
// },
// ]
// },
{
label: 'Áraink',
href: '/prices'
},
{
label: 'FAQ',
label: 'GY.I.K',
href: '/faq'
},
]
},
// {
// label: 'Rólam',
// href: '/team'
// },
// {
// label: 'Blog',
// href: '/blog'
// },
{
label: 'Rólam',
href: '/team'
},
{
label: 'Blog',
href: '/blog'
}, {
label: 'Kapcsolat',
href: '/contact',
styleClass: "contact_us"