{ "schemaVersion": 1, "sections": [ { "id": "fixture-feature-grid", "type": "feature-grid", "layoutVariant": "grid-3", "colorScheme": "default", "styles": { "contentWidth": "contained" }, "props": { "heading": { "type": "static", "value": "Our Features" }, "items": { "type": "static", "value": [ { "title": "Fast setup", "description": "Launch a storefront page with reusable sections.", "icon": "Zap" }, { "title": "Consistent render", "description": "Use one contract across editor, storefront, and SSR.", "icon": "Layers" } ] } } } ] }