{ "title": "BCW — Header With CTA", "type": "header", "templateType": "header", "header": [ { "id": "sec001", "name": "section", "parent": 0, "children": ["con001"], "settings": { "_background": { "color": { "raw": "var(--color-primary)" } } }, "label": "Header With CTA" }, { "id": "con001", "name": "container", "parent": "sec001", "children": ["log001", "blk001"], "settings": { "_direction": "row", "_alignItems": "center", "_justifyContent": "space-between", "_gap": "15px" } }, { "id": "log001", "name": "logo", "parent": "con001", "children": [], "settings": [] }, { "id": "blk001", "name": "block", "parent": "con001", "children": ["nav001", "btn001"], "settings": { "_direction": "row", "_alignItems": "center", "_justifyContent": "space-around", "_columnGap": "var(--col-gap)", "_rowGap": "var(--row-gap)", "_direction:mobile_portrait": "row-reverse", "_direction:mobile_landscape": "row-reverse", "_width:mobile_landscape": "fit-content", "_columnGap:mobile_landscape": "var(--col-gap)", "_rowGap:mobile_landscape": "var(--row-gap)" }, "label": "Nav Group" }, { "id": "nav001", "name": "nav-menu", "parent": "blk001", "children": [], "settings": { "subMenuTransform": { "translateY": "28px" }, "mobileMenuToggleColor:mobile_portrait": { "raw": "var(--color-white)" }, "mobileMenuToggleColor:mobile_landscape": { "raw": "var(--color-white)" } } }, { "id": "btn001", "name": "button", "parent": "blk001", "children": [], "settings": { "text": "Get in Touch", "style": "primary", "_display:mobile_portrait": "none" } } ] }