@@ -25,6 +25,7 @@ import { ReactComponent as BlogIcon } from '../../images/menu_icons_blog.svg'
25
25
import { ReactComponent as ResourcesIcon } from '../../images/menu_icons_resources.svg'
26
26
import { ReactComponent as TraefikAcademyIcon } from '../../images/menu_icons_academy.svg'
27
27
import { ReactComponent as EventsIcon } from '../../images/menu_icons_events.svg'
28
+ import { ReactComponent as MicrosoftIcon } from '../../images/menu_icons_microsoft.svg'
28
29
import { ReactComponent as GlossaryIcon } from '../../images/menu_icons_list.svg'
29
30
import { ReactComponent as StarIcon } from '../../images/menu_icons_star.svg'
30
31
import { ReactComponent as ForumIcon } from '../../images/menu_icons_forum.svg'
@@ -38,6 +39,8 @@ import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashico
38
39
import { ReactComponent as NutanixIcon } from '../../images/menu_icons_nutanix.svg'
39
40
import { ReactComponent as OracleIcon } from '../../images/menu_icons_oracle.svg'
40
41
import { ReactComponent as AiGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
42
+ import ColumnBg from '../../images/gradient-left-glow.png'
43
+
41
44
import PostCard from './PostCard'
42
45
import NavHeader from './NavHeader'
43
46
@@ -147,10 +150,10 @@ const MainNav = () => {
147
150
< NavItem name = "Solutions" hasSubmenu position = { { marginLeft : '-25%' } } heighlight = { true } >
148
151
< Grid
149
152
sx = { {
150
- maxWidth : '1353px ' ,
153
+ maxWidth : '1368px ' ,
151
154
gap : '24px' ,
152
- padding : '0 16px' ,
153
- gridTemplateColumns : 'repeat(4, 1fr) ' ,
155
+ paddingLeft : '16px' ,
156
+ gridTemplateColumns : 'repeat(3, 312px) 344px ' ,
154
157
} }
155
158
>
156
159
< Product
@@ -242,32 +245,44 @@ const MainNav = () => {
242
245
/>
243
246
< Product
244
247
title = "BETTER TOGETHER"
245
- padding = "24px 0 "
248
+ padding = "24px 16px "
246
249
links = { [
247
- {
248
- title : 'Traefik & HashiCorp' ,
249
- url : 'https://traefik.io/solutions/hashicorp-and-traefik/' ,
250
- external : true ,
251
- description : 'A comprehensive and powerful API Gateway for HashiCorp stack.' ,
252
- icon : < HashicorpIcon /> ,
253
- } ,
254
250
{
255
251
title : 'Traefik & Nutanix' ,
256
252
url : 'https://traefik.io/solutions/nutanix-and-traefik/' ,
257
253
external : true ,
258
- description : 'A comprehensive and powerful API Gateway for HashiCorp stack .' ,
254
+ description : 'A holistic solution for modern AI & API management .' ,
259
255
icon : < NutanixIcon /> ,
256
+ } ,
257
+ {
258
+ title : 'Traefik & Microsoft' ,
259
+ url : 'https://traefik.io/solutions/microsoft-and-traefik/' ,
260
+ external : true ,
261
+ description : 'Run your APIs and AI across any infrastructure, any Kubernetes.' ,
262
+ icon : < MicrosoftIcon /> ,
260
263
badge : 'New!' ,
261
264
} ,
262
265
{
263
266
title : 'Traefik & Oracle' ,
264
267
url : 'https://traefik.io/solutions/oracle-and-traefik/' ,
265
268
external : true ,
266
- description : 'A comprehensive and powerful API Gateway for HashiCorp stack .' ,
269
+ description : 'Unmatched & modern API management without boundaries .' ,
267
270
icon : < OracleIcon /> ,
268
- badge : 'New!' ,
271
+ } ,
272
+ {
273
+ title : 'Traefik & HashiCorp' ,
274
+ url : 'https://traefik.io/solutions/hashicorp-and-traefik/' ,
275
+ external : true ,
276
+ description : 'A comprehensive and powerful API Gateway for HashiCorp stack.' ,
277
+ icon : < HashicorpIcon /> ,
269
278
} ,
270
279
] }
280
+ bgImage = { ColumnBg }
281
+ colors = { {
282
+ heading : '#f9fafa' ,
283
+ text : '#b3bac0' ,
284
+ bgColor : '#f4f5f659' ,
285
+ } }
271
286
/>
272
287
</ Grid >
273
288
</ NavItem >
0 commit comments