@@ -26,13 +26,30 @@ import IconDiscord from '../../../public/menu/icon-discord.svg';
26
26
import IconDocs from '../../../public/menu/icon-docs.svg' ;
27
27
import IconGithub from '../../../public/menu/icon-github.svg' ;
28
28
29
- const PRODUCTS_ITEMS_1 = [
29
+ const PLATFORM_MENU_ITEMS_1 = [
30
+
31
+ {
32
+ title : 'Live Templates' ,
33
+ image : IconBuildNew ,
34
+ url : '/live-templates' ,
35
+ description : 'Tailor-made Templates to Keep Your Services Always Up-to-Date' ,
36
+ } ,
37
+ {
38
+ title : 'Plugins' ,
39
+ image : IconPlugins ,
40
+ url : '/extend-with-plugins' ,
41
+ description : 'Customize Your Development with Amplication’s Plugins' ,
42
+ } ,
30
43
{
31
44
title : 'Jovu' ,
32
45
image : IconBackend ,
33
46
url : '/jovu--production-ready-ai-code-generation' ,
34
47
description : 'From idea to production in minutes' ,
35
48
} ,
49
+
50
+ ] ;
51
+
52
+ const PRODUCTS_ITEMS_1 = [
36
53
{
37
54
title : 'Build new services' ,
38
55
image : IconBuildNew ,
@@ -45,10 +62,6 @@ const PRODUCTS_ITEMS_1 = [
45
62
url : '/build-api-on-existing-db' ,
46
63
description : 'Head start development using existing DB' ,
47
64
} ,
48
-
49
- ] ;
50
-
51
- const PRODUCTS_ITEMS_2 = [
52
65
{
53
66
title : 'Break the monolith' ,
54
67
image : IconBTM ,
@@ -61,17 +74,13 @@ const PRODUCTS_ITEMS_2 = [
61
74
url : '/application-modernization' ,
62
75
description : 'Transform and migrate legacy systems' ,
63
76
} ,
64
- {
65
- title : 'Plugins' ,
66
- image : IconPlugins ,
67
- url : '/plugins' ,
68
- description : 'Extend and customize your services' ,
69
- } ,
70
77
71
78
] ;
72
79
73
80
74
81
82
+
83
+
75
84
const CUSTOMERS_ITEMS_1 = [
76
85
{
77
86
title : 'IT Services' ,
@@ -109,10 +118,7 @@ const PRODUCT_MENU_ITEMS = [
109
118
title : 'Products' ,
110
119
menuItems : PRODUCTS_ITEMS_1 ,
111
120
} ,
112
- {
113
- title : ' ' ,
114
- menuItems : PRODUCTS_ITEMS_2 ,
115
- }
121
+
116
122
]
117
123
118
124
@@ -125,6 +131,13 @@ const CUSTOMERS_MENU_ITEMS = [
125
131
}
126
132
]
127
133
134
+ const PLATFORM_MENU_ITEMS = [
135
+ {
136
+ menuItems : PLATFORM_MENU_ITEMS_1 ,
137
+ } ,
138
+
139
+ ]
140
+
128
141
129
142
130
143
@@ -225,13 +238,18 @@ export const LEFT_MENU_ITEMS = [
225
238
export const RIGHT_MENU_ITEMS = [
226
239
227
240
{
228
- title : 'Product' ,
241
+ title : 'Platform' ,
242
+ align : "start" ,
243
+ columns : PLATFORM_MENU_ITEMS ,
244
+ } ,
245
+ {
246
+ title : 'Solutions' ,
229
247
align : "start" ,
230
248
columns : PRODUCT_MENU_ITEMS ,
231
249
} ,
232
250
{
233
- title : 'Enterprise ' ,
234
- url : '/enterprise ' ,
251
+ title : 'Plugins ' ,
252
+ url : '/plugins ' ,
235
253
} ,
236
254
{
237
255
title : 'Pricing' ,
@@ -277,7 +295,7 @@ export const LOGIN_MENU_ITEM = {
277
295
export const FOOTER_GROUPS = [
278
296
{
279
297
title : 'Product' ,
280
- items : [ ...PRODUCTS_ITEMS_1 , ... PRODUCTS_ITEMS_2 ]
298
+ items : [ ...PRODUCTS_ITEMS_1 ]
281
299
282
300
} ,
283
301
{
0 commit comments