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:
82
sections/hero-simple.json
Normal file
82
sections/hero-simple.json
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"title": "BCW — Hero Simple",
|
||||
"type": "section",
|
||||
"templateType": "section",
|
||||
"content": [
|
||||
{
|
||||
"id": "con001",
|
||||
"name": "container",
|
||||
"parent": 0,
|
||||
"children": ["hdg001", "txt001", "con002"],
|
||||
"settings": {
|
||||
"_direction": "column",
|
||||
"_alignItems": "center",
|
||||
"_justifyContent": "center",
|
||||
"_gap": "24px",
|
||||
"_background": {
|
||||
"image": {
|
||||
"url": "https://picsum.photos/1200/600",
|
||||
"external": true,
|
||||
"filename": "600"
|
||||
}
|
||||
},
|
||||
"_height": "300px",
|
||||
"_width": "100%"
|
||||
},
|
||||
"label": "Hero Simple"
|
||||
},
|
||||
{
|
||||
"id": "hdg001",
|
||||
"name": "heading",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": {
|
||||
"tag": "h1",
|
||||
"text": "Your Headline Goes Here"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "txt001",
|
||||
"name": "text-basic",
|
||||
"parent": "con001",
|
||||
"children": [],
|
||||
"settings": {
|
||||
"text": "Supporting text that describes your offer or value proposition goes here. Keep it concise and benefit-focused."
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "con002",
|
||||
"name": "container",
|
||||
"parent": "con001",
|
||||
"children": ["btn001", "btn002"],
|
||||
"settings": {
|
||||
"_direction": "row",
|
||||
"_alignItems": "center",
|
||||
"_justifyContent": "center",
|
||||
|
||||
"_gap": "16px",
|
||||
"_columnGap": "30"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "btn001",
|
||||
"name": "button",
|
||||
"parent": "con002",
|
||||
"children": [],
|
||||
"settings": {
|
||||
"text": "Get Started",
|
||||
"style": "primary"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "btn002",
|
||||
"name": "button",
|
||||
"parent": "con002",
|
||||
"children": [],
|
||||
"settings": {
|
||||
"text": "Learn More",
|
||||
"style": "primary"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user