{
  "tenantId": "inheritedmind.com",
  "domain": "inheritedmind.com",
  "locale": {
    "default": "en",
    "available": [
      "en"
    ],
    "fallback": "en"
  },
  "brand": {
    "name": "InheritedMind",
    "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/inherited-rule.png",
          "imgPosition": "left",
          "listMarker": "dash",
          "background": "background"
        }
      },
      {
        "type": "featureCards",
        "order": 3,
        "config": {
          "columns": 4,
          "align": "left",
          "showSubtitle": true,
          "background": "surface-elevated",
          "i18nPrefix": "modules",
          "className": "im-modules"
        }
      },
      {
        "type": "splitFeatures",
        "order": 4,
        "config": {
          "background": "deep",
          "showImage": false,
          "listMarker": "dot",
          "showCta": true,
          "i18nPrefix": "lessonBand",
          "className": "im-lesson-band"
        }
      },
      {
        "type": "featureCards",
        "order": 5,
        "config": {
          "columns": 2,
          "align": "center",
          "showSubtitle": false,
          "i18nPrefix": "learningModel",
          "className": "im-learning-model"
        }
      },
      { "type": "pricing", "order": 6, "config": { "align": "center" } },
      { "type": "chooseCourses", "order": 7, "config": { "columns": 3, "align": "center" } },
      {
        "type": "testimonials",
        "order": 8,
        "config": {
          "columns": 2,
          "showSubtitle": false,
          "background": "surface-elevated",
          "avatarShape": "pill",
          "avatarAccent": "alternate"
        }
      },
      {
        "type": "finalCta",
        "order": 9,
        "config": {
          "showEyebrow": false,
          "showSecondaryCta": false
        }
      }
    ]
  }
}
