import Link from "next/link"; import { ScrollReveal } from "@/animations/Reveal"; import IndustryWorldMap from "./IndustryWorldMap"; const PROGRAMS = [ { title: "Venture Launchpad", desc: "Business model validation, market entry strategy, entity formation, and go-to-market execution for women-led logistics enterprises.", type: "Start building", }, { title: "Strategic Partnerships", desc: "Direct access to supply chain networks, B2B relationships, industry alliances, and commercial agreements that accelerate growth.", type: "Connect and grow", }, { title: "Founder Mentorship", desc: "One-on-one guidance from established entrepreneurs, operators, and investors who understand what it takes to scale.", type: "Learn from builders", }, { title: "Growth & Scale", desc: "Operational expansion frameworks, team building, funding readiness, and sustainable unit economics for ventures ready to grow.", type: "Scale with confidence", }, { title: "Industry Immersion", desc: "Real exposure to logistics operations, supply chain infrastructure, and distribution networks before founders commit to a vertical.", type: "See the opportunity", }, ]; export default function EmpowermentPrograms() { return ( <>