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 shaping strategy and driving excellence across logistics operations.", icon: ( ), }, { title: "Entrepreneurship", desc: "Women building sustainable businesses within the logistics ecosystem.", icon: ( ), }, { title: "Innovation", desc: "Women advancing logistics through practical ideas and operational insight.", icon: ( ), }, { title: "Community Growth", desc: "Creating local opportunities through training, employment, and empowerment.", icon: ( ), }, ]; export default function WomenSection() { return ( <>