style: downsize hero title font and refine punctuation in slogans

This commit is contained in:
Haitao Pan 2026-02-03 17:26:12 +08:00
parent 64a395cd44
commit 9441ae9e48
2 changed files with 6 additions and 6 deletions

View File

@ -166,10 +166,10 @@ export function HeroSection() {
{t.hero.eyebrow}
</p>
)}
<h1 className="text-3xl font-bold tracking-tight text-heading sm:text-5xl">
<h1 className="text-xl font-bold tracking-tight text-heading sm:text-3xl">
{t.hero.title}
</h1>
<p className="text-lg text-text-muted">{t.hero.subtitle}</p>
<p className="text-base text-text-muted">{t.hero.subtitle}</p>
</div>
<div className="flex flex-wrap items-center gap-3">
{user ? (

View File

@ -1129,8 +1129,8 @@ export const translations: Record<'en' | 'zh', Translation> = {
home: {
hero: {
eyebrow: '',
title: 'Let inspiration go live instantly, let growth have no boundaries.',
subtitle: 'From Idea to prototype, one-stop full-link hosting. AI-driven self-evolution.',
title: 'Let inspiration go live instantly, let growth have no boundaries',
subtitle: 'From Idea to prototype, one-stop full-link hosting, AI-driven self-evolution',
},
heroButtons: {
create: 'Create Application',
@ -1894,8 +1894,8 @@ export const translations: Record<'en' | 'zh', Translation> = {
home: {
hero: {
eyebrow: '',
title: '让灵感即刻上线,让增长永无边界',
subtitle: '从 Idea 到产品原型,一站式全链路托管AI 驱动的自我进化',
title: '让灵感即刻上线,让增长永无边界',
subtitle: '从 Idea 到产品原型,一站式全链路托管AI 驱动的自我进化',
},
heroButtons: {
create: '创建应用',