import EmpowermentHero from "@/components/sections/EmpowermentHero"; import EmpowermentVision from "@/components/sections/EmpowermentVision"; import EmpowermentStory from "@/components/sections/EmpowermentStory"; import WomenSection from "@/components/sections/WomenSection"; import EmpowermentPrograms from "@/components/sections/EmpowermentPrograms"; import EmpowermentImpact from "@/components/sections/EmpowermentImpact"; import EmpowermentHowItWorks from "@/components/sections/EmpowermentHowItWorks"; import EmpowermentStories from "@/components/sections/EmpowermentStories"; import EmpowermentPartners from "@/components/sections/EmpowermentPartners"; import EmpowermentCTA from "@/components/sections/EmpowermentCTA"; const WINGS_WOMEN_STATS = [ { value: "500", plus: "+", label: "Women Founders" }, { value: "35", plus: "+", label: "Cities Active" }, { value: "100", plus: "+", label: "Enterprises Launched" }, ]; const WINGS_WOMEN_CARDS = [ { title: "Venture Building", desc: "End-to-end support for women launching logistics enterprises — from ideation to market entry.", icon: ( ), }, { title: "Entrepreneurship", desc: "Women building, owning, and scaling sustainable businesses within the logistics ecosystem.", icon: ( ), }, { title: "Founder Networks", desc: "Peer communities and strategic connections that accelerate growth and open new markets.", icon: ( ), }, { title: "Enterprise Leadership", desc: "Strategic decision-making, operational excellence, and vision-driven leadership for women founders.", icon: ( ), }, ]; export const metadata = { title: "Doormile Wings — Women Entrepreneurship Initiative", description: "Doormile Wings empowers women to build, own, and lead enterprises within the logistics ecosystem through strategic partnerships, founder networks, and entrepreneurial infrastructure.", alternates: { canonical: "https://doormile.com/empowerment", }, openGraph: { title: "Doormile Wings — Women Entrepreneurship Initiative", description: "An entrepreneurial ecosystem empowering women to launch, grow, and lead logistics enterprises with strategic partnerships and industry collaboration.", url: "https://doormile.com/empowerment", siteName: "Doormile", type: "website", images: [ { url: "https://doormile.com/images/wings-logo.png", width: 1200, height: 630, alt: "Doormile Wings — Women Entrepreneurship Initiative", }, ], }, twitter: { card: "summary_large_image", title: "Doormile Wings — Women Entrepreneurship Initiative", description: "An entrepreneurial ecosystem empowering women to launch, grow, and lead logistics enterprises with strategic partnerships and industry collaboration.", images: ["https://doormile.com/images/wings-logo.png"], }, }; export default function EmpowermentPage() { return (