{
  "tenantId": "humanwiring.com",
  "domain": "humanwiring.com",
  "locale": {
    "default": "en",
    "available": [
      "en"
    ],
    "fallback": "en"
  },
  "brand": {
    "name": "HumanWiring",
    "logoUrl": "/assets/logo.png",
    "logoUrlFooter": "/assets/logo-footer.png",
    "faviconUrl": "/assets/favicon.ico"
  },
  "features": {},
  "home": {
    "blocks": [
      {
        "type": "heroStats",
        "order": 0,
        "config": {
          "img": "/assets/hero.png",
          "imgPosition": "right",
          "align": "left",
          "showCta2": true
        }
      },
      {
        "type": "featureColumns",
        "order": 1,
        "config": {
          "marker": "icon",
          "columns": 3,
          "align": "center",
          "itemAlign": "left",
          "showSubtitle": false,
          "showDividers": true,
          "background": "surface-elevated"
        }
      },
      {
        "type": "splitFeatures",
        "order": 2,
        "config": {
          "img": "/assets/iceberg.png",
          "imgPosition": "left",
          "listMarker": "dash",
          "background": "background"
        }
      },
      {
        "type": "splitFeatures",
        "order": 3,
        "config": {
          "img": "/assets/lesson-card.png",
          "imgPosition": "right",
          "background": "deep",
          "listMarker": "dot",
          "showCta": true,
          "i18nPrefix": "lessonBand",
          "className": "hw-lesson-band"
        }
      },
      {
        "type": "featureCards",
        "order": 4,
        "config": {
          "columns": 2,
          "align": "center",
          "showSubtitle": false,
          "i18nPrefix": "learningModel",
          "background": "background"
        }
      },
      { "type": "journey", "order": 5, "config": {} },
      { "type": "pricing", "order": 6, "config": { "align": "center" } },
      { "type": "chooseCourses", "order": 7, "config": { "columns": 4, "align": "left" } },
      {
        "type": "testimonials",
        "order": 8,
        "config": {
          "columns": 2,
          "showSubtitle": false,
          "background": "surface-elevated",
          "avatarShape": "pill",
          "avatarAccent": "alternate",
          "quoteVariant": "editorial"
        }
      },
      { "type": "finalCta", "order": 9, "config": {} }
    ]
  }
}
