[
  {
    "label": "Why Valt",
    "route": "/why-valt",
    "hasDropdown": false
  },
  {
    "label": "Who We Serve",
    "hasDropdown": true,
    "type": "full-width",
    "showPromo": false,
    "image": "assets/img/home/fp-epos.webp",
    "megaMenu": [
      {
        "title": "Business Types",
        "gridCols": 2,
        "items": [
          {
            "label": "Restaurants & Dining",
            "route": "/restaurants-dining"
          },
          {
            "label": "Cafes & Coffee Shops",
            "route": "/cafe-coffee"
          },
          {
            "label": "Bakeries & Pastries",
            "route": "/bakeries-pastries"
          },
          {
            "label": "Hotel & Venues",
            "route": "/hotel-venue"
          },
          {
            "label": "Events & Festivals",
            "route": "/events-festivals"
          },
          {
            "label": "Bars & Pubs",
            "route": "/bar-pubs"
          },
          {
            "label": "Franchise Brands",
            "route": "/franchise-brands"
          },
          {
            "label": "New Restaurants",
            "route": "/new-restaurants"
          }
        ]
      },
      {
        "title": "Team",
        "gridCols": 1,
        "items": [
          {
            "label": "Finance",
            "route": "/finance"
          },
          {
            "label": "Operations",
            "route": "/operations"
          }
        ]
      }
    ]
  },
  {
    "label": "Our Solutions",
    "hasDropdown": true,
    "type": "full-width",
    "showPromo": true,
    "image": "assets/img/home/fp-payments.webp",
    "megaMenu": [
      {
        "title": "Valt Products",
        "gridCols": 1,
        "items": [
          {
            "label": "POS Hardware",
            "route": "/pos-hardware"
          },
          {
            "label": "KDS",
            "route": "/kds"
          },
          {
            "label": "KIOSK",
            "route": "/kiosk"
          },
          {
            "label": "Online Payments",
            "route": "/online-payments"
          },
          {
            "label": "Delivery",
            "route": "/delivery"
          }
        ]
      },
      {
        "title": "Valt",
        "gridCols": 1,
        "items": [
          {
            "label": "Partner Programs",
            "route": "/partner-programs"
          }
        ]
      }
    ]
  },
  {
    "label": "Features",
    "hasDropdown": true,
    "type": "full-width",
    "showPromo": true,
    "image": "assets/img/home/fp-payments.webp",
    "megaMenu": [
      {
        "title": "Valt Features",
        "gridCols": 1,
        "items": [
          {
            "label": "Integration",
            "route": "/integration"
          },
          {
            "label": "Stock Management",
            "route": "/stock-management"
          },
          {
            "label": "Loyalty",
            "route": "/loyalty"
          },
          {
            "label": "Reporting",
            "route": "/reporting"
          },
          {
            "label": "Payroll Solutions",
            "route": "/payroll-solutions"
          }
        ]
      },
      {
        "title": "Valt",
        "gridCols": 1,
        "items": [
          {
            "label": "Help",
            "route": "/help"
          },
          {
            "label": "Solutions",
            "route": "/solutions"
          }
        ]
      }
    ]
  },
  {
    "label": "Pricing",
    "route": "/pricing",
    "hasDropdown": false
  }
]