Some checks are pending
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Waiting to run
41 lines
929 B
TypeScript
41 lines
929 B
TypeScript
export const pillars = [
|
|
{
|
|
id: "agriculture",
|
|
title: "Agriculture",
|
|
description:
|
|
"Tech-enabled solutions transforming Ethiopia's agricultural productivity, supply chains, and rural livelihoods.",
|
|
},
|
|
{
|
|
id: "health",
|
|
title: "Healthcare",
|
|
description:
|
|
"Innovations improving access, quality, and outcomes across Ethiopia's health systems and communities.",
|
|
},
|
|
{
|
|
id: "education",
|
|
title: "Education",
|
|
description:
|
|
"Ventures expanding learning opportunities and workforce readiness through technology and new models.",
|
|
},
|
|
];
|
|
|
|
export const topicChips = [
|
|
"Agriculture",
|
|
"Healthcare",
|
|
"Education",
|
|
"Venture Capital",
|
|
"Grant Funding",
|
|
"Startup Growth",
|
|
"Diaspora Investment",
|
|
"Innovation Policy",
|
|
"Exhibitors",
|
|
"Pitch Competition",
|
|
"Workshops",
|
|
"Networking",
|
|
"Impact Investing",
|
|
"Entrepreneurship",
|
|
"EdTech",
|
|
"AgriTech",
|
|
"HealthTech",
|
|
];
|