style(landing): tighten hero title sizing

This commit is contained in:
2026-05-01 02:17:32 +03:30
parent 95d6cc192d
commit 6fbfd419ea

View File

@@ -148,7 +148,7 @@ export default function Landing() {
<Sparkles className="h-4 w-4" /> <Sparkles className="h-4 w-4" />
{t.landing.eyebrow} {t.landing.eyebrow}
</div> </div>
<h1 className="max-w-4xl text-5xl font-semibold leading-[1.1] tracking-[-0.06em] text-slate-950 sm:text-5xl lg:text-6xl dark:text-white"> <h1 className="max-w-4xl text-4xl font-semibold leading-[1.1] text-slate-950 sm:text-5xl lg:text-6xl dark:text-white">
{t.landing.hero.titleTop} {t.landing.hero.titleTop}
<span className="mt-4 pb-4 landing-shimmer block bg-[linear-gradient(120deg,#0f172a_15%,#0891b2_48%,#0f766e_78%,#0f172a_100%)] bg-clip-text text-transparent dark:bg-[linear-gradient(120deg,#ffffff_18%,#67e8f9_48%,#2dd4bf_78%,#ffffff_100%)]"> <span className="mt-4 pb-4 landing-shimmer block bg-[linear-gradient(120deg,#0f172a_15%,#0891b2_48%,#0f766e_78%,#0f172a_100%)] bg-clip-text text-transparent dark:bg-[linear-gradient(120deg,#ffffff_18%,#67e8f9_48%,#2dd4bf_78%,#ffffff_100%)]">
{t.landing.hero.titleAccent} {t.landing.hero.titleAccent}