import { ScrollReveal, StaggerChildren } from "@/animations/Reveal"; const STEPS = [ { step: "01", title: "Apply", desc: "Submit your venture idea and tell us about your entrepreneurial vision." }, { step: "02", title: "Discovery", desc: "Identify the right market opportunity and validate your business model." }, { step: "03", title: "Build", desc: "Develop your enterprise with ecosystem support, mentorship, and partnerships." }, { step: "04", title: "Launch", desc: "Go to market with strategic backing, industry connections, and operational infrastructure." }, { step: "05", title: "Scale", desc: "Grow your team, expand operations, and lead your enterprise to sustainable impact." }, ]; export default function EmpowermentHowItWorks() { return ( <>