Initial commit — BCW Bricks Builder Starter Kit

14 templates for Bricks Builder 2.x: 9 sections, 3 headers, 2 footers.
Verified import format against Bricks 2.2 exports.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 16:30:14 -06:00
commit bb7e1483ae
15 changed files with 1533 additions and 0 deletions

53
sections/cta-banner.json Normal file
View File

@@ -0,0 +1,53 @@
{
"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"
}
}
]
}