Features content
Schema documentation for the Features page static content.
The `features` content is located in `src/content/features/feature-content.ts`. It contains data for the features overview page.
Exports
`featureIntro`
Introduction points for the features page.
| Property | Type | Default | Description |
|---|---|---|---|
| `icon` | `SVG` | - | Icon asset for the point. |
| `title` | `string` | - | Title of the introductory point. |
| `description` | `string` | - | Description text. |
`featureContents`
Detailed content for each feature section.
| Property | Type | Default | Description |
|---|---|---|---|
| `id` | `string` | - | Unique identifier for the feature section. |
| `label` | `string` | - | Navigation label. |
| `heading` | `string` | - | Main heading for the section. |
| `subheading` | `string` | - | Subheading text. |
| `description` | `string` | - | Detailed description. |
| `componentType` | `string` | - | Name of the React component to render (e.g., 'AutomaticGuidance'). |