# SectionType

**Kind:** Type

**Source:** [`atloria-monorepo/libs/pme-core/src/types/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/pme-core/src/types/index.ts#L90)

## Definition

```ts
| 'hero'
  | 'problem'
  | 'features'
  | 'how-it-works'
  | 'social-proof'
  | 'pricing'
  | 'faq'
  | 'cta'
```
