Product content
Schema documentation for the Product page static content.
The `product` content is located in `src/content/product/product-content.ts`. It contains data for the product overview page.
Exports
`productIntro`
Introduction points for the product page.
| Property | Type | Default | Description |
|---|---|---|---|
| `icon` | `SVG` | - | Icon asset. |
| `title` | `string` | - | Title text. |
| `description` | `string` | - | Description text. |
`productContents`
Detailed content for product feature sections.
| Property | Type | Default | Description |
|---|---|---|---|
| `id` | `string` | - | Unique ID. |
| `label` | `string` | - | Navigation label. |
| `heading` | `string` | - | Section heading. |
| `subheading` | `string` | - | Section subheading. |
| `componentType` | `string` | - | React component to render. |
`productFaq`
FAQs specific to the product.
| Property | Type | Default | Description |
|---|---|---|---|
| `question` | `string` | - | Question text. |
| `answer` | `string` | - | Answer text. |