feat(content): update website content for tasks 6-10 including competencies, team, references, and statistics
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 54s
Build & Deploy / 🧪 QA (push) Successful in 2m7s
CI - Lint, Typecheck & Test / quality-assurance (pull_request) Successful in 3m31s
Build & Deploy / 🏗️ Build (push) Successful in 3m47s
Build & Deploy / 🚀 Deploy (push) Successful in 34s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s

This commit is contained in:
2026-06-10 10:59:14 +02:00
parent 0138064bcc
commit 0105c8c9a3
38 changed files with 389 additions and 286 deletions

View File

@@ -20,6 +20,15 @@ export const defaultLocations: Location[] = [
description: 'E-TIB GmbH Holding & Bohrtechnik GmbH',
details: ['Zentrale Steuerung', 'Kabelleitungstiefbau', 'Maschinenpark'],
},
{
id: 'kirchheilingen',
name: 'Kirchheilingen (Bohrtechnik)',
type: 'branch',
x: 52,
y: 55,
description: 'E-TIB Bohrtechnik GmbH',
details: ['Horizontalspülbohrungen', 'Bahnhofstraße 180a', '99947 Kirchheilingen'],
},
{
id: 'buelstedt',
name: 'Bülstedt (Ingenieurgesellschaft)',
@@ -30,58 +39,58 @@ export const defaultLocations: Location[] = [
details: ['Planung & Projektierung', 'Vermessung', 'Dokumentation'],
},
{
id: 'spreewald',
name: 'Spreewald (FTTC)',
id: 'dettmannsdorf',
name: 'Dettmannsdorf (PV)',
type: 'project',
x: 81,
y: 36.99,
description: 'Breitbandausbau FTTC',
href: '/referenzen/spreewald',
x: 66.38,
y: 14.04,
description: 'Netzanbindung Solarpark',
href: '/referenzen/dettmannsdorf',
},
{
id: 'bomlitz',
name: 'Bomlitz (FTTH)',
id: 'proetzel',
name: 'Prötzel (PV)',
type: 'project',
x: 78.84,
y: 32.5,
description: 'Kabeltrasse Solarpark',
href: '/referenzen/proetzel',
},
{
id: 'ostbevern',
name: 'Ostbevern (Wind)',
type: 'project',
x: 26.64,
y: 39.84,
description: 'Netzanbindung Windpark',
href: '/referenzen/ostbevern',
},
{
id: 'petershagen',
name: 'Petershagen (Wind)',
type: 'project',
x: 36.26,
y: 35.79,
description: 'Netzanbindung Windpark',
href: '/referenzen/petershagen',
},
{
id: 'ketzin',
name: 'Ketzin (Wind)',
type: 'project',
x: 72,
y: 34,
description: 'Netzanbindung Windpark',
href: '/referenzen/ketzin',
},
{
id: 'jevenstedt',
name: 'Jevenstedt (Wind)',
type: 'project',
x: 43,
y: 28.76,
description: '88km Leitungstrasse (Tiefbau/HDD)',
href: '/referenzen/bomlitz',
},
{
id: 'forst',
name: 'Forst (Kabeltrasse)',
type: 'project',
x: 87,
y: 43.85,
description: 'Neubau MS-Kabeltrasse',
href: '/referenzen/forst',
},
{
id: 'eisenhuettenstadt',
name: 'Eisenhüttenstadt (Kabel)',
type: 'project',
x: 86,
y: 38.36,
description: 'Kabelverbindung U30 - T10',
href: '/referenzen/eisenhuettenstadt',
},
{
id: 'goerne',
name: 'Görne (PV-Anlage)',
type: 'project',
x: 65,
y: 32.19,
description: 'Einspeisung PV-Anlage (MS-Kabel)',
href: '/referenzen/goerne',
},
{
id: 'boerde',
name: 'Börde (FTTH-Ausbau)',
type: 'project',
x: 55,
y: 34.24,
description: '109km Leitungstrasse für Breitband',
href: '/referenzen/boerde',
y: 9,
description: 'Netzanbindung Windpark',
href: '/referenzen/jevenstedt',
}
];