style: downsize hero title font and refine punctuation in slogans
This commit is contained in:
parent
64a395cd44
commit
9441ae9e48
@ -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 ? (
|
||||
|
||||
@ -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: '创建应用',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user