import React from "react"; import Image from "next/image"; import { ScrollReveal, StaggerChildren } from "@/animations/Reveal"; import IndustryWorldMap from "./IndustryWorldMap"; const WS_STATS = [ { value: "500", plus: "+", label: "Women Partners" }, { value: "35", plus: "+", label: "Cities" }, { value: "10K", plus: "+", label: "Deliveries" }, ]; const WS_CARDS = [ { title: "Women Leadership", desc: "Women driving decisions across operations, routing, and last-mile delivery every day.", icon: ( ), }, { title: "Entrepreneurship", desc: "Enabling women to build, own, and scale their own delivery businesses.", icon: ( ), }, { title: "Innovation", desc: "Fresh thinking that reshapes how first and last-mile logistics actually work.", icon: ( ), }, { title: "Community Growth", desc: "Local hiring and training that lifts entire neighbourhoods, not just routes.", icon: ( ), }, ]; export default function WomenSection() { return ( <>