{
  "logo": "assets/images/etisalat_logo_business.png",
  "steps": [
    {
      "title": "Request a Call",
      "text": "We are eager to get to know you! </br> First, what’s your name? ",
      "inputsError": [
        "Please enter a valid first name",
        "Please enter a valid last name",
        "Please enter a valid phone number"
      ]
    },
    {
      "title": "Hello, ",
      "text": "Please provide us with a few details </br> about your organization",
      "inputsError": [
        "Please enter a valid company name",
        "Please select a valid area",
        "Please enter a valid tax id"
      ]
    },
    {
      "title": "Hello, ",
      "text": "Please provide us with a few details </br> about your organization",
      "inputsError": [
        "Please select a valid industry",
        "Please select a valid product"
      ]
    }
  ],
  "successMessage": {
    "title": "Thank You, ",
    "text": "Request submitted successfully, One of our team will contact you soon",
    "image": "assets/images/shared/consultation-form/success-image.png"
  },
  "errorMessage": {
    "title": "Something went wrong. Let’s try that again.",
    "text": "It looks like we've encountered an unexpected issue. </br> Please try again in a few minutes",
    "image": "assets/images/shared/consultation-form/error-image.png"
  }
}
