refactor: reorganize tagline and tech stack into two-row layout

- Changed from horizontal single-row to vertical two-row layout
- First row: tagline text (云原生 · 去平台绑定 · 可自由迁移)
- Second row: tech stack pills (Next.js, Go, Vercel, Cloud Run, PostgreSQL)
- Both rows are left-aligned for better visual hierarchy
- Added flex-wrap to tech stack for responsive behavior
This commit is contained in:
Haitao Pan 2026-01-26 16:02:02 +08:00
parent 2d3a5d2514
commit c9fec58fc0

View File

@ -145,9 +145,9 @@ function HeroSection() {
{t.heroButtons.tutorials}
</button>
</div>
<div className="flex items-center gap-4 text-sm text-text-muted">
<p>{t.trustedBy}</p>
<div className="flex gap-2">
<div className="flex flex-col gap-3 text-sm">
<p className="text-text-muted">{t.trustedBy}</p>
<div className="flex gap-2 flex-wrap">
<LogoPill label="Next.js" />
<LogoPill label="Go" />
<LogoPill label="Vercel" />