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