From 62644a036657fc8a9f2995b62079bab1b698eec8 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Fri, 15 May 2026 12:50:12 +0200 Subject: [PATCH] fix: remove hallucinated sub-companies and timelines --- components/blocks/CompanyTimeline.tsx | 20 +++-------------- content/de/home.mdx | 12 ---------- content/de/ueber-uns.mdx | 14 +----------- content/en/home.mdx | 12 ---------- content/en/ueber-uns.mdx | 32 +++------------------------ 5 files changed, 7 insertions(+), 83 deletions(-) diff --git a/components/blocks/CompanyTimeline.tsx b/components/blocks/CompanyTimeline.tsx index 106cc3ee8..a446bfdd6 100644 --- a/components/blocks/CompanyTimeline.tsx +++ b/components/blocks/CompanyTimeline.tsx @@ -18,33 +18,19 @@ const iconMap: Record = { const defaultMilestones = [ { - date: '16.12.2015', + date: '2015', year: '2015', title: 'Gründung E-TIB GmbH', desc: 'Ausführung elektrischer Infrastrukturprojekte, Kabeltiefbau und Horizontalspülbohrungen.', iconName: 'Building2', }, { - date: '04.02.2019', + date: '2019', year: '2019', title: 'Gründung E-TIB Ingenieurgesellschaft', desc: 'Genehmigungs- und Ausführungsplanung, komplexe Querungen sowie Netzanschlussplanung.', iconName: 'Compass', - }, - { - date: '14.11.2019', - year: '2019', - title: 'Gründung E-TIB Verwaltung GmbH', - desc: 'Zentrale Dienste, Erwerb, Vermietung, Verpachtung und Verwaltung von Immobilien und Maschinen.', - iconName: 'Layers', - }, - { - date: '21.10.2025', - year: '2025', - title: 'Gründung E-TIB Bohrtechnik GmbH', - desc: 'Spezialisierung auf präzise Horizontalspülbohrungen in allen Bodenklassen.', - iconName: 'ArrowDownToLine', - }, + } ]; interface Milestone { diff --git a/content/de/home.mdx b/content/de/home.mdx index b034684c8..cf34c1641 100644 --- a/content/de/home.mdx +++ b/content/de/home.mdx @@ -28,18 +28,6 @@ description: "Die E-TIB GmbH ist Ihr zuverlässiger Partner für komplexe Kabelt icon: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4", url: "https://www.etib-ing.com/", backgroundImage: "/assets/photos/DSC01137.JPG" - }, - { - title: "E-TIB Verwaltung GmbH", - description: "Zentrale Dienste, Einkauf und Finanzen sowie Verwaltung von Immobilien, Grundstücken, Maschinen und Geräten.", - icon: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4", - backgroundImage: "/assets/photos/DJI_0048.JPG" - }, - { - title: "E-TIB Bohrtechnik GmbH", - description: "Präzise Horizontalspülbohrungen in allen Bodenklassen für eine oberflächenschonende und grabenlose Leitungsverlegung.", - icon: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z", - backgroundImage: "/assets/photos/DSC08653.JPG" } ]} /> diff --git a/content/de/ueber-uns.mdx b/content/de/ueber-uns.mdx index 02d6b4dd5..29fd37382 100644 --- a/content/de/ueber-uns.mdx +++ b/content/de/ueber-uns.mdx @@ -74,19 +74,7 @@ layout: "fullBleed" icon: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4", url: "https://www.etib-ing.com/", backgroundImage: "/assets/photos/DSC01137.JPG" - }, - { - title: "E-TIB Verwaltung GmbH", - description: "Zentrale Dienste, Einkauf und Finanzen sowie Verwaltung von Immobilien, Grundstücken, Maschinen und Geräten.", - icon: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4", - backgroundImage: "/assets/photos/DJI_0048.JPG" - }, - { - title: "E-TIB Bohrtechnik GmbH", - description: "Präzise Horizontalspülbohrungen in allen Bodenklassen für eine oberflächenschonende und grabenlose Leitungsverlegung.", - icon: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z", - backgroundImage: "/assets/photos/DSC08653.JPG" - } + } ]} /> diff --git a/content/en/home.mdx b/content/en/home.mdx index 808d4887f..9f9a6b0a2 100644 --- a/content/en/home.mdx +++ b/content/en/home.mdx @@ -28,18 +28,6 @@ description: "E-TIB GmbH is your reliable partner for complex cable routes, hori icon: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4", url: "https://www.etib-ing.com/", backgroundImage: "/assets/photos/DSC01137.JPG" - }, - { - title: "E-TIB Verwaltung GmbH", - description: "Central services, purchasing, finance, and management of real estate, properties, machinery, and equipment.", - icon: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4", - backgroundImage: "/assets/photos/DJI_0048.JPG" - }, - { - title: "E-TIB Bohrtechnik GmbH", - description: "Precise horizontal directional drilling in all soil classes for surface-friendly and trenchless pipe laying.", - icon: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z", - backgroundImage: "/assets/photos/DSC08653.JPG" } ]} /> diff --git a/content/en/ueber-uns.mdx b/content/en/ueber-uns.mdx index f17fec9d6..70cd069b8 100644 --- a/content/en/ueber-uns.mdx +++ b/content/en/ueber-uns.mdx @@ -57,32 +57,18 @@ layout: "fullBleed" title="Milestones of Development" milestones={[ { - date: '16.12.2015', + date: '2015', year: '2015', title: 'Foundation of E-TIB GmbH', desc: 'Execution of electrical infrastructure projects, cable civil engineering, and horizontal directional drilling.', iconName: 'Building2' }, { - date: '04.02.2019', + date: '2019', year: '2019', title: 'Foundation of E-TIB Ingenieurgesellschaft', desc: 'Approval and execution planning, complex crossings, and grid connection planning.', iconName: 'Compass' - }, - { - date: '14.11.2019', - year: '2019', - title: 'Foundation of E-TIB Verwaltung GmbH', - desc: 'Central services, acquisition, leasing, and management of real estate and machinery.', - iconName: 'Layers' - }, - { - date: '21.10.2025', - year: '2025', - title: 'Foundation of E-TIB Bohrtechnik GmbH', - desc: 'Specialization in precise horizontal directional drilling in all soil classes.', - iconName: 'ArrowDownToLine' } ]} /> @@ -102,7 +88,7 @@ layout: "fullBleed" type: 'hq', x: 85, y: 48, - description: 'E-TIB GmbH Holding & Bohrtechnik GmbH', + description: 'E-TIB GmbH', details: ['Central Management', 'Cable Civil Engineering', 'Machinery Park'] }, { @@ -175,18 +161,6 @@ layout: "fullBleed" icon: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4", url: "https://www.etib-ing.com/", backgroundImage: "/assets/photos/DSC01137.JPG" - }, - { - title: "E-TIB Verwaltung GmbH", - description: "Central services, purchasing, finance, and management of real estate, properties, machinery, and equipment.", - icon: "M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4", - backgroundImage: "/assets/photos/DJI_0048.JPG" - }, - { - title: "E-TIB Bohrtechnik GmbH", - description: "Precise horizontal directional drilling in all soil classes for surface-friendly and trenchless pipe laying.", - icon: "M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z", - backgroundImage: "/assets/photos/DSC08653.JPG" } ]} />