Home content
Schema documentation for the Home page static content.
The `home` content is located in `src/content/home/home-content.ts`. It exports structured data for various sections of the landing page.
Exports
`salesFocusedContent`
Content for the "Sales" view of the landing page features.
| Property | Type | Default | Description |
|---|---|---|---|
| `mainFeatures` | `Array` | - | List of primary features to highlight. |
| `subFeatures` | `Array` | - | List of secondary features with icons. |
| `testimonials` | `Array` | - | Customer testimonials specific to sales. |
`relationFocusedContent`
Content for the "Relationships" view.
| Property | Type | Default | Description |
|---|---|---|---|
| `mainFeatures` | `Array` | - | List of primary features. |
| `subFeatures` | `Array` | - | List of secondary features. |
| `testimonials` | `Array` | - | Customer testimonials specific to relationships. |
`pipelineIntelligenceContent`
Content for the "Pipeline Intelligence" view.
| Property | Type | Default | Description |
|---|---|---|---|
| `mainFeatures` | `Array` | - | List of primary features. |
| `subFeatures` | `Array` | - | List of secondary features. |
| `testimonials` | `Array` | - | Customer testimonials specific to pipeline intelligence. |
`faqContent`
Frequently Asked Questions displayed on the home page.
| Property | Type | Default | Description |
|---|---|---|---|
| `question` | `string` | - | The question text. |
| `answer` | `string` | - | The answer text. |