Install and import the component.
```
### Variants
- intent: default, hero, primary, secondary (default: default)
- size: lg, md, sm, xl (default: lg)
- centered: false, true (default: false)
### Api
| Prop | Type | Required | Default | Description |
| --- | --- | :---: | --- | --- |
| id | `string` | yes | | Section ID for navigation anchors |
| ...SectionVariantProps | `VariantProps` | no | | Styling variants from SectionVariantProps |
| badges | `Array<{
text: string;
variant?: 'soft' | 'filled';
intent?: 'primary' | 'secondary' | 'success' | 'warning' | 'danger';
}>` | no | | Badges property for the Section component |
| children | `Snippet` | no | | Main content snippet |
| class | `string` | no | | Custom CSS class for the section element |
| footerSnippet | `Snippet` | no | | Optional footer snippet (renders a semantic