Skip to content

Commit 797dfb8

Browse files
Enhance landing typography
Improve nav font size and overall salience; enlarge hero heading, subtitle, and caption text; adjust nav spacing and weights for better contrast on the landing page. X-Lovable-Edit-ID: edt-a860c520-4156-49f6-9815-75f379659d0e
2 parents ab8c34c + bdc0970 commit 797dfb8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/Index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Index = () => {
2323

2424
{/* Navigation */}
2525
<nav className="relative z-10 flex justify-end px-8 pt-6 sm:px-16 lg:px-24">
26-
<div className="flex items-center gap-6 font-mono-display text-sm tracking-wide text-muted-foreground">
26+
<div className="flex items-center gap-8 font-mono-display text-base tracking-wide text-foreground/80">
2727
<Link to="/" className="transition-colors hover:text-foreground">home</Link>
2828
<Link to="/people" className="transition-colors hover:text-foreground">people</Link>
2929
<Link to="/research" className="transition-colors hover:text-foreground">projects</Link>
@@ -33,17 +33,17 @@ const Index = () => {
3333
{/* Content */}
3434
<main className="relative z-10 flex min-h-[calc(100vh-4rem)] flex-col justify-center px-8 sm:px-16 lg:px-24">
3535
<div className="max-w-xl">
36-
<h1 className="font-mono-display text-5xl font-bold tracking-tight text-foreground sm:text-6xl">
36+
<h1 className="font-mono-display text-6xl font-bold tracking-tight text-foreground sm:text-7xl drop-shadow-lg">
3737
ai smith lab
3838
</h1>
39-
<p className="mt-4 font-mono-display text-lg tracking-wide text-muted-foreground sm:text-xl">
39+
<p className="mt-5 font-mono-display text-xl font-medium tracking-wide text-foreground/80 sm:text-2xl drop-shadow-md">
4040
toolsmiths for the age of agentic ai.
4141
</p>
4242
<div className="mt-3 space-y-0.5">
43-
<p className="font-mono-display text-xs tracking-wide text-muted-foreground/70 sm:text-sm">
43+
<p className="font-mono-display text-sm tracking-wide text-foreground/50 sm:text-base">
4444
human × ai systems ×
4545
</p>
46-
<p className="font-mono-display text-xs tracking-wide text-muted-foreground/70 sm:text-sm">
46+
<p className="font-mono-display text-sm tracking-wide text-foreground/50 sm:text-base">
4747
privacy × security × trust.
4848
</p>
4949
</div>

0 commit comments

Comments
 (0)