import Link from "next/link"; import { ScrollReveal } from "@/animations/Reveal"; const PARTNER_TYPES = [ { title: "Industry Partners", desc: "Strategic alliances with logistics operators, supply chain leaders, and distribution networks that open doors for women-led enterprises.", }, { title: "Technology Partners", desc: "Platforms, tools, and infrastructure that give founders the operational edge to compete and scale efficiently.", }, { title: "Community Networks", desc: "Founder communities, women's business networks, and ecosystem builders who extend reach and amplify impact.", }, { title: "Investment Partners", desc: "Funding access, grant programs, angel networks, and capital partners aligned with women-led enterprise growth.", }, ]; export default function EmpowermentPartners() { return ( <>