IR Sections
Build pages from structured section blocks.
Understand how sections become visible page blocks.
Sections are the most important part of IR1.1.
Each section has an id, type, headline, and optional content.
Supported section types include hero, trust, services, products, story, process, offer, contact, and footer.
"sections": [
{
"id": "hero",
"type": "hero",
"headline": "Welcome",
"description": "This becomes a visible section."
}
]Sections are rendered in the order they appear.
Each section id should be unique.
Forgetting that sections must be an array.
Using unsupported section types.