Skip to content

Commit

Permalink
update footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Nov 20, 2024
1 parent e51f8bf commit e54b6eb
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions components/Header/Menu/menu-items.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,13 @@ export const LOGIN_MENU_ITEM = {

export const FOOTER_GROUPS = [
{
title: 'Product',
title: 'Platform',
items: [...PLATFORM_MENU_ITEMS_1]

},

{
title: 'Solutions',
items: [...PRODUCTS_ITEMS_1]

},
Expand All @@ -315,19 +321,6 @@ export const FOOTER_GROUPS = [
title: 'Resources',
items: RESOURCES_MENU_ITEMS
},
{
items: [
{
title: 'Enterprise',
url: '/enterprise',
},
{
title: 'Pricing',
url: '/pricing',
},
]
},

{
title: 'About',
items: ABOUT_ITEMS
Expand Down

0 comments on commit e54b6eb

Please sign in to comment.