← Back to gallery
TYP-01Typography
Section Heading
A heading set for the top of page sections: uppercase eyebrow, heading, lead paragraph, and a short amber rule.
- Added:
- 2026-07-23
- Dependencies:
- None
- tags
- #typography #heading #brand
Preview
Service
制作して終わり、にしない。
公開後のアクセス解析から改善提案まで。中小企業のWeb集客を、伴走型で支援します。
return function SectionHeading() {
return (
<div className="w-full max-w-xl">
<p className="text-xs font-bold tracking-[0.2em] text-amber-600 uppercase">Service</p>
<h2 className="mt-2 text-2xl font-bold tracking-tight text-gray-900 sm:text-3xl">
制作して終わり、にしない。
</h2>
<p className="mt-3 text-sm leading-relaxed text-gray-500 sm:text-base">
公開後のアクセス解析から改善提案まで。中小企業のWeb集客を、伴走型で支援します。
</p>
<div className="mt-4 h-px w-12 bg-amber-500" aria-hidden="true" />
</div>
);
}
Add to your project via shadcn CLI
npx shadcn@latest add https://designs.first-ch.com/r/section-heading.json