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

187
sections/testimonials.json Normal file
View File

@@ -0,0 +1,187 @@
{
"title": "BCW — Testimonials",
"type": "section",
"templateType": "section",
"content": [
{
"id": "sec001",
"name": "container",
"parent": 0,
"children": ["con001", "con002"],
"settings": {
"_direction": "column",
"_gap": "40px",
"_margin": {
"top": "15",
"bottom": "15"
}
},
"label": "Testimonials"
},
{
"id": "con001",
"name": "container",
"parent": "sec001",
"children": ["hdg001", "txt001"],
"settings": {
"_direction": "column",
"_alignItems": "center",
"_gap": "16px"
},
"label": "Section Header"
},
{
"id": "hdg001",
"name": "heading",
"parent": "con001",
"children": [],
"settings": {
"tag": "h2",
"text": "What Our Clients Say"
}
},
{
"id": "txt001",
"name": "text-basic",
"parent": "con001",
"children": [],
"settings": {
"text": "Real results from real people."
}
},
{
"id": "con002",
"name": "container",
"parent": "sec001",
"children": ["con003", "con004", "con005"],
"settings": {
"_direction": "row",
"_alignItems": "flex-start",
"_justifyContent": "center",
"_gap": "32px"
},
"label": "Testimonials Row"
},
{
"id": "con003",
"name": "container",
"parent": "con002",
"children": ["txt002", "hdg002", "txt003"],
"settings": {
"_direction": "column",
"_alignItems": "flex-start",
"_gap": "12px"
},
"label": "Testimonial One"
},
{
"id": "txt002",
"name": "text-basic",
"parent": "con003",
"children": [],
"settings": {
"text": "\"This product completely changed how we work. The results were immediate and the team loved it from day one.\""
}
},
{
"id": "hdg002",
"name": "heading",
"parent": "con003",
"children": [],
"settings": {
"tag": "h4",
"text": "Jane Smith"
}
},
{
"id": "txt003",
"name": "text-basic",
"parent": "con003",
"children": [],
"settings": {
"text": "CEO, Company Name"
}
},
{
"id": "con004",
"name": "container",
"parent": "con002",
"children": ["txt004", "hdg003", "txt005"],
"settings": {
"_direction": "column",
"_alignItems": "flex-start",
"_gap": "12px"
},
"label": "Testimonial Two"
},
{
"id": "txt004",
"name": "text-basic",
"parent": "con004",
"children": [],
"settings": {
"text": "\"Outstanding service and support. I'd recommend this to anyone looking to improve their workflow and get real results.\""
}
},
{
"id": "hdg003",
"name": "heading",
"parent": "con004",
"children": [],
"settings": {
"tag": "h4",
"text": "John Doe"
}
},
{
"id": "txt005",
"name": "text-basic",
"parent": "con004",
"children": [],
"settings": {
"text": "Founder, Another Company"
}
},
{
"id": "con005",
"name": "container",
"parent": "con002",
"children": ["txt006", "hdg004", "txt007"],
"settings": {
"_direction": "column",
"_alignItems": "flex-start",
"_gap": "12px"
},
"label": "Testimonial Three"
},
{
"id": "txt006",
"name": "text-basic",
"parent": "con005",
"children": [],
"settings": {
"text": "\"Simple, powerful, and exactly what we needed. The onboarding was smooth and our team was up and running within a week.\""
}
},
{
"id": "hdg004",
"name": "heading",
"parent": "con005",
"children": [],
"settings": {
"tag": "h4",
"text": "Sarah Johnson"
}
},
{
"id": "txt007",
"name": "text-basic",
"parent": "con005",
"children": [],
"settings": {
"text": "Director, Third Company"
}
}
]
}