Learn Mode

IR Sections

Build pages from structured section blocks.

Objective

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.

Syntax
"sections": [
  {
    "id": "hero",
    "type": "hero",
    "headline": "Welcome",
    "description": "This becomes a visible section."
  }
]
Practice Editor
Temporary only. No local save. No cloud save. No compile quota used.
Notes

Sections are rendered in the order they appear.

Each section id should be unique.

Common Mistakes

Forgetting that sections must be an array.

Using unsupported section types.