update image and about section
This commit is contained in:
@@ -12,7 +12,7 @@ const WS_STATS = [
|
||||
const WS_CARDS = [
|
||||
{
|
||||
title: "Women Leadership",
|
||||
desc: "Women driving decisions across operations, routing, and last-mile delivery every day.",
|
||||
desc: "Women shaping strategy and driving excellence across logistics operations.",
|
||||
icon: (
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round">
|
||||
<circle cx="12" cy="9" r="5" />
|
||||
@@ -22,7 +22,7 @@ const WS_CARDS = [
|
||||
},
|
||||
{
|
||||
title: "Entrepreneurship",
|
||||
desc: "Enabling women to build, own, and scale their own delivery businesses.",
|
||||
desc: "Women building sustainable businesses within the logistics ecosystem.",
|
||||
icon: (
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round">
|
||||
<rect x="3" y="7" width="18" height="13" rx="2" />
|
||||
@@ -32,7 +32,7 @@ const WS_CARDS = [
|
||||
},
|
||||
{
|
||||
title: "Innovation",
|
||||
desc: "Fresh thinking that reshapes how first and last-mile logistics actually work.",
|
||||
desc: "Women advancing logistics through practical ideas and operational insight.",
|
||||
icon: (
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round">
|
||||
<path d="M9 18h6M10 21h4" />
|
||||
@@ -42,7 +42,7 @@ const WS_CARDS = [
|
||||
},
|
||||
{
|
||||
title: "Community Growth",
|
||||
desc: "Local hiring and training that lifts entire neighbourhoods, not just routes.",
|
||||
desc: "Creating local opportunities through training, employment, and empowerment.",
|
||||
icon: (
|
||||
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.8" strokeLinecap="round" strokeLinejoin="round">
|
||||
<circle cx="9" cy="8" r="3" />
|
||||
@@ -117,14 +117,18 @@ export default function WomenSection() {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 14px;
|
||||
align-items: stretch;
|
||||
}
|
||||
#ws-stories .ws__card {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 168px;
|
||||
background: rgba(255,255,255,0.035);
|
||||
border: 1px solid rgba(255,255,255,0.08);
|
||||
border-radius: 16px;
|
||||
padding: 22px 20px;
|
||||
border-radius: 14px;
|
||||
padding: 20px;
|
||||
transition: transform 0.35s cubic-bezier(.25,1,.5,1), border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
|
||||
}
|
||||
#ws-stories .ws__card::after {
|
||||
@@ -148,31 +152,31 @@ export default function WomenSection() {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 44px; height: 44px;
|
||||
border-radius: 12px;
|
||||
width: 40px; height: 40px;
|
||||
border-radius: 11px;
|
||||
background: rgba(220,38,38,0.12);
|
||||
border: 1px solid rgba(220,38,38,0.25);
|
||||
color: #ef4444;
|
||||
margin-bottom: 14px;
|
||||
margin-bottom: 16px;
|
||||
transition: background-color 0.3s ease, color 0.3s ease;
|
||||
}
|
||||
#ws-stories .ws__card:hover .ws__card-icon { background: #dc2626; color: #fff; }
|
||||
#ws-stories .ws__card-icon svg { width: 22px; height: 22px; }
|
||||
#ws-stories .ws__card-icon svg { width: 21px; height: 21px; }
|
||||
#ws-stories .ws__card-title {
|
||||
color: #fff !important;
|
||||
font-weight: 900;
|
||||
font-size: 17px;
|
||||
letter-spacing: -0.01em;
|
||||
margin-bottom: 8px;
|
||||
font-weight: 800;
|
||||
font-size: 19px;
|
||||
line-height: 1.2;
|
||||
letter-spacing: 0;
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
#ws-stories .ws__card-desc {
|
||||
color: rgba(255,255,255,0.6) !important;
|
||||
font-size: 13.5px;
|
||||
line-height: 1.6;
|
||||
max-width: 28ch;
|
||||
color: rgba(255,255,255,0.66) !important;
|
||||
font-size: 15px;
|
||||
line-height: 1.52;
|
||||
margin: 0;
|
||||
font-weight: 900;
|
||||
font-size: 16px;
|
||||
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.elementor-element-778840d .logico-title {
|
||||
@@ -262,7 +266,7 @@ export default function WomenSection() {
|
||||
</div>
|
||||
|
||||
<div
|
||||
style={{ backgroundImage: "url(/images/bg-header-women.png)" }}
|
||||
style={{ backgroundImage: "url(/images/bg-header-women.webp)" }}
|
||||
className="elementor-element elementor-element-7da6646 e-con-full e-flex cut-corner-no sticky-container-off e-con e-child"
|
||||
data-id="7da6646"
|
||||
data-element_type="container"
|
||||
@@ -331,7 +335,7 @@ export default function WomenSection() {
|
||||
<div className="elementor-element elementor-element-bbfb67f elementor-widget elementor-widget-image" data-id="bbfb67f" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
|
||||
<div className="elementor-widget-container">
|
||||
<Image
|
||||
src="/images/bg-map-women.png"
|
||||
src="/images/bg-map-women.webp"
|
||||
alt="Women Map"
|
||||
width={626}
|
||||
height={692}
|
||||
|
||||
Reference in New Issue
Block a user