bricks_generate_section
Generates a complete Bricks section structure from a type like hero or features, returning a ready-to-use elements array for page building.
Instructions
Generate a complete section structure from a type. Returns a ready-to-use Bricks elements array. LOCAL helper — no API call. Types: hero, features, pricing, cta, testimonials, faq, contact, stats, team, logos, newsletter, comparison, steps, footer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section_type | Yes | Section type to generate | |
| heading | No | Custom heading text (optional) | |
| text | No | Custom body text (optional, for hero/cta/contact/newsletter) | |
| buttonText | No | Custom button text (optional, for hero/cta/newsletter/contact) | |
| buttonUrl | No | Custom button URL (optional, for hero/cta) | |
| features | No | Custom features array for "features" section type | |
| testimonials | No | Custom testimonials for "testimonials" section type | |
| faqs | No | Custom FAQ items for "faq" section type | |
| plans | No | Custom pricing plans for "pricing" section type | |
| stats | No | Custom stats for "stats" section type | |
| members | No | Custom team members for "team" section type | |
| steps | No | Custom steps for "steps" section type | |
| columns | No | Column headers for "comparison" section type | |
| rows | No | Row data for "comparison" section type | |
| links | No | Footer links for "footer" section type | |
| logos | No | Logo URLs for "logos" section type | |
| logoCount | No | Number of logo placeholders for "logos" section (default: 5) | |
| backgroundColor | No | Background color (for cta, newsletter, footer sections) | |
| numberColor | No | Color for stat numbers (for stats section) | |
| stepColor | No | Color for step circles (for steps section) | |
| siteName | No | Site/brand name for footer section | |
| aboutText | No | About text for footer section | |
| No | Email for footer contact section | ||
| phone | No | Phone for footer contact section | |
| socialText | No | Social media text for footer section | |
| placeholder | No | Input placeholder text for newsletter section |