update
Some checks failed
Build & Deploy KLZ Cables / deploy (push) Failing after 34s

This commit is contained in:
2026-01-21 13:57:16 +01:00
parent b1c52ad1b3
commit 104018158a
10 changed files with 352 additions and 315 deletions

View File

@@ -9,16 +9,17 @@ const Home = () => (
minHeight: 'clamp(70vh, 80vh, 90vh)',
display: 'flex',
alignItems: 'center',
background: 'linear-gradient(to right, rgba(255,255,255,0.95) 40%, rgba(255,255,255,0.7) 100%), url("/media/27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp")',
background: 'linear-gradient(to right, rgba(255,255,255,0.95) 50%, rgba(255,255,255,0.7) 100%), url("/media/cables/HS Kabel 2.jpg")',
backgroundSize: 'cover',
backgroundPosition: 'center',
position: 'relative',
overflow: 'hidden',
padding: 'clamp(2rem, 6vw, 4rem) 0'
padding: 'clamp(2rem, 6vw, 4rem) 0',
justifyContent: 'flex-start'
}}
>
<div className="container" style={{ position: 'relative', zIndex: 1 }}>
<div className="hero-content" style={{ maxWidth: '700px' }}>
<div className="container" style={{ position: 'relative', zIndex: 1, margin: '0 auto', display: 'flex', justifyContent: 'flex-start', paddingLeft: 0 }}>
<div className="hero-content" style={{ maxWidth: '700px', textAlign: 'left', paddingLeft: 0, marginLeft: 0 }}>
<span className="badge">Engineering Excellence</span>
<h1 style={{ marginBottom: 'var(--spacing-lg)' }}>
Spezialisierter Partner für Energiekabelprojekte
@@ -30,7 +31,7 @@ const Home = () => (
lineHeight: 1.6,
maxWidth: '600px'
}}>
Herstellerneutrale technische Mit-Begleitung ihrer Projekte für Mittel - und Hochspannungsnetze bis zu 110 kV
Herstellerneutrale technische Beratung ihrer Projekte für Mittel - und Hochspannungsnetze bis zu 110 kV
</p>
<div className="hero-actions" style={{
display: 'flex',
@@ -115,7 +116,7 @@ const Home = () => (
gap: 'clamp(2rem, 6vw, 4rem)'
}}>
<img
src="/media/27158-power-grid-station-electrical-distribution-statio-2023-11-27-05-25-36-utc-scaled.webp"
src="/media/cables/HS Kabel.png"
alt="Technical Engineering and Cable Infrastructure"
className="split-img"
style={{
@@ -288,7 +289,7 @@ const Home = () => (
overflow: 'hidden'
}}
>
<div className="container" style={{ position: 'relative', zIndex: 1, textAlign: 'center' }}>
<div className="container" style={{ position: 'relative', zIndex: 1, textAlign: 'left' }}>
<h2
className="no-underline"
style={{
@@ -298,7 +299,8 @@ const Home = () => (
marginBottom: 'var(--spacing-lg)',
fontSize: 'clamp(1.5rem, 6vw, 2.5rem)',
lineHeight: 1.2,
position: 'relative'
position: 'relative',
textAlign: 'left'
}}
>
Bereit für Ihr nächstes Projekt?
@@ -308,8 +310,9 @@ const Home = () => (
marginBottom: 'var(--spacing-2xl)',
fontSize: 'clamp(1rem, 2.5vw, 1.1rem)',
maxWidth: '700px',
margin: '0 auto var(--spacing-2xl)',
lineHeight: 1.65
margin: '0 0 var(--spacing-2xl) 0',
lineHeight: 1.65,
textAlign: 'left'
}}>
Lassen Sie uns gemeinsam die optimale Lösung für Ihre Energieinfrastruktur finden.
</p>