@@ -29,7 +29,7 @@ import { ReactComponent as EnterpriseIcon } from '../../images/menu_icons_traefi
2929import { ReactComponent as HubIcon } from '../../images/menu_icons_traefik_hub.svg'
3030import { ReactComponent as WafIcon } from '../../images/menu_icons_waf.svg'
3131import { 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'
3333import PostCard from './PostCard'
3434
3535const Wrapper = styled ( Flex ) `
@@ -105,7 +105,7 @@ const MainNav = () => {
105105 </ NavItem >
106106
107107 { /* Solutions */ }
108- < NavItem name = "Solutions" hasSubmenu position = { { marginLeft : '-25%' } } >
108+ < NavItem name = "Solutions" hasSubmenu position = { { marginLeft : '-25%' } } heighlight = { true } >
109109 < Grid
110110 sx = { {
111111 display : 'grid' ,
@@ -148,20 +148,23 @@ const MainNav = () => {
148148 external : true ,
149149 description : 'Protect your APIs from threats with speed and efficiency' ,
150150 icon : < WafIcon /> ,
151+ badge : 'New!' ,
151152 } ,
152153 {
153154 title : 'Traefik & HashiCorp' ,
154155 url : 'https://traefik.io/solutions/hashicorp-and-traefik/' ,
155156 external : true ,
156157 description : 'A comprehensive and powerful API Gateway for HashiCorp stack.' ,
157158 icon : < HashicorpIcon /> ,
159+ badge : 'New!' ,
158160 } ,
159161 {
160162 title : 'AI Gateway' ,
161163 url : 'https://traefik.io/solutions/ai-gateway/' ,
162164 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!' ,
165168 } ,
166169 ] }
167170 bgImage = { 'https://traefik.io/images/site-nav/PatternBG-1@3x.png' }
@@ -182,13 +185,15 @@ const MainNav = () => {
182185 external : true ,
183186 description : 'Enforce critical runtime API policies for secure, reliable, and compliant API management.' ,
184187 icon : < ApiGovernanceIcon /> ,
188+ badge : 'New!' ,
185189 } ,
186190 {
187191 title : 'API Mocking' ,
188192 url : 'https://traefik.io/solutions/api-mocking/' ,
189193 external : true ,
190194 description : 'Create, publish, and consume mock APIs with production-like UX and SLAs.' ,
191- icon : < ApiMockingIcon /> ,
195+ icon : < ApiMockingIcon /> ,
196+ badge : 'New!' ,
192197 } ,
193198 ] }
194199 bgImage = { 'https://traefik.io/images/site-nav/PatternBG-2@3x.png' }
0 commit comments