From e9aa0e795efe0dd9201844b6a02adc8771f7eb66 Mon Sep 17 00:00:00 2001 From: Schneider Roland Date: Sat, 26 Jul 2025 21:47:57 +0200 Subject: [PATCH] menu modifications --- yoga-app/src/util/const.ts | 41 +++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/yoga-app/src/util/const.ts b/yoga-app/src/util/const.ts index 3e6901e..f08f3c3 100644 --- a/yoga-app/src/util/const.ts +++ b/yoga-app/src/util/const.ts @@ -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"