From 80dc4f52bbca5edd35969363b676fdb5bb52c027 Mon Sep 17 00:00:00 2001 From: "tina-cloud-app[bot]" <58178390+tina-cloud-app[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 11:46:50 +1000 Subject: [PATCH] mega menu-reordering (PR from TinaCMS) (#3010) TinaCMS content update Co-authored-by: tina-cloud-app[bot] <58178390+tina-cloud-app[bot]@users.noreply.github.com> --- content/megamenu/menu.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/megamenu/menu.json b/content/megamenu/menu.json index 0ee97ee724..a262f41a32 100644 --- a/content/megamenu/menu.json +++ b/content/megamenu/menu.json @@ -8,6 +8,12 @@ { "name": "Development Teams", "menuItems": [ + { + "name": "AI Development", + "url": "/consulting?tag=AI-Development", + "description": "Creating intelligent, data-driven solutions for businesses", + "iconImg": "/images/megamenu-icons/AIDevelopment.svg" + }, { "name": "Web Development", "url": "/consulting?tag=Web-Development", @@ -20,12 +26,6 @@ "description": "Building cutting-edge apps for diverse platforms", "iconImg": "/images/megamenu-icons/MobileDevelopment.svg" }, - { - "name": "AI Development", - "url": "/consulting?tag=AI-Development", - "description": "Creating intelligent, data-driven solutions for businesses", - "iconImg": "/images/megamenu-icons/AIDevelopment.svg" - }, { "name": "Database Development", "url": "/consulting?tag=Database-Development",