menu modifications
This commit is contained in:
parent
cc1a4aade1
commit
e9aa0e795e
@ -13,27 +13,36 @@ export const MAIN_MENU:MenuItem[] = [
|
||||
label: 'Szolgáltatásaink',
|
||||
href: '/services'
|
||||
},
|
||||
// {
|
||||
// label: 'Oldalak',
|
||||
// children: [
|
||||
// {
|
||||
// label: 'Áraink',
|
||||
// href: '/prices'
|
||||
// },
|
||||
// {
|
||||
// label: 'FAQ',
|
||||
// href: '/faq'
|
||||
// },
|
||||
// ]
|
||||
// },
|
||||
{
|
||||
label: 'Oldalak',
|
||||
children: [
|
||||
{
|
||||
label: 'Áraink',
|
||||
href: '/prices'
|
||||
},
|
||||
{
|
||||
label: 'FAQ',
|
||||
href: '/faq'
|
||||
},
|
||||
]
|
||||
label: 'Áraink',
|
||||
href: '/prices'
|
||||
},
|
||||
{
|
||||
label: 'Rólam',
|
||||
href: '/team'
|
||||
label: 'GY.I.K',
|
||||
href: '/faq'
|
||||
},
|
||||
// {
|
||||
// label: 'Rólam',
|
||||
// href: '/team'
|
||||
// },
|
||||
// {
|
||||
// label: 'Blog',
|
||||
// href: '/blog'
|
||||
// },
|
||||
{
|
||||
label: 'Blog',
|
||||
href: '/blog'
|
||||
}, {
|
||||
label: 'Kapcsolat',
|
||||
href: '/contact',
|
||||
styleClass: "contact_us"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user