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

@@ -435,6 +435,7 @@ header .container {
.hero {
padding: 0 !important;
min-height: auto !important;
display: block !important;
}
.hero-bg {
@@ -449,7 +450,7 @@ header .container {
.hero-content {
background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
padding: var(--spacing-2xl) var(--spacing-lg);
text-align: center;
text-align: left !important;
order: 2;
}
@@ -458,6 +459,7 @@ header .container {
line-height: 1.15;
margin-bottom: var(--spacing-md);
letter-spacing: -0.03em;
text-align: left !important;
}
.hero-content p {
@@ -465,13 +467,16 @@ header .container {
line-height: 1.6;
margin-bottom: var(--spacing-xl);
color: #4b5563;
text-align: left !important;
max-width: none !important;
}
.hero-actions {
justify-content: center;
justify-content: flex-start !important;
flex-direction: column;
width: 100%;
gap: var(--spacing-md) !important;
align-items: flex-start !important;
}
.hero-actions .secondary-link {