{
  "tenantId": "growthfulmind.com",
  "domain": "growthfulmind.com",
  "locale": {
    "default": "en",
    "available": [
      "en"
    ],
    "fallback": "en"
  },
  "brand": {
    "name": "GrowthfulMind",
    "logoUrl": "/assets/logo.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/offer.png",
          "imgPosition": "left",
          "listMarker": "dash",
          "background": "background"
        }
      },
      {
        "type": "featureCards",
        "order": 3,
        "config": {
          "columns": 3,
          "align": "left",
          "showSubtitle": true,
          "background": "surface-elevated",
          "i18nPrefix": "modules",
          "className": "gm-modules"
        }
      },
      { "type": "journey", "order": 4, "config": { "align": "center", "className": "gm-journey" } },
      { "type": "pricing", "order": 5, "config": { "align": "center" } },
      { "type": "chooseCourses", "order": 6, "config": { "columns": 3, "align": "center" } },
      {
        "type": "testimonials",
        "order": 7,
        "config": {
          "columns": 2,
          "showSubtitle": false,
          "background": "surface-elevated",
          "avatarShape": "circle",
          "avatarAccent": "alternate"
        }
      },
      {
        "type": "guarantee",
        "order": 8,
        "config": { "ctaVariant": "outline-primary", "className": "gm-guarantee" }
      },
      { "type": "finalCta", "order": 9, "config": { "showSecondaryCta": false } }
    ]
  }
}
