About Story
Founding narrative beside a portrait, with a founding-year callout.
6 个框架初级
A gradient call-to-action banner inviting readers to join the team.
<section class="mx-auto w-full max-w-6xl px-4 py-12 md:px-6 md:py-16">
<div class="relative overflow-hidden rounded-3xl bg-gradient-to-br from-blue-600 via-indigo-600 to-violet-700 px-6 py-12 text-center sm:px-12 sm:py-16">
<span class="pointer-events-none absolute -right-10 -top-10 h-48 w-48 rounded-full bg-white/10" aria-hidden="true"></span>
<h2 class="text-balance text-2xl font-bold tracking-tight text-white sm:text-3xl">Come build the unfashionable way</h2>
<p class="mx-auto mt-3 max-w-xl text-balance leading-relaxed text-blue-100">
Twelve people, nine countries, no account managers. If you would rather finish one good thing than plan ten, we should talk.
</p>
<!-- Buttons stack full-width on a phone and sit inline from sm; each stays a 40px+ tap target. -->
<div class="mt-7 flex flex-col items-center justify-center gap-3 sm:flex-row">
<a href="#" class="inline-flex w-full items-center justify-center rounded-lg bg-white px-5 py-2.5 text-sm font-semibold text-blue-700 transition-colors hover:bg-blue-50 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-white focus-visible:ring-offset-2 focus-visible:ring-offset-blue-700 motion-reduce:transition-none sm:w-auto">
See open roles
</a>
<a href="#" class="inline-flex w-full items-center justify-center rounded-lg border border-white/40 px-5 py-2.5 text-sm font-semibold text-white transition-colors hover:bg-white/10 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-white focus-visible:ring-offset-2 focus-visible:ring-offset-blue-700 motion-reduce:transition-none sm:w-auto">
Read our handbook
</a>
</div>
</div>
</section>| Prop | 类型 | 默认值 | 说明 |
|---|---|---|---|
title必填 | string | - | 卡片的标题文本。 |
copy | string | - | 显示在标题下方的正文文本。 |
primaryLabel | string | 'See open roles' | Primary label |
primaryHref | string | '#' | Primary href |
secondaryLabel | string | - | 次要操作的可见文本。 |
secondaryHref | string | '#' | 次要操作的链接目标。 |
className | string | - | 合并到根元素上的额外类名。 |
The gradient panel is decorative; contrast is carried by white text on the darkest stop, which stays AA across the whole gradient. Buttons stack full-width on a phone and sit inline from `sm`, each a 40px-plus tap target; omit `secondaryLabel` for a single button.