GRV-Summit-Site/content/grants.ts
“kirukib” 1a710aa3c6
Some checks are pending
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Waiting to run
first commit + project setup
2026-05-20 11:57:21 +03:00

10 lines
407 B
TypeScript

/** Grant figures shown on site — amounts are placeholders until announced */
export const grantFundingCycle = [
{ display: "$XXXK", label: "Total grant pool" },
{ display: "$XXXK", label: "Per sector (Ag · Health · Ed)" },
{ display: "$XXXK", label: "Per finalist award" },
{ display: "10", label: "Companies selected", isCount: true },
] as const;
export const grantFundingDisplay = "$XXXK";