diff --git a/src/components/nav/DrawerNav.tsx b/src/components/nav/DrawerNav.tsx
index 9a9fc55..140d913 100644
--- a/src/components/nav/DrawerNav.tsx
+++ b/src/components/nav/DrawerNav.tsx
@@ -90,12 +90,11 @@ const DrawerNav = ({ isDrawerOpen }: Props) => {
               Replace Ingress-NGINX New!
             
             Traefik & HashiCorp
-            
-              Traefik & Nutanix New!
-            
-            
-              Traefik & Oracle New!
+            
+              Traefik & Microsoft New!
             
+            Traefik & Nutanix
+            Traefik & Oracle
           
         
 
diff --git a/src/components/nav/MainNav.tsx b/src/components/nav/MainNav.tsx
index 4d22192..eaeafb0 100644
--- a/src/components/nav/MainNav.tsx
+++ b/src/components/nav/MainNav.tsx
@@ -248,11 +248,11 @@ const MainNav = () => {
               padding="24px 16px"
               links={[
                 {
-                  title: 'Traefik & Nutanix',
-                  url: 'https://traefik.io/solutions/nutanix-and-traefik/',
+                  title: 'Traefik & HashiCorp',
+                  url: 'https://traefik.io/solutions/hashicorp-and-traefik/',
                   external: true,
-                  description: 'A holistic solution for modern AI & API management.',
-                  icon: ,
+                  description: 'A comprehensive and powerful API Gateway for HashiCorp stack.',
+                  icon: ,
                 },
                 {
                   title: 'Traefik & Microsoft',
@@ -262,6 +262,13 @@ const MainNav = () => {
                   icon: ,
                   badge: 'New!',
                 },
+                {
+                  title: 'Traefik & Nutanix',
+                  url: 'https://traefik.io/solutions/nutanix-and-traefik/',
+                  external: true,
+                  description: 'A holistic solution for modern AI & API management.',
+                  icon: ,
+                },
                 {
                   title: 'Traefik & Oracle',
                   url: 'https://traefik.io/solutions/oracle-and-traefik/',
@@ -269,15 +276,8 @@ const MainNav = () => {
                   description: 'Unmatched & modern API management without boundaries.',
                   icon: ,
                 },
-                {
-                  title: 'Traefik & HashiCorp',
-                  url: 'https://traefik.io/solutions/hashicorp-and-traefik/',
-                  external: true,
-                  description: 'A comprehensive and powerful API Gateway for HashiCorp stack.',
-                  icon: ,
-                },
               ]}
-              bgImage={ColumnBg}
+              bgImage="https://traefik.io/images/site-nav/gradient-dark-left-glow.png"
               colors={{
                 heading: '#f9fafa',
                 text: '#b3bac0',