chore: finalize production E2E infrastructure and resolve localization inconsistencies
Former-commit-id: 5e0e76c9384ff9683a8ed4044637f85aa6aa2d78
This commit is contained in:
@@ -355,6 +355,95 @@ export async function seedDatabase(payload: Payload) {
|
||||
linkHref: loc === 'de' ? '/kompetenzen' : '/en/competencies',
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'block',
|
||||
format: '',
|
||||
version: 2,
|
||||
fields: {
|
||||
blockType: 'homeSubCompanyTiles',
|
||||
badge: loc === 'de' ? 'Unsere Unternehmen' : 'Our Companies',
|
||||
title: loc === 'de' ? 'Die E-TIB Gruppe' : 'The E-TIB Group',
|
||||
companies: [
|
||||
{
|
||||
title: 'E-TIB GmbH',
|
||||
description: loc === 'de' ? 'Ausführung elektrischer Infrastrukturprojekte' : 'Execution of electrical infrastructure projects',
|
||||
icon: 'M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z',
|
||||
},
|
||||
{
|
||||
title: 'E-TIB Bohrtechnik GmbH',
|
||||
description: loc === 'de' ? 'Präzise Horizontalbohrungen in allen Bodenklassen' : 'Precise horizontal drilling in all soil classes',
|
||||
icon: 'M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z',
|
||||
},
|
||||
{
|
||||
title: 'E-TIB Verwaltung GmbH',
|
||||
description: loc === 'de' ? 'Zentrale Dienste, Einkauf, Finanzen' : 'Central services, purchasing, finance',
|
||||
icon: 'M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z',
|
||||
},
|
||||
{
|
||||
title: 'E-TIB Ingenieurgesellschaft mbH',
|
||||
description: loc === 'de' ? 'Planung, Projektierung, Dokumentation' : 'Planning, project management, documentation',
|
||||
icon: 'M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z',
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'block',
|
||||
format: '',
|
||||
version: 2,
|
||||
fields: {
|
||||
blockType: 'homeCompetenceBentoGrid',
|
||||
badge: loc === 'de' ? 'Leistungsspektrum' : 'Range of Services',
|
||||
title: loc === 'de' ? 'Umfassende Lösungen für komplexe Netzwerke' : 'Comprehensive solutions for complex networks',
|
||||
ctaLabel: loc === 'de' ? 'Alle Kompetenzen ansehen' : 'View all competencies',
|
||||
ctaHref: loc === 'de' ? '/kompetenzen' : '/en/competencies',
|
||||
items: [
|
||||
{
|
||||
title: loc === 'de' ? 'Kabelleitungstiefbau MS/NS' : 'Cable Trenching MV/LV',
|
||||
description: loc === 'de' ? 'Kabel- und Rohrgräben, Verlegung bis 110 kV, Montage bis 30 kV.' : 'Cable and pipe trenches, laying up to 110 kV, assembly up to 30 kV.',
|
||||
tag: 'ENERGIE',
|
||||
size: 'large',
|
||||
},
|
||||
{
|
||||
title: loc === 'de' ? 'Breitband & Glasfaser' : 'Broadband & Fiber Optics',
|
||||
description: loc === 'de' ? 'Leerrohrtrassen, Einziehen und Einblasen von LWL-Kabeln.' : 'Empty conduit routes, pulling in and blowing in fiber optic cables.',
|
||||
tag: 'TELEKOMMUNIKATION',
|
||||
size: 'medium',
|
||||
},
|
||||
{
|
||||
title: loc === 'de' ? 'Grabenlose Verlegung' : 'Trenchless Laying',
|
||||
description: loc === 'de' ? 'Horizontalspülbohrungen (bis 250m) und Erdraketen (bis 15m).' : 'Horizontal directional drilling (up to 250m) and soil rockets (up to 15m).',
|
||||
tag: 'BOHRTECHNIK',
|
||||
size: 'medium',
|
||||
},
|
||||
{
|
||||
title: loc === 'de' ? 'Planung & Beratung' : 'Planning & Consulting',
|
||||
description: loc === 'de' ? 'Struktur-, Genehmigungs- und Ausführungsplanung.' : 'Structural, approval and execution planning.',
|
||||
tag: 'ENGINEERING',
|
||||
size: 'small',
|
||||
},
|
||||
{
|
||||
title: loc === 'de' ? 'Vermessung & Doku' : 'Surveying & Docu',
|
||||
description: loc === 'de' ? 'Absteckung, Einmessung und 360° Erfassung.' : 'Staking out, measurement and 360° recording.',
|
||||
tag: 'DOKUMENTATION',
|
||||
size: 'accent',
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'block',
|
||||
format: '',
|
||||
version: 2,
|
||||
fields: {
|
||||
blockType: 'homeReferencesSlider',
|
||||
badge: loc === 'de' ? 'Referenzen' : 'References',
|
||||
title: loc === 'de' ? 'Erfolgreich realisierte Projekte' : 'Successfully completed projects',
|
||||
description: loc === 'de' ? 'Ein Auszug unserer aktuellen Bauvorhaben aus den Bereichen Kabeltiefbau, Bohrtechnik und Montage.' : 'An excerpt of our current construction projects in the areas of cable trenching, drilling technology and assembly.',
|
||||
ctaLabel: loc === 'de' ? 'Alle Projekte ansehen' : 'View all projects',
|
||||
ctaHref: loc === 'de' ? '/referenzen' : '/en/references',
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -394,6 +483,95 @@ export async function seedDatabase(payload: Payload) {
|
||||
linkHref: loc === 'de' ? '/kompetenzen' : '/en/competencies',
|
||||
},
|
||||
},
|
||||
{
|
||||
type: 'block',
|
||||
format: '',
|
||||
version: 2,
|
||||
fields: {
|
||||
blockType: 'homeSubCompanyTiles',
|
||||
badge: loc === 'de' ? 'Unsere Unternehmen' : 'Our Companies',
|
||||
title: loc === 'de' ? 'Die E-TIB Gruppe' : 'The E-TIB Group',
|
||||
companies: [
|
||||
{
|
||||
title: 'E-TIB GmbH',
|
||||
description: loc === 'de' ? 'Ausführung elektrischer Infrastrukturprojekte' : 'Execution of electrical infrastructure projects',
|
||||
icon: 'M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z',
|
||||
},
|
||||
{
|
||||
title: 'E-TIB Bohrtechnik GmbH',
|
||||
description: loc === 'de' ? 'Präzise Horizontalbohrungen in allen Bodenklassen' : 'Precise horizontal drilling in all soil classes',
|
||||
icon: 'M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z',
|
||||
},
|
||||
{
|
||||
title: 'E-TIB Verwaltung GmbH',
|
||||
description: loc === 'de' ? 'Zentrale Dienste, Einkauf, Finanzen' : 'Central services, purchasing, finance',
|
||||
icon: 'M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z',
|
||||
},
|
||||
{
|
||||
title: 'E-TIB Ingenieurgesellschaft mbH',
|
||||
description: loc === 'de' ? 'Planung, Projektierung, Dokumentation' : 'Planning, project management, documentation',
|
||||
icon: 'M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z',
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'block',
|
||||
format: '',
|
||||
version: 2,
|
||||
fields: {
|
||||
blockType: 'homeCompetenceBentoGrid',
|
||||
badge: loc === 'de' ? 'Leistungsspektrum' : 'Range of Services',
|
||||
title: loc === 'de' ? 'Umfassende Lösungen für komplexe Netzwerke' : 'Comprehensive solutions for complex networks',
|
||||
ctaLabel: loc === 'de' ? 'Alle Kompetenzen ansehen' : 'View all competencies',
|
||||
ctaHref: loc === 'de' ? '/kompetenzen' : '/en/competencies',
|
||||
items: [
|
||||
{
|
||||
title: loc === 'de' ? 'Kabelleitungstiefbau MS/NS' : 'Cable Trenching MV/LV',
|
||||
description: loc === 'de' ? 'Kabel- und Rohrgräben, Verlegung bis 110 kV, Montage bis 30 kV.' : 'Cable and pipe trenches, laying up to 110 kV, assembly up to 30 kV.',
|
||||
tag: 'ENERGIE',
|
||||
size: 'large',
|
||||
},
|
||||
{
|
||||
title: loc === 'de' ? 'Breitband & Glasfaser' : 'Broadband & Fiber Optics',
|
||||
description: loc === 'de' ? 'Leerrohrtrassen, Einziehen und Einblasen von LWL-Kabeln.' : 'Empty conduit routes, pulling in and blowing in fiber optic cables.',
|
||||
tag: 'TELEKOMMUNIKATION',
|
||||
size: 'medium',
|
||||
},
|
||||
{
|
||||
title: loc === 'de' ? 'Grabenlose Verlegung' : 'Trenchless Laying',
|
||||
description: loc === 'de' ? 'Horizontalspülbohrungen (bis 250m) und Erdraketen (bis 15m).' : 'Horizontal directional drilling (up to 250m) and soil rockets (up to 15m).',
|
||||
tag: 'BOHRTECHNIK',
|
||||
size: 'medium',
|
||||
},
|
||||
{
|
||||
title: loc === 'de' ? 'Planung & Beratung' : 'Planning & Consulting',
|
||||
description: loc === 'de' ? 'Struktur-, Genehmigungs- und Ausführungsplanung.' : 'Structural, approval and execution planning.',
|
||||
tag: 'ENGINEERING',
|
||||
size: 'small',
|
||||
},
|
||||
{
|
||||
title: loc === 'de' ? 'Vermessung & Doku' : 'Surveying & Docu',
|
||||
description: loc === 'de' ? 'Absteckung, Einmessung und 360° Erfassung.' : 'Staking out, measurement and 360° recording.',
|
||||
tag: 'DOKUMENTATION',
|
||||
size: 'accent',
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'block',
|
||||
format: '',
|
||||
version: 2,
|
||||
fields: {
|
||||
blockType: 'homeReferencesSlider',
|
||||
badge: loc === 'de' ? 'Referenzen' : 'References',
|
||||
title: loc === 'de' ? 'Erfolgreich realisierte Projekte' : 'Successfully completed projects',
|
||||
description: loc === 'de' ? 'Ein Auszug unserer aktuellen Bauvorhaben aus den Bereichen Kabeltiefbau, Bohrtechnik und Montage.' : 'An excerpt of our current construction projects in the areas of cable trenching, drilling technology and assembly.',
|
||||
ctaLabel: loc === 'de' ? 'Alle Projekte ansehen' : 'View all projects',
|
||||
ctaHref: loc === 'de' ? '/referenzen' : '/en/references',
|
||||
}
|
||||
}
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user