update solution page
This commit is contained in:
@@ -343,7 +343,7 @@ function DashboardPanel({
|
||||
}
|
||||
|
||||
export default function EVSection({
|
||||
bannerImage = "/images/bg-header-5.webp",
|
||||
bannerImage = "/images/ev.webp",
|
||||
cardNumber = "",
|
||||
cardTitle = "EV Logistics",
|
||||
cardSubtitle = "Cleaner miles, lower costs",
|
||||
@@ -351,7 +351,7 @@ export default function EVSection({
|
||||
titleLead = "BUILT FOR ELECTRIC. ",
|
||||
titleAccent = "NOT ADAPTED.",
|
||||
features = DEFAULT_FEATURES,
|
||||
image = "/images/premium-ev-van.webp",
|
||||
image = "/images/ev.webp",
|
||||
imageAlt = "DoorMile electric fleet van",
|
||||
badges = DEFAULT_BADGES,
|
||||
stats = DEFAULT_STATS,
|
||||
@@ -768,20 +768,30 @@ export default function EVSection({
|
||||
.evnd-feature__icon-container {
|
||||
width: 48px; height: 48px;
|
||||
display: flex; align-items: center; justify-content: center;
|
||||
background: rgba(255,255,255,0.03);
|
||||
border: 1px solid rgba(255,255,255,0.08);
|
||||
background: rgba(239, 68, 68, 0.14);
|
||||
border: 1px solid rgba(239, 68, 68, 0.35);
|
||||
border-radius: 12px;
|
||||
transition: background-color 0.3s ease, border-color 0.3s ease;
|
||||
color: #ef4444 !important;
|
||||
transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
|
||||
}
|
||||
.evnd-feature:hover .evnd-feature__icon-container {
|
||||
background: rgba(239,68,68,0.08);
|
||||
border-color: rgba(239,68,68,0.25);
|
||||
background: rgba(239, 68, 68, 0.25);
|
||||
border-color: rgba(239, 68, 68, 0.6);
|
||||
color: #ff5555 !important;
|
||||
}
|
||||
|
||||
.evnd-icon {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
display: block;
|
||||
color: #ef4444 !important;
|
||||
stroke: #ef4444 !important;
|
||||
}
|
||||
.evnd-icon path,
|
||||
.evnd-icon circle,
|
||||
.evnd-icon polygon,
|
||||
.evnd-icon rect {
|
||||
stroke: #ef4444 !important;
|
||||
}
|
||||
|
||||
.evnd-feature__title {
|
||||
@@ -1297,7 +1307,7 @@ export default function EVSection({
|
||||
data-settings='{"background_background":"classic"}'
|
||||
style={{
|
||||
backgroundPosition: "center 0px",
|
||||
backgroundImage: `url(${bannerImage})`,
|
||||
backgroundImage: `url("${encodeURI(bannerImage)}")`,
|
||||
backgroundSize: "cover",
|
||||
backgroundRepeat: "no-repeat",
|
||||
position: "relative",
|
||||
|
||||
Reference in New Issue
Block a user