@@ -29,7 +29,7 @@ import { ReactComponent as EnterpriseIcon } from '../../images/menu_icons_traefi
29
29
import { ReactComponent as HubIcon } from '../../images/menu_icons_traefik_hub.svg'
30
30
import { ReactComponent as WafIcon } from '../../images/menu_icons_waf.svg'
31
31
import { ReactComponent as HashicorpIcon } from '../../images/menu_icons_hashicorp.svg'
32
- import { ReactComponent as AIGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
32
+ import { ReactComponent as AiGatewayIcon } from '../../images/menu_icons_ai_gateway.svg'
33
33
import PostCard from './PostCard'
34
34
35
35
const Wrapper = styled ( Flex ) `
@@ -105,7 +105,7 @@ const MainNav = () => {
105
105
</ NavItem >
106
106
107
107
{ /* Solutions */ }
108
- < NavItem name = "Solutions" hasSubmenu position = { { marginLeft : '-25%' } } >
108
+ < NavItem name = "Solutions" hasSubmenu position = { { marginLeft : '-25%' } } heighlight = { true } >
109
109
< Grid
110
110
sx = { {
111
111
display : 'grid' ,
@@ -148,20 +148,23 @@ const MainNav = () => {
148
148
external : true ,
149
149
description : 'Protect your APIs from threats with speed and efficiency' ,
150
150
icon : < WafIcon /> ,
151
+ badge : 'New!' ,
151
152
} ,
152
153
{
153
154
title : 'Traefik & HashiCorp' ,
154
155
url : 'https://traefik.io/solutions/hashicorp-and-traefik/' ,
155
156
external : true ,
156
157
description : 'A comprehensive and powerful API Gateway for HashiCorp stack.' ,
157
158
icon : < HashicorpIcon /> ,
159
+ badge : 'New!' ,
158
160
} ,
159
161
{
160
162
title : 'AI Gateway' ,
161
163
url : 'https://traefik.io/solutions/ai-gateway/' ,
162
164
external : true ,
163
- description : 'Tranform Traefik into a flexible egress AI proxy & egress AI gateway.' ,
164
- icon : < AIGatewayIcon /> ,
165
+ description : 'Transform Traefik into a flexible egress gateway.' ,
166
+ icon : < AiGatewayIcon /> ,
167
+ badge : 'New!' ,
165
168
} ,
166
169
] }
167
170
bgImage = { 'https://traefik.io/images/site-nav/[email protected] ' }
@@ -182,13 +185,15 @@ const MainNav = () => {
182
185
external : true ,
183
186
description : 'Enforce critical runtime API policies for secure, reliable, and compliant API management.' ,
184
187
icon : < ApiGovernanceIcon /> ,
188
+ badge : 'New!' ,
185
189
} ,
186
190
{
187
191
title : 'API Mocking' ,
188
192
url : 'https://traefik.io/solutions/api-mocking/' ,
189
193
external : true ,
190
194
description : 'Create, publish, and consume mock APIs with production-like UX and SLAs.' ,
191
- icon : < ApiMockingIcon /> ,
195
+ icon : < ApiMockingIcon /> ,
196
+ badge : 'New!' ,
192
197
} ,
193
198
] }
194
199
bgImage = { 'https://traefik.io/images/site-nav/[email protected] ' }
0 commit comments