From 1f905bc86de84082a37bb1cb02fedae16840e380 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Wed, 13 May 2026 13:29:49 +0200 Subject: [PATCH] fix: insert real legacy projects into map --- components/blocks/InteractiveGermanyMap.tsx | 40 +++++++++++++++++++++ content/en/ueber-uns.mdx | 40 +++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/components/blocks/InteractiveGermanyMap.tsx b/components/blocks/InteractiveGermanyMap.tsx index 4c8f4b9a0..1da9117cf 100644 --- a/components/blocks/InteractiveGermanyMap.tsx +++ b/components/blocks/InteractiveGermanyMap.tsx @@ -33,6 +33,46 @@ const defaultLocations: Location[] = [ y: 25, description: 'E-TIB Ingenieurgesellschaft mbH', details: ['Planung & Projektierung', 'Vermessung', 'Dokumentation'], + }, + { + id: 'spreewald', + name: 'Spreewald (Projekt)', + type: 'project', + x: 82, + y: 45, + description: 'Breitbandausbau FTTC', + }, + { + id: 'bomlitz', + name: 'Bomlitz (Projekt)', + type: 'project', + x: 45, + y: 30, + description: 'Breitbandausbau FTTH', + }, + { + id: 'forst', + name: 'Forst (Projekt)', + type: 'project', + x: 88, + y: 50, + description: 'Neubau Kabeltrasse', + }, + { + id: 'eisenhuettenstadt', + name: 'Eisenhüttenstadt (Projekt)', + type: 'project', + x: 85, + y: 40, + description: 'Kabelverbindung U30 - T10', + }, + { + id: 'goerne', + name: 'Görne (Projekt)', + type: 'project', + x: 70, + y: 35, + description: 'Einspeisung PV-Anlage', } ]; diff --git a/content/en/ueber-uns.mdx b/content/en/ueber-uns.mdx index c7c5c0608..e7a75107f 100644 --- a/content/en/ueber-uns.mdx +++ b/content/en/ueber-uns.mdx @@ -115,6 +115,46 @@ layout: "fullBleed" y: 25, description: 'E-TIB Ingenieurgesellschaft mbH', details: ['Planning & Projecting', 'Surveying', 'Documentation'] + }, + { + id: 'spreewald', + name: 'Spreewald (Project)', + type: 'project', + x: 82, + y: 45, + description: 'Broadband Expansion FTTC' + }, + { + id: 'bomlitz', + name: 'Bomlitz (Project)', + type: 'project', + x: 45, + y: 30, + description: 'Broadband Expansion FTTH' + }, + { + id: 'forst', + name: 'Forst (Project)', + type: 'project', + x: 88, + y: 50, + description: 'New Cable Route Construction' + }, + { + id: 'eisenhuettenstadt', + name: 'Eisenhüttenstadt (Project)', + type: 'project', + x: 85, + y: 40, + description: 'Cable Connection U30 - T10' + }, + { + id: 'goerne', + name: 'Görne (Project)', + type: 'project', + x: 70, + y: 35, + description: 'PV System Feed-in' } ]} />