fix: downsize all page h1 headers — top bar now has primary title

This commit is contained in:
Usman Baig
2026-03-25 17:17:12 +01:00
parent 48b404eb37
commit 294629edfe
10 changed files with 28 additions and 18 deletions

View File

@@ -238,7 +238,7 @@ export default function PageSpeedPage() {
<div className="w-full max-w-7xl mx-auto px-4 sm:px-6 pb-8">
{/* Header */}
<div className="mb-8">
<h1 className="text-2xl font-bold text-white mb-1">
<h1 className="text-lg font-semibold text-neutral-200 mb-1">
PageSpeed
</h1>
<p className="text-sm text-neutral-400">
@@ -361,7 +361,7 @@ export default function PageSpeedPage() {
{/* Header */}
<div className="mb-8 flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">
<div>
<h1 className="text-2xl font-bold text-white mb-1">
<h1 className="text-lg font-semibold text-neutral-200 mb-1">
PageSpeed
</h1>
<p className="text-sm text-neutral-400">