Some checks are pending
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Waiting to run
20 lines
953 B
TypeScript
20 lines
953 B
TypeScript
export const pitchCompetition = {
|
|
headline: "Non-dilutive grant funding up to $XXXK",
|
|
subheadline: "10 companies will be selected across Education, Health, and Agriculture",
|
|
description:
|
|
"The Great Rift Valley Pitch Competition supports early- and growth-stage ventures tackling Ethiopia's most pressing challenges in three critical sectors. Grants are non-dilutive—founders retain full ownership.",
|
|
criteria: [
|
|
"Innovation addressing Agriculture, Health, or Education",
|
|
"Demonstrable impact potential in Ethiopia",
|
|
"Scalable business model with clear traction or pathway",
|
|
"Strong founding team and execution capability",
|
|
"Alignment with EDTF mission and summit values",
|
|
],
|
|
timeline: [
|
|
{ phase: "Applications open", date: "TBA" },
|
|
{ phase: "Shortlist announced", date: "TBA" },
|
|
{ phase: "Final pitch day", date: "Summit Day 2" },
|
|
{ phase: "Grant recipients announced", date: "At summit" },
|
|
],
|
|
};
|