{ "title": "BCW — CTA Banner", "type": "section", "templateType": "section", "content": [ { "id": "con001", "name": "container", "parent": 0, "children": ["hdg001", "txt001", "btn001"], "settings": { "_direction": "column", "_alignItems": "center", "_justifyContent": "center", "_gap": "24px", "_margin": { "top": "15", "bottom": "15" } }, "label": "CTA Banner" }, { "id": "hdg001", "name": "heading", "parent": "con001", "children": [], "settings": { "tag": "h2", "text": "Ready to Get Started?" } }, { "id": "txt001", "name": "text-basic", "parent": "con001", "children": [], "settings": { "text": "Add a brief supporting statement that reinforces your call to action." } }, { "id": "btn001", "name": "button", "parent": "con001", "children": [], "settings": { "text": "Get Started Today", "style": "primary" } } ] }