Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 37s
Build & Deploy / 🧪 QA (push) Failing after 1m31s
Build & Deploy / 🏗️ Build (push) Has been skipped
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 4s
99 lines
2.9 KiB
Plaintext
99 lines
2.9 KiB
Plaintext
---
|
|
title: "Messen & Events"
|
|
date: "2024-03-20"
|
|
excerpt: "Treffen Sie das Team der E-TIB Gruppe persönlich auf Fachmessen und Branchenevents."
|
|
layout: "fullBleed"
|
|
---
|
|
|
|
<HomeHero
|
|
badge="Messen & Events"
|
|
title="Treffen Sie uns persönlich"
|
|
description="Lernen Sie die E-TIB Gruppe auf den führenden Branchenmessen kennen."
|
|
videoUrl="/assets/videos/web/hero-bahnkreuzung.mp4"
|
|
linkText="Kontakt aufnehmen"
|
|
linkHref="/de/kontakt"
|
|
/>
|
|
|
|
<div id="termine">
|
|
<JobListingBlock
|
|
showFairs={true}
|
|
showJobs={false}
|
|
fairs={[
|
|
{ name: 'Intersolar München', date: '19. - 21. Juni 2026', type: 'Energie-Messe', location: 'Messe München', booth: 'Halle A3, Stand 110', url: 'https://www.intersolar.de' },
|
|
{ name: 'Windenergietage Linstow', date: '04. - 06. November 2026', type: 'Fachkongress', location: 'Van der Valk Resort Linstow', booth: 'Stand 42', url: 'https://windenergietage.de' },
|
|
{ name: 'Kabelwerkstatt Wiesbaden', date: '02. - 03. Dezember 2026', type: 'Fachmesse', location: 'RheinMain CongressCenter', booth: 'Halle 1, Stand B20' }
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<CallToAction />
|
|
|
|
<JsonLd data={[
|
|
{
|
|
"@type": "Event",
|
|
"name": "Intersolar München",
|
|
"startDate": "2026-06-19",
|
|
"endDate": "2026-06-21",
|
|
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
|
|
"eventStatus": "https://schema.org/EventScheduled",
|
|
"location": {
|
|
"@type": "Place",
|
|
"name": "Messe München",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"addressLocality": "München",
|
|
"addressCountry": "DE"
|
|
}
|
|
},
|
|
"organizer": {
|
|
"@type": "Organization",
|
|
"name": "E-TIB GmbH",
|
|
"url": "https://e-tib.com"
|
|
}
|
|
},
|
|
{
|
|
"@type": "Event",
|
|
"name": "Windenergietage Linstow",
|
|
"startDate": "2026-11-04",
|
|
"endDate": "2026-11-06",
|
|
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
|
|
"eventStatus": "https://schema.org/EventScheduled",
|
|
"location": {
|
|
"@type": "Place",
|
|
"name": "Van der Valk Resort Linstow",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"addressLocality": "Linstow",
|
|
"addressCountry": "DE"
|
|
}
|
|
},
|
|
"organizer": {
|
|
"@type": "Organization",
|
|
"name": "E-TIB GmbH",
|
|
"url": "https://e-tib.com"
|
|
}
|
|
},
|
|
{
|
|
"@type": "Event",
|
|
"name": "Kabelwerkstatt Wiesbaden",
|
|
"startDate": "2026-12-02",
|
|
"endDate": "2026-12-03",
|
|
"eventAttendanceMode": "https://schema.org/OfflineEventAttendanceMode",
|
|
"eventStatus": "https://schema.org/EventScheduled",
|
|
"location": {
|
|
"@type": "Place",
|
|
"name": "RheinMain CongressCenter",
|
|
"address": {
|
|
"@type": "PostalAddress",
|
|
"addressLocality": "Wiesbaden",
|
|
"addressCountry": "DE"
|
|
}
|
|
},
|
|
"organizer": {
|
|
"@type": "Organization",
|
|
"name": "E-TIB GmbH",
|
|
"url": "https://e-tib.com"
|
|
}
|
|
}
|
|
]} />
|