import EVSection, { type EVFeature, type EVStat } from "./EVSection"; // Placeholder banner — plain dark gradient, no photography (no ATR72/Q400 // or airport-hub imagery exists in the repo yet). Swap `bannerImage` for a // sourced photo later; this keeps the section shippable in the meantime. // EVSection embeds this value in an UNQUOTED CSS url(...). const METRICS: EVStat[] = [ { value: 8.2, decimals: 1, suffix: "t", label: "ATR72 Payload" }, { value: 1600, suffix: "km", label: "ATR72 Range" }, { value: 8.6, decimals: 1, suffix: "t", label: "Q400 Payload" }, { value: 667, suffix: "km/h", label: "Q400 Speed" }, ]; const FEATURES: EVFeature[] = [ { icon: ( ), title: "Dedicated Freighter Capacity", desc: "Purpose-built cargo lift, not passenger-belly space competing with baggage.", }, { icon: ( ), title: "Regional Route Design", desc: "Turboprop range and speed matched to India's major regional-capital corridors.", }, { icon: ( ), title: "Scaling to 25 Aircraft", desc: "Phase 2 vision: pan-India connectivity hubs and international regional routes.", }, ]; export default function WingsFleetStrategy() { return (