update solution page
This commit is contained in:
@@ -183,7 +183,7 @@ export default function StrategySection({ connected = false }: { connected?: boo
|
||||
<section
|
||||
ref={containerRef}
|
||||
className={`dm-st is-${pinState}${connected ? " is-connected" : ""}`}
|
||||
aria-label="Strategy — Happier Riders. Higher Fulfillment."
|
||||
aria-label="Strategy — Happier Fleet Drivers. Higher Fulfillment."
|
||||
>
|
||||
<div className="dm-st-sticky">
|
||||
<div className="dm-st-card">
|
||||
@@ -235,11 +235,11 @@ export default function StrategySection({ connected = false }: { connected?: boo
|
||||
|
||||
{/* STAGE 01 — INPUT (green) */}
|
||||
<StageCard i={0} scroll={scroll} side="left" active={active}>
|
||||
<h3 className="dm-st-pillar__title">Orders & riders enter the system</h3>
|
||||
<h3 className="dm-st-pillar__title">Orders & fleet drivers enter the system</h3>
|
||||
<p className="dm-st-anchor__lead">Orders are uploaded and matched against the available fleet, ready for assignment.</p>
|
||||
<div className="dm-st-anchor__chips">
|
||||
<span className="dm-st-anchor__chip">59 Orders</span>
|
||||
<span className="dm-st-anchor__chip">4 Riders</span>
|
||||
<span className="dm-st-anchor__chip">4 Drivers</span>
|
||||
<span className="dm-st-anchor__chip">Fleet ready</span>
|
||||
</div>
|
||||
</StageCard>
|
||||
@@ -258,7 +258,7 @@ export default function StrategySection({ connected = false }: { connected?: boo
|
||||
{/* STAGE 03 — SMART OPTIMIZATION (blue) */}
|
||||
<StageCard i={2} scroll={scroll} side="left" active={active}>
|
||||
<h3 className="dm-st-pillar__title">Routes optimized & validated</h3>
|
||||
<p className="dm-st-anchor__lead">Every route is solved for distance, then checked against battery range and delivery SLAs.</p>
|
||||
<p className="dm-st-anchor__lead">Every route is solved for distance, then checked against battery range and service SLAs.</p>
|
||||
<div className="dm-st-anchor__chips">
|
||||
<span className="dm-st-anchor__chip">Optimize</span>
|
||||
<span className="dm-st-anchor__chip">Battery</span>
|
||||
@@ -279,8 +279,8 @@ export default function StrategySection({ connected = false }: { connected?: boo
|
||||
|
||||
{/* STAGE 05 — STRATEGY COMPARISON (red, hero) */}
|
||||
<StageCard i={4} scroll={scroll} side="right" active={active}>
|
||||
<h3 className="dm-st-pillar__title">Happier riders. Higher fulfillment.</h3>
|
||||
<p className="dm-st-anchor__lead">EV Aware wins — the best fulfillment with feasible, battery-safe routes for every rider.</p>
|
||||
<h3 className="dm-st-pillar__title">Happier fleet drivers. Higher fulfillment.</h3>
|
||||
<p className="dm-st-anchor__lead">EV Aware wins — the best fulfillment with feasible, battery-safe routes for every fleet driver.</p>
|
||||
<div className="dm-st-anchor__chips">
|
||||
<span className="dm-st-anchor__chip dm-st-anchor__chip--win">🏆 EV Aware</span>
|
||||
<span className="dm-st-anchor__chip">88% Score</span>
|
||||
|
||||
Reference in New Issue
Block a user