Add new sector layout and shortcodes, update value card icons, and replace customer logos

- Created a new sector layout file for main content display.
- Added a sector-section shortcode for a features section with customizable title and description.
- Updated value card shortcode to support image icons and SVG icons.
- Added multiple new logo images for various clients and removed outdated customer logos.
This commit is contained in:
Boris Waaub
2026-02-19 16:12:14 +01:00
parent c5042105f9
commit 5bd6f6047b
41 changed files with 330 additions and 127 deletions

View File

@@ -2565,10 +2565,6 @@ body {
flex-grow: 1;
}
.grow {
flex-grow: 1;
}
.-translate-x-1\/2 {
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -2595,10 +2591,6 @@ body {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
flex-direction: column;
}
@@ -2931,21 +2923,21 @@ body {
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-blue-50 {
--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-600 {
--tw-gradient-from: #bd370a var(--tw-gradient-from-position);
--tw-gradient-to: rgb(189 55 10 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-50 {
--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
.from-secondary-50 {
--tw-gradient-from: #ddeef6 var(--tw-gradient-from-position);
--tw-gradient-to: rgb(221 238 246 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-secondary-50 {
--tw-gradient-to: rgb(221 238 246 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), #ddeef6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-primary-700 {
@@ -3042,11 +3034,6 @@ body {
padding-bottom: 0.5rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
@@ -4643,10 +4630,6 @@ body {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:flex-row {
flex-direction: row;
}