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>
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"title": "BCW — FAQ Accordion",
|
|
"type": "section",
|
|
"templateType": "section",
|
|
"content": [
|
|
{
|
|
"id": "sec001",
|
|
"name": "container",
|
|
"parent": 0,
|
|
"children": ["con001", "acc001"],
|
|
"settings": {
|
|
"_direction": "column",
|
|
"_gap": "40px",
|
|
"_margin": {
|
|
"top": "15",
|
|
"bottom": "15"
|
|
}
|
|
},
|
|
"label": "FAQ Accordion"
|
|
},
|
|
{
|
|
"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": "Frequently Asked Questions"
|
|
}
|
|
},
|
|
{
|
|
"id": "txt001",
|
|
"name": "text-basic",
|
|
"parent": "con001",
|
|
"children": [],
|
|
"settings": {
|
|
"text": "Have a question? We have answers."
|
|
}
|
|
},
|
|
{
|
|
"id": "acc001",
|
|
"name": "accordion",
|
|
"parent": "sec001",
|
|
"children": [],
|
|
"settings": {
|
|
"items": [
|
|
{
|
|
"title": "What is your service and how does it work?",
|
|
"content": "Provide a clear, concise answer to this common question. Focus on the most important information your customer needs to make a decision."
|
|
},
|
|
{
|
|
"title": "How much does it cost?",
|
|
"content": "Explain your pricing structure here. If pricing varies, direct visitors to your pricing page or offer to provide a custom quote."
|
|
},
|
|
{
|
|
"title": "How long does setup or onboarding take?",
|
|
"content": "Set expectations for the onboarding timeline. Mention any steps the customer needs to take and what you handle on your end."
|
|
},
|
|
{
|
|
"title": "Do you offer support after purchase?",
|
|
"content": "Describe your support options — email, chat, phone, documentation, etc. Include response time expectations if applicable."
|
|
},
|
|
{
|
|
"title": "Can I cancel or get a refund?",
|
|
"content": "Outline your cancellation and refund policy clearly. Transparency here builds trust and reduces hesitation."
|
|
}
|
|
]
|
|
},
|
|
"label": "FAQ Accordion"
|
|
}
|
|
]
|
|
}
|