{
  "tenantId": "strengthscript.com",
  "domain": "strengthscript.com",
  "locale": {
    "default": "en",
    "available": [
      "en"
    ],
    "fallback": "en"
  },
  "brand": {
    "name": "StrengthScript",
    "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": "left",
          "align": "left",
          "showCta2": true
        }
      },
      {
        "type": "comparison",
        "order": 1,
        "config": { "align": "left", "className": "ss-compare" }
      },
      {
        "type": "featureColumns",
        "order": 2,
        "config": {
          "marker": "icon",
          "columns": 3,
          "align": "center",
          "itemAlign": "left",
          "showSubtitle": false,
          "showDividers": true,
          "background": "surface-elevated"
        }
      },
      {
        "type": "splitFeatures",
        "order": 3,
        "config": {
          "img": "/assets/offer.png",
          "imgPosition": "right",
          "listMarker": "dash",
          "background": "background"
        }
      },
      {
        "type": "featureCards",
        "order": 4,
        "config": {
          "columns": 3,
          "align": "left",
          "showSubtitle": true,
          "background": "surface-elevated",
          "i18nPrefix": "modules",
          "className": "ss-modules"
        }
      },
      {
        "type": "guarantee",
        "order": 5,
        "config": { "ctaVariant": "primary", "ctaSize": "lg", "className": "ss-guarantee" }
      },
      { "type": "chooseCourses", "order": 6, "config": { "columns": 3, "align": "center" } },
      { "type": "pricing", "order": 7, "config": { "align": "center" } },
      {
        "type": "testimonials",
        "order": 8,
        "config": {
          "columns": 2,
          "showSubtitle": false,
          "background": "surface-elevated",
          "avatarShape": "circle",
          "avatarAccent": "alternate"
        }
      },
      {
        "type": "finalCta",
        "order": 9,
        "config": { "ctaSize": "lg", "showSecondaryCta": false, "className": "ss-final" }
      }
    ]
  }
}
