refactor(ui): rewrite Heading component to act as central typography system, fix line-heights, and apply to MDX pages

Former-commit-id: dc62485b60679b810b5f74bfb5a22915b7a62314
This commit is contained in:
2026-05-07 13:56:26 +02:00
parent 540cebf5ca
commit b4d4b59add
185 changed files with 511 additions and 438 deletions

View File

@@ -48,17 +48,15 @@ description: Willkommen bei E-TIB GmbH
{/* Left Column: Heading & Intro */}
<div className="lg:col-span-5">
<div className="inline-flex items-center space-x-2 bg-primary/5 text-primary px-3 py-1.5 rounded-full mb-6 border border-primary/20 shadow-sm">
<span className="relative flex h-2 w-2">
<span className="animate-ping absolute inline-flex h-full w-full rounded-full bg-primary opacity-75"></span>
<span className="relative inline-flex rounded-full h-2 w-2 bg-primary"></span>
</span>
<span className="text-xs font-bold uppercase tracking-widest">Über E-TIB</span>
</div>
<h3 className="font-heading text-4xl md:text-5xl lg:text-6xl font-black text-neutral-dark mb-6 leading-[1.1] tracking-tight">
<Heading
level={3}
size="hero"
subtitle="Über E-TIB"
badgeStyle="industrial"
className="mb-6 md:mb-8"
>
Ihr <span className="text-primary relative whitespace-nowrap">starker<svg className="absolute -bottom-2 left-0 w-full h-3 text-primary/20" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0 5 Q 50 10 100 5" stroke="currentColor" strokeWidth="4" fill="none"/></svg></span> Partner <br/>für Infrastruktur
</h3>
</Heading>
<div className="text-xl text-text-secondary leading-relaxed mb-8">
Die E-TIB GmbH ist ein leistungsfähiger und moderner Anbieter von technischen Dienstleistungen. Wir haben uns auf zukunftsweisende Kernbereiche der Infrastruktur spezialisiert.

View File

@@ -48,17 +48,15 @@ description: Welcome to E-TIB GmbH
{/* Left Column: Heading & Intro */}
<div className="lg:col-span-5">
<div className="inline-flex items-center space-x-2 bg-primary/5 text-primary px-3 py-1.5 rounded-full mb-6 border border-primary/20 shadow-sm">
<span className="relative flex h-2 w-2">
<span className="animate-ping absolute inline-flex h-full w-full rounded-full bg-primary opacity-75"></span>
<span className="relative inline-flex rounded-full h-2 w-2 bg-primary"></span>
</span>
<span className="text-xs font-bold uppercase tracking-widest">About E-TIB</span>
</div>
<h3 className="font-heading text-4xl md:text-5xl lg:text-6xl font-black text-neutral-dark mb-6 leading-[1.1] tracking-tight">
<Heading
level={3}
size="hero"
subtitle="About E-TIB"
badgeStyle="industrial"
className="mb-6 md:mb-8"
>
Your <span className="text-primary relative whitespace-nowrap">strong<svg className="absolute -bottom-2 left-0 w-full h-3 text-primary/20" viewBox="0 0 100 10" preserveAspectRatio="none"><path d="M0 5 Q 50 10 100 5" stroke="currentColor" strokeWidth="4" fill="none"/></svg></span> Partner <br/>for Infrastructure
</h3>
</Heading>
<div className="text-xl text-text-secondary leading-relaxed mb-8">
E-TIB GmbH is an efficient and modern provider of technical services. We specialize in future-oriented core areas of infrastructure.