diff --git a/components/blocks/SubCompanyTiles.tsx b/components/blocks/SubCompanyTiles.tsx index eba97e236..4d97bdabe 100644 --- a/components/blocks/SubCompanyTiles.tsx +++ b/components/blocks/SubCompanyTiles.tsx @@ -18,47 +18,25 @@ interface SubCompanyTilesProps { alt?: string; } | any; }[]; - data?: { - badge?: string; - title?: string; - companies?: { - title?: string; - description?: string; - icon?: string; - url?: string; - backgroundImage?: { - url?: string; - alt?: string; - } | any; - }[]; - }; + data?: any; } const defaultCompanies = [ { title: 'E-TIB GmbH', - desc: 'Ausführung elektrischer Infrastrukturprojekte und komplexer Tiefbaumaßnahmen.', icon: 'M13 10V3L4 14h7v7l9-11h-7z', - bgImage: '/assets/photos/DJI_0243.JPG', + url: 'https://www.e-tib.com/', }, { - title: 'Bohrtechnik GmbH', - desc: 'Präzise Horizontalbohrungen und steuerbare Spülbohrtechnik in allen Bodenklassen.', - icon: 'M2 12a10 10 0 1 0 20 0 10 10 0 1 0-20 0zm10-8v16m-8-8h16', - bgImage: '/assets/photos/DSC08653.JPG', - }, - { - title: 'Ingenieurgesellschaft', - desc: 'Fachübergreifende Planung, Projektierung und digitale Dokumentation von Leitungsnetzen.', + title: 'E-TIB Ingenieurgesellschaft mbH', icon: 'M14 2H6a2 2 0 0 0-2 2v16c0 1.1.9 2 2 2h12a2 2 0 0 0 2-2V8l-6-6z M14 3v5h5 M16 13H8 M16 17H8 M10 9H8', - bgImage: '/assets/photos/DSC01137.JPG', + url: 'https://www.etib-ing.com/', }, { - title: 'Verwaltung GmbH', - desc: 'Zentrale Koordination, moderner Einkauf und effizientes Finanzmanagement der Gruppe.', - icon: 'M3 21h18 M3 7h18 M5 21V7 M19 21V7 M9 21v-5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v5 M12 3v4', - bgImage: '/assets/photos/DJI_0037.JPG', - }, + title: 'NEMO GmbH', + 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/', + } ]; const containerVariants: Variants = { @@ -66,49 +44,36 @@ const containerVariants: Variants = { visible: { opacity: 1, transition: { - staggerChildren: 0.15, + staggerChildren: 0.1, }, }, }; const itemVariants: Variants = { - hidden: { opacity: 0, y: 30 }, - visible: { opacity: 1, y: 0, transition: { duration: 0.8, ease: [0.16, 1, 0.3, 1] } }, + hidden: { opacity: 0, y: 15 }, + visible: { opacity: 1, y: 0, transition: { duration: 0.5, ease: [0.16, 1, 0.3, 1] } }, }; export function SubCompanyTiles(props: SubCompanyTilesProps) { const { data } = props; - const badge = props.badge || data?.badge || 'Die Gruppe'; - const title = props.title || data?.title || 'Geballte Kompetenz unter einem Dach'; const rawCompanies = props.companies || data?.companies; - const companiesData = rawCompanies?.map(c => ({ + const companiesData = rawCompanies?.map((c: any) => ({ title: c.title, - desc: c.description, url: c.url, icon: c.icon || 'M13 10V3L4 14h7v7l9-11h-7z', - bgImage: c.backgroundImage?.url || c.backgroundImage || '/assets/photos/DJI_0243.JPG', })) || defaultCompanies; - const gridColsClass = companiesData.length === 3 - ? "grid-cols-1 lg:grid-cols-3" - : "grid-cols-1 md:grid-cols-2 lg:grid-cols-4"; - return ( -
+
-
-

{badge}

-

{title}

-
- - {companiesData.map((company, index) => { + {companiesData.map((company: any, index: number) => { const CardWrapper = company.url ? 'a' : 'div'; const wrapperProps = company.url ? { href: company.url, target: "_blank", rel: "noopener noreferrer" } : {}; @@ -120,41 +85,16 @@ export function SubCompanyTiles(props: SubCompanyTilesProps) { > -
- {company.title -
- - {/* Premium Dark Gradient, lighter this time */} -
- -
-
- - - -
- -
-

{company.title}

-

- {company.desc} -

- {company.url && ( -
- Website Besuchen - -
- )} -
+
+ + +
+

+ {company.title} +

); @@ -164,4 +104,3 @@ export function SubCompanyTiles(props: SubCompanyTilesProps) {
); } - diff --git a/content/de/home.mdx b/content/de/home.mdx index 2ce9f2461..41c51c5b8 100644 --- a/content/de/home.mdx +++ b/content/de/home.mdx @@ -4,7 +4,7 @@ description: Willkommen bei E-TIB GmbH --- -
-
-
-
-

Willkommen bei E-TIB

-

- Wir sind die Experten für Kabeltiefbau -

-
-
-
-

- Die E-TIB GmbH ist ein leistungsfähiger und moderner Anbieter von technischen Dienstleistungen im Bereich Tiefbauarbeiten, Horizontalspülbohrungen, Kabelpflugarbeiten, Leitungsverlegung und Kabelmontagen. Das Unternehmen wurde 2015 im brandenburgischen Guben gegründet und seitdem konsequent weiterentwickelt. -

-

- Heute führen wir mit über 50 Mitarbeitern bundesweite Bauleistungen für Industrie, Telekommunikationsanbieter und Stromversorgungsunternehmen durch. Unsere qualifizierten Teams stellen mit einem modern ausgestatteten Maschinenpark die Zufriedenheit unserer Kunden sicher – mit Kompetenz, Sorgfalt und Termintreue. -

-
-
-
-
- +
+
+
+
+

Willkommen bei E-TIB

+

+ Wir sind die Experten für Kabeltiefbau +

+
+
+
+
+ Die E-TIB GmbH ist ein leistungsfähiger und moderner Anbieter von technischen Dienstleistungen im Bereich Tiefbauarbeiten, Horizontalspülbohrungen, Kabelpflugarbeiten, Leitungsverlegung und Kabelmontagen. Das Unternehmen wurde 2015 im brandenburgischen Guben gegründet und seitdem konsequent weiterentwickelt. +
+
+ Heute führen wir mit über 50 Mitarbeitern bundesweite Bauleistungen für Industrie, Telekommunikationsanbieter und Stromversorgungsunternehmen durch. Unsere qualifizierten Teams stellen mit einem modern ausgestatteten Maschinenpark die Zufriedenheit unserer Kunden sicher – mit Kompetenz, Sorgfalt und Termintreue. +
+
+
+
+
+ + +

Karriere bei E-TIB

-

+

Die E-TIB GmbH wurde 2015 aus der Motivation gegründet, hochwertige Leistungen für unsere Kunden sowie faire Entlohnung für unsere Mitarbeiter zu ermöglichen. Neben der Entlohnung steht für uns die Wertschätzung jedes einzelnen Mitarbeiters an oberster Stelle. -

+

Wir bieten unseren Mitarbeitern:

    @@ -39,9 +39,9 @@ layout: "fullBleed"
  • familiäres Betriebsklima mit betrieblich organisierten Veranstaltungen
-

+

Unsere erfolgreiche Unternehmensentwicklung ermöglicht uns kontinuierlich neue Arbeitskräfte einzustellen. Wir sind immer auf der Suche nach engagierten und motivierten Mitarbeitern. Werden Sie auch ein Teil unseres Teams. Schauen Sie sich unsere offenen Stellen an oder bewerben Sie sich initiativ. -

+
diff --git a/content/de/kompetenzen.mdx b/content/de/kompetenzen.mdx index 0fcef423a..dff7a76a9 100644 --- a/content/de/kompetenzen.mdx +++ b/content/de/kompetenzen.mdx @@ -60,12 +60,12 @@ layout: "fullBleed" Keine Kompromisse am Bau
-

+

Auf vielen Baustellen werden zunehmend Billiganbieter eingesetzt. Sicherheitsstandards und Dokumentationsanforderungen werden oft missachtet. Daraus resultieren Unfälle, defekte Fremdleitungen und teure Bauverzögerungen. -

-

+

+
Wir arbeiten anders. Durch unsere langjährige Erfahrung erkennen wir Problemstellungen frühzeitig und erarbeiten sichere Lösungen. Unterstützt durch unser Partner-Ingenieurbüro bieten wir Planung, Ausführung und Dokumentation auf höchstem Niveau. -

+
diff --git a/content/de/ueber-uns.mdx b/content/de/ueber-uns.mdx index 905a60ee6..e88bb560f 100644 --- a/content/de/ueber-uns.mdx +++ b/content/de/ueber-uns.mdx @@ -25,12 +25,12 @@ layout: "fullBleed" Infrastruktur für die Energie von morgen
-

+

Seit unserer Gründung im Jahr 2015 in Guben haben wir es uns zur Aufgabe gemacht, den Ausbau der kritischen Infrastruktur in Deutschland aktiv mitzugestalten. -

-

+

+
Mit über 50 engagierten Fachkräften und einem hochmodernen Maschinenpark meistern wir selbst anspruchsvollste Projekte im Kabelleitungstiefbau, der Spülbohrtechnik und der Netzmontage. Verlässlichkeit, Termintreue und höchste Qualitätsstandards sind dabei unser Fundament. -

+
diff --git a/content/en/home.mdx b/content/en/home.mdx index 346ea470c..992fda570 100644 --- a/content/en/home.mdx +++ b/content/en/home.mdx @@ -4,7 +4,7 @@ description: Welcome to E-TIB GmbH --- -
-
-
-
-

Welcome to E-TIB

-

- We are the Experts for Cable Construction -

-
-
-
-

- E-TIB GmbH is a capable and modern provider of technical services in the field of civil engineering, horizontal directional drilling, cable plowing, pipeline installation, and cable assembly. The company was founded in 2015 in Guben, Brandenburg, and has been consistently developed ever since. -

-

- Today, with over 50 employees, we carry out nationwide construction services for industry, telecommunications providers, and energy utility companies. Our qualified teams ensure the satisfaction of our customers with a modern machinery park – with competence, care, and adherence to deadlines. -

-
-
-
-
- +
+
+
+
+

Welcome to E-TIB

+

+ We are the Experts for Cable Construction +

+
+
+
+
+ E-TIB GmbH is a capable and modern provider of technical services in the field of civil engineering, horizontal directional drilling, cable plowing, pipeline installation, and cable assembly. The company was founded in 2015 in Guben, Brandenburg, and has been consistently developed ever since. +
+
+ Today, with over 50 employees, we carry out nationwide construction services for industry, telecommunications providers, and energy utility companies. Our qualified teams ensure the satisfaction of our customers with a modern machinery park – with competence, care, and adherence to deadlines. +
+
+
+
+
+ + +

Careers at E-TIB

-

+

E-TIB GmbH was founded in 2015 out of the motivation to enable high-quality services for our customers as well as fair remuneration for our employees. In addition to remuneration, the appreciation of each individual employee is our top priority. -

+

We offer our employees:

    @@ -54,9 +54,9 @@ layout: "fullBleed"
  • Family atmosphere with company-organized events
-

+

Our successful corporate development enables us to continuously hire new workers. We are always looking for committed and motivated employees. Become a part of our team. Take a look at our open positions or apply speculatively. -

+
diff --git a/content/en/kompetenzen.mdx b/content/en/kompetenzen.mdx index 6f3b8a7c5..03c644a17 100644 --- a/content/en/kompetenzen.mdx +++ b/content/en/kompetenzen.mdx @@ -22,12 +22,12 @@ layout: "fullBleed" No compromises in construction
-

+

Everywhere you look, digging and drilling are happening, but unfortunately, many things go wrong. Safety standards and documentation requirements are often ignored. This results in accidents, damaged external lines, and expensive construction delays. -

-

+

+
We work differently. Through our many years of experience, we identify problems early and develop safe solutions. Supported by our partner engineering firm, we offer planning, execution, and documentation at the highest level. -

+
{/* Panel 1 */}
diff --git a/content/en/ueber-uns.mdx b/content/en/ueber-uns.mdx index 3f7fcc642..7d5e63254 100644 --- a/content/en/ueber-uns.mdx +++ b/content/en/ueber-uns.mdx @@ -25,12 +25,12 @@ layout: "fullBleed" Infrastructure for the Energy of Tomorrow
-

+

Since our foundation in 2015 in Guben, we have made it our mission to actively shape the expansion of critical infrastructure. -

-

+

+
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. -

+