Files
Bricks-Sections/sections/testimonials.json
Spencer dbbcfa27dd Add design system, audit sections, apply global classes
Design system (design/):
- bcw-css-variables.json: color, spacing (--space-xs→2xl), typography (--h1→h6, --text-sm→xl)
- bcw-color-palette.json: named swatches referencing CSS variables
- bcw-global-classes.json: section-container, section-header, col-3, col-4, features-container, footer-sub-section
- design.md: full variable reference and usage guide

Templates:
- features-3col + features-4col: add global_classes embed + _cssGlobalClasses references
- All headers + footers: apply var(--color-primary) background to section elements
- footer-columns: add footer-sub-section class to column containers
- Remove content-image-left (duplicate of content-image-right with children reversed)
- testimonials: gap tweak 12px → 15px on card containers

Repo hygiene:
- Add .gitignore (Updated_Sections/)
- Clear Updated_Sections staging folder

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 15:42:54 -06:00

188 lines
4.1 KiB
JSON

{
"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": "15px"
},
"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": "15px"
},
"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": "15px"
},
"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"
}
}
]
}