Component
SectionHeader
Section-level heading used inside page content blocks, with optional centering.
Left-aligned (default)
live editor β edit to update preview
<SectionHeader title="Featured Tools" subtitle="Open-source utilities for Flutter developers." />
Centered
live editor β edit to update preview
<SectionHeader title="Why Ann Tech?" subtitle="Everything you need to ship faster." centered />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | β | Section heading rendered as h2. |
| subtitle | string | β | Supporting text below the title. |
| centered | boolean | false | Centers text and adds more bottom margin. |
| className | string | β | Additional classes on the wrapper. |