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', label: 'Szolgáltatásaink',
href: '/services' href: '/services'
}, },
// {
// label: 'Oldalak',
// children: [
// {
// label: 'Áraink',
// href: '/prices'
// },
// {
// label: 'FAQ',
// href: '/faq'
// },
// ]
// },
{ {
label: 'Oldalak', label: 'Áraink',
children: [ href: '/prices'
{
label: 'Áraink',
href: '/prices'
},
{
label: 'FAQ',
href: '/faq'
},
]
}, },
{ {
label: 'Rólam', label: 'GY.I.K',
href: '/team' href: '/faq'
}, },
// {
// label: 'Rólam',
// href: '/team'
// },
// {
// label: 'Blog',
// href: '/blog'
// },
{ {
label: 'Blog',
href: '/blog'
}, {
label: 'Kapcsolat', label: 'Kapcsolat',
href: '/contact', href: '/contact',
styleClass: "contact_us" styleClass: "contact_us"