Sequence
docs

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.

PropertyTypeDefaultDescription
`icon``SVG`-Icon asset.
`title``string`-Title text.
`description``string`-Description text.

`productContents`

Detailed content for product feature sections.

PropertyTypeDefaultDescription
`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.

PropertyTypeDefaultDescription
`question``string`-Question text.
`answer``string`-Answer text.

On this page