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

PropTypeDefaultDescription
title*stringβ€”Section heading rendered as h2.
subtitlestringβ€”Supporting text below the title.
centeredbooleanfalseCenters text and adds more bottom margin.
classNamestringβ€”Additional classes on the wrapper.