fix(mdx): resolve hydration errors and redesign subcompany tiles as logo grid under hero
Former-commit-id: d45ef2baf7ed5f673dc8dd688a3f937376743f84
This commit is contained in:
@@ -4,7 +4,7 @@ description: Welcome to E-TIB GmbH
|
||||
---
|
||||
|
||||
<HomeHero
|
||||
badge="E-TIB Group"
|
||||
|
||||
title={"The Experts for\nCable Construction"}
|
||||
description="We realize complex supply lines for a modern society. Reliable, innovative and with the highest precision in cable construction and drilling technology."
|
||||
videoUrl="/assets/videos/web/hero-kabelpflug.mp4"
|
||||
@@ -12,31 +12,7 @@ description: Welcome to E-TIB GmbH
|
||||
linkHref="/en/competencies"
|
||||
/>
|
||||
|
||||
<div className="bg-neutral-50 py-24 md:py-32 border-b border-neutral-100">
|
||||
<div className="container max-w-6xl mx-auto px-4">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
|
||||
<div>
|
||||
<h2 className="text-primary font-bold tracking-wider uppercase text-sm mb-4">Welcome to E-TIB</h2>
|
||||
<h3 className="font-heading text-4xl md:text-5xl font-extrabold text-neutral-dark mb-8 leading-tight">
|
||||
We are the Experts for Cable Construction
|
||||
</h3>
|
||||
<div className="w-20 h-2 bg-primary mb-8"></div>
|
||||
</div>
|
||||
<div className="text-xl md:text-2xl text-text-secondary leading-relaxed space-y-6 border-l-4 border-neutral-200 pl-8">
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<HomeSubCompanyTiles
|
||||
badge="Our Companies"
|
||||
title="The Corporate Group"
|
||||
companies={[
|
||||
{
|
||||
title: "E-TIB GMBH",
|
||||
@@ -62,6 +38,30 @@ description: Welcome to E-TIB GmbH
|
||||
]}
|
||||
/>
|
||||
|
||||
<div className="bg-neutral-50 py-24 md:py-32 border-b border-neutral-100">
|
||||
<div className="container max-w-6xl mx-auto px-4">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
|
||||
<div>
|
||||
<h2 className="text-primary font-bold tracking-wider uppercase text-sm mb-4">Welcome to E-TIB</h2>
|
||||
<h3 className="font-heading text-4xl md:text-5xl font-extrabold text-neutral-dark mb-8 leading-tight">
|
||||
We are the Experts for Cable Construction
|
||||
</h3>
|
||||
<div className="w-20 h-2 bg-primary mb-8"></div>
|
||||
</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.
|
||||
</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.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<HomeCompetenceBentoGrid
|
||||
badge="Our Competencies"
|
||||
title="Everything from a single source"
|
||||
|
||||
Reference in New Issue
Block a user