- [ ] Sections - [ ] Section item ```js let sections = [ { title: 'Firework', items: [ { type: 'link', data: { // ... } } ], }, ]; ```