feat: complete MDX migration, stabilize environment & verify via E2E tests
Former-commit-id: ec3e64156a2e182535cbdcf0d975cd54603a517d
This commit is contained in:
73
content/de/home.mdx
Normal file
73
content/de/home.mdx
Normal file
@@ -0,0 +1,73 @@
|
||||
---
|
||||
title: Startseite
|
||||
description: Willkommen bei E-TIB GmbH
|
||||
---
|
||||
|
||||
<HomeHero
|
||||
badge="Zukunftssichere Infrastruktur"
|
||||
title="Energie & Kommunikation vernetzen"
|
||||
description="Wir realisieren komplexe Versorgungsleitungen für eine moderne Gesellschaft. Verlässlich, innovativ und mit höchster Präzision im Kabelbau und der Bohrtechnik."
|
||||
videoUrl="https://cdn.mintel.me/video/etib-hero.mp4"
|
||||
linkText="Unsere Leistungen"
|
||||
linkHref="/de/kompetenzen"
|
||||
/>
|
||||
|
||||
<HomeSubCompanyTiles
|
||||
badge="Unsere Unternehmen"
|
||||
title="Die E-TIB Gruppe"
|
||||
companies={[
|
||||
{
|
||||
title: "E-TIB GmbH",
|
||||
description: "Ausführung elektrischer Infrastrukturprojekte",
|
||||
icon: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"
|
||||
},
|
||||
{
|
||||
title: "E-TIB Bohrtechnik GmbH",
|
||||
description: "Präzise Horizontalbohrungen in allen Bodenklassen",
|
||||
icon: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"
|
||||
},
|
||||
{
|
||||
title: "E-TIB Verwaltung GmbH",
|
||||
description: "Zentrale Dienste, Einkauf, Finanzen",
|
||||
icon: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"
|
||||
},
|
||||
{
|
||||
title: "E-TIB Ingenieurgesellschaft mbH",
|
||||
description: "Planung, Projektierung, Dokumentation",
|
||||
icon: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
<HomeCompetenceBentoGrid
|
||||
badge="Unsere Kompetenzen"
|
||||
title="Alles aus einer Hand"
|
||||
ctaLabel="Alle Leistungen"
|
||||
ctaHref="/de/kompetenzen"
|
||||
items={[
|
||||
{
|
||||
title: "Kabelbau",
|
||||
description: "Verlegung von Mittel- und Niederspannungskabeln",
|
||||
tag: "Energie",
|
||||
size: "large"
|
||||
},
|
||||
{
|
||||
title: "Bohrtechnik",
|
||||
description: "Horizontalspülbohrverfahren für grabenlose Verlegung",
|
||||
tag: "Innovation",
|
||||
size: "medium"
|
||||
},
|
||||
{
|
||||
title: "Planung",
|
||||
description: "Trassenplanung und Genehmigungsverfahren",
|
||||
tag: "Präzision",
|
||||
size: "small"
|
||||
},
|
||||
{
|
||||
title: "Vermessung",
|
||||
description: "Digitale Bestandsdokumentation",
|
||||
tag: "Digital",
|
||||
size: "accent"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
Reference in New Issue
Block a user