refactor: enforce global Button component usage across all files (Header, Forms, Grids, MDX)

Former-commit-id: aa55620667a28e5c00ab2603da6ea6dc1e1c5ecf
This commit is contained in:
2026-05-07 11:40:47 +02:00
parent 055f6009d4
commit b393bba073
341 changed files with 885 additions and 877 deletions

View File

@@ -20,7 +20,6 @@ description: Welcome to E-TIB GmbH
title: "E-TIB GMBH",
description: "The company has fully specialized in cable civil engineering. The complete range of services for the construction of cable routes from a single source.",
icon: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
url: "https://www.e-tib.com/",
backgroundImage: "/assets/photos/DJI_0243.JPG"
},
{
@@ -52,10 +51,34 @@ description: Welcome to E-TIB GmbH
</div>
<div className="text-xl md:text-2xl text-text-secondary leading-relaxed space-y-6 border-l-4 border-neutral-200 pl-8">
<div>
E-TIB GmbH is a capable and modern provider of technical services in the field of <strong className="text-neutral-dark font-semibold">civil engineering, horizontal directional drilling, cable plowing, pipeline installation, and cable assembly</strong>. The company was founded in 2015 in Guben, Brandenburg, and has been consistently developed ever since.
E-TIB GmbH is a capable and modern provider of technical services. We have specialized in the following core areas:
</div>
<div className="flex flex-wrap gap-3 py-2">
<Button href="/en/competencies#kabelbau" variant="white" size="sm">
Civil Engineering
<svg className="w-4 h-4 ml-1 opacity-50" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
</Button>
<Button href="/en/competencies#bohrtechnik" variant="white" size="sm">
Horizontal Directional Drilling
<svg className="w-4 h-4 ml-1 opacity-50" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
</Button>
<Button href="/en/competencies#kabelbau" variant="white" size="sm">
Cable Plowing
<svg className="w-4 h-4 ml-1 opacity-50" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
</Button>
<Button href="/en/competencies#kabelbau" variant="white" size="sm">
Pipeline Installation
<svg className="w-4 h-4 ml-1 opacity-50" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
</Button>
<Button href="/en/competencies#kabelbau" variant="white" size="sm">
Cable Assembly
<svg className="w-4 h-4 ml-1 opacity-50" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
</Button>
</div>
<div>
Today, with <strong className="text-primary font-bold">over 50 employees</strong>, we carry out nationwide construction services for industry, telecommunications providers, and energy utility companies. Our qualified teams ensure the satisfaction of our customers with a modern machinery park with competence, care, and adherence to deadlines.
The company was founded in 2015 in Guben, Brandenburg, and has been consistently developed ever since. Today, with <strong className="text-primary font-bold">over 50 employees</strong>, we carry out nationwide construction services for industry, telecommunications providers, and energy utility companies.
</div>
</div>
</div>