feat(ui): finalize E-TIB modernization with footer redesign, video optimization, and TS fixes
Former-commit-id: 67ac02c8404cc66893fdf97308574701cca6000c
This commit is contained in:
@@ -2,33 +2,118 @@
|
||||
title: "About E-TIB"
|
||||
date: "2024-03-20"
|
||||
excerpt: "The E-TIB Group is your competent partner for cable civil engineering, drilling technology, and engineering services."
|
||||
layout: "fullBleed"
|
||||
---
|
||||
|
||||
# About Us
|
||||
<HomeHero
|
||||
badge="The E-TIB Group"
|
||||
title="Reliability has\na Tradition"
|
||||
description="Since 2015, we have been growing continuously to meet the demands of the energy transition and digitalization. As a corporate group, we pool specialized expertise under one roof."
|
||||
videoUrl="/assets/videos/web/hero-bahnkreuzung.mp4"
|
||||
linkText="Open Positions"
|
||||
linkHref="/en/karriere"
|
||||
secondaryCtaLabel="Discover Company"
|
||||
secondaryCtaHref="#structure"
|
||||
/>
|
||||
|
||||
The **E-TIB Group** stands for the highest quality and reliability in the field of energy and data infrastructure. With our headquarters in Guben and projects throughout Germany, we are a key player in the implementation of the energy transition.
|
||||
<div className="bg-neutral-50 py-24 border-b border-neutral-100">
|
||||
<div className="container max-w-6xl mx-auto px-4">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-2 gap-16 items-center">
|
||||
<div>
|
||||
<h2 className="text-primary font-bold tracking-wider uppercase text-sm mb-4">Our Mission</h2>
|
||||
<h3 className="font-heading text-4xl md:text-5xl font-extrabold text-neutral-dark mb-8 leading-tight">
|
||||
Infrastructure for the Energy of Tomorrow
|
||||
</h3>
|
||||
<div className="w-20 h-2 bg-primary mb-8"></div>
|
||||
<p className="text-xl text-text-secondary leading-relaxed mb-6">
|
||||
Since our foundation in 2015 in Guben, we have made it our mission to actively shape the expansion of critical infrastructure.
|
||||
</p>
|
||||
<p className="text-lg text-text-secondary leading-relaxed">
|
||||
With over 50 dedicated professionals and a state-of-the-art machinery park, we master even the most demanding projects in cable civil engineering, directional drilling, and grid assembly. Reliability, adherence to schedules, and the highest quality standards are our foundation.
|
||||
</p>
|
||||
</div>
|
||||
<div className="grid grid-cols-2 gap-6">
|
||||
<div className="bg-white p-8 rounded-2xl shadow-sm border border-neutral-100">
|
||||
<div className="text-4xl font-extrabold text-primary mb-2">50+</div>
|
||||
<div className="text-neutral-dark font-semibold">Employees</div>
|
||||
</div>
|
||||
<div className="bg-white p-8 rounded-2xl shadow-sm border border-neutral-100">
|
||||
<div className="text-4xl font-extrabold text-primary mb-2">2015</div>
|
||||
<div className="text-neutral-dark font-semibold">Founded</div>
|
||||
</div>
|
||||
<div className="bg-white p-8 rounded-2xl shadow-sm border border-neutral-100">
|
||||
<div className="text-4xl font-extrabold text-primary mb-2">110kV</div>
|
||||
<div className="text-neutral-dark font-semibold">Max. Voltage</div>
|
||||
</div>
|
||||
<div className="bg-white p-8 rounded-2xl shadow-sm border border-neutral-100">
|
||||
<div className="text-4xl font-extrabold text-primary mb-2">100%</div>
|
||||
<div className="text-neutral-dark font-semibold">Dedication</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## Our Philosophy
|
||||
<CompanyTimeline
|
||||
badge="Our History"
|
||||
title="Milestones of Development"
|
||||
milestones={[
|
||||
{
|
||||
date: '2015',
|
||||
title: 'Foundation of E-TIB GmbH',
|
||||
desc: 'Founded in Guben, Brandenburg, with a focus on civil engineering and cable assembly.'
|
||||
},
|
||||
{
|
||||
date: 'Growth',
|
||||
title: 'Expansion of Competencies',
|
||||
desc: 'Consistent expansion of services to include horizontal directional drilling and cable plowing.'
|
||||
},
|
||||
{
|
||||
date: 'Corporate Group',
|
||||
title: 'Merger',
|
||||
desc: 'Pooling of specialized departments with NEMO GmbH and E-TIB Ingenieurgesellschaft mbH.'
|
||||
},
|
||||
{
|
||||
date: 'Today',
|
||||
title: 'The E-TIB Group',
|
||||
desc: 'A strong network with over 50 employees for nationwide infrastructure projects.'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
We believe that a stable infrastructure is the foundation for a successful future. That's why we focus on:
|
||||
<div id="structure">
|
||||
<HomeSubCompanyTiles
|
||||
badge="Structure"
|
||||
title="Pooled Competencies"
|
||||
companies={[
|
||||
{
|
||||
title: "E-TIB GMBH",
|
||||
description: "The company has fully specialized in cable civil engineering. The complete range of services for the construction of cable routes from a single source.",
|
||||
icon: "M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z",
|
||||
url: "https://www.e-tib.com/",
|
||||
backgroundImage: "/assets/photos/DJI_0243.JPG"
|
||||
},
|
||||
{
|
||||
title: "E-TIB Ingenieurgesellschaft mbH",
|
||||
description: "Our engineers plan the energy and telecommunications networks of the future for you - surveying and documentation included.",
|
||||
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: "NEMO GmbH",
|
||||
description: "The specialist for planning and implementation of sustainable energy projects - with a focus on solar energy.",
|
||||
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",
|
||||
url: "https://www.nemo-gmbh.de/",
|
||||
backgroundImage: "/assets/photos/DJI_0048.JPG"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
- **Precision**: Exact planning and execution are a matter of course for us.
|
||||
- **Innovation**: We use state-of-the-art technology such as horizontal directional drilling to make projects more efficient.
|
||||
- **Sustainability**: Our methods are designed to have as little impact on the environment as possible.
|
||||
|
||||
## The E-TIB Group
|
||||
|
||||
Our strength lies in the pooling of specialized expertise:
|
||||
|
||||
### E-TIB GmbH
|
||||
Focus on the execution of electrical infrastructure projects and classic cable civil engineering.
|
||||
|
||||
### E-TIB Bohrtechnik GmbH
|
||||
Specialists in trenchless installation techniques and controlled horizontal drilling.
|
||||
|
||||
### E-TIB Ingenieurgesellschaft mbH
|
||||
Your partner for planning, project management, and the seamless documentation of complex construction projects.
|
||||
|
||||
## Contact Us
|
||||
|
||||
Would you like to learn more about our work? We look forward to hearing from you.
|
||||
<CallToAction
|
||||
title="Ready for Your Project?"
|
||||
description="We are always looking for new challenges and strong partners. Contact us for a non-binding consultation on your project."
|
||||
ctaLabel="Contact Us Now"
|
||||
ctaHref="/en/kontakt"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user