Files
Bricks-Sections/sections/hero-split.json
Spencer bb7e1483ae 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>
2026-02-26 16:30:14 -06:00

95 lines
2.0 KiB
JSON

{
"title": "BCW — Hero Split",
"type": "section",
"templateType": "section",
"content": [
{
"id": "con001",
"name": "container",
"parent": 0,
"children": ["con002", "imgcol"],
"settings": {
"_direction": "row",
"_alignItems": "center",
"_justifyContent": "space-between",
"_gap": "48px",
"_width": "100%"
},
"label": "Hero Split"
},
{
"id": "con002",
"name": "container",
"parent": "con001",
"children": ["hdg001", "txt001", "btn001"],
"settings": {
"_direction": "column",
"_alignItems": "flex-start",
"_justifyContent": "center",
"_gap": "24px",
"_width": "50%"
},
"label": "Text Column"
},
{
"id": "hdg001",
"name": "heading",
"parent": "con002",
"children": [],
"settings": {
"tag": "h1",
"text": "Your Headline Goes Here"
}
},
{
"id": "txt001",
"name": "text-basic",
"parent": "con002",
"children": [],
"settings": {
"text": "Supporting text that describes your offer or value proposition goes here. Keep it concise and benefit-focused."
}
},
{
"id": "btn001",
"name": "button",
"parent": "con002",
"children": [],
"settings": {
"text": "Get Started",
"style": "primary"
}
},
{
"id": "imgcol",
"name": "container",
"parent": "con001",
"children": ["img001"],
"settings": {
"_direction": "row",
"_alignItems": "center",
"_justifyContent": "center",
"_gap": "24px",
"_width": "50%"
},
"label": "Image Column"
},
{
"id": "img001",
"name": "image",
"parent": "imgcol",
"children": [],
"settings": {
"_width": "100%",
"image": {
"url": "https://picsum.photos/600",
"external": true,
"filename": "600"
}
},
"label": "Hero Image"
}
]
}