update doormilewings card image update
This commit is contained in:
@@ -61,29 +61,29 @@ export default function WingsFleetStrategy() {
|
||||
metrics={METRICS}
|
||||
cardsHeading="FLEET SPECIFICATIONS"
|
||||
cardsTheme={{ accent: "#c8102e", accent2: "#ff6a3d", glow: "rgba(200,16,46,0.22)" }}
|
||||
gapTop
|
||||
gapBottom
|
||||
badges={[
|
||||
{ value: "3", label: "Phase 1 Aircraft" },
|
||||
{ value: "25", label: "Phase 2 Vision" },
|
||||
]}
|
||||
mediaSlot={
|
||||
<div
|
||||
<video
|
||||
autoPlay
|
||||
loop
|
||||
muted
|
||||
playsInline
|
||||
style={{
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
minHeight: 420,
|
||||
background: "linear-gradient(150deg, #17171b 0%, #0b0b0d 100%)",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
objectFit: "cover",
|
||||
display: "block",
|
||||
background: "#17171b"
|
||||
}}
|
||||
aria-hidden="true"
|
||||
>
|
||||
{/* Placeholder — swap for sourced ATR72/Q400 photography or a
|
||||
designed illustration once available. */}
|
||||
<svg width="88" height="88" viewBox="0 0 24 24" fill="none" stroke="rgba(255,255,255,0.15)" strokeWidth="1.5" strokeLinecap="round" strokeLinejoin="round">
|
||||
<path d="M22 12h-6l-4-9-2 1 3 8H5l-2-3-1.5.6L3 14l1.5 4.4L6 18l-2-3h8l3 8 2-1-3-8h6z" />
|
||||
</svg>
|
||||
</div>
|
||||
<source src="/videos/fleet.mp4" type="video/mp4" />
|
||||
</video>
|
||||
}
|
||||
ariaLabel="Doormile Wings fleet strategy"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user