Some checks failed
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Has been cancelled
Add a bottom cut-out panel with larger winner cards (four visible), move summit dates to Feb 21–22 2027, and limit demo Antebas to letters so symbols render via DM Sans. Co-authored-by: Cursor <cursoragent@cursor.com>
38 lines
1.2 KiB
TypeScript
38 lines
1.2 KiB
TypeScript
export const site = {
|
||
name: "Great Rift Valley Innovation Summit",
|
||
shortName: "GRV Summit",
|
||
tagline:
|
||
"Ethiopia's premier gathering for tech-enabled innovation in agriculture, healthcare, and education.",
|
||
presentedBy: "Ethiopian Diaspora Trust Fund (EDTF)",
|
||
dates: {
|
||
label: "21 Feb – 22 Feb 2027",
|
||
start: "2027-02-21",
|
||
end: "2027-02-22",
|
||
},
|
||
venue: {
|
||
name: "Skylight Hotel",
|
||
address: "Bole, Addis Ababa, Ethiopia",
|
||
mapsUrl: "https://maps.google.com/?q=Skylight+Hotel+Addis+Ababa",
|
||
lat: 8.9806,
|
||
lng: 38.7578,
|
||
},
|
||
links: {
|
||
ticketsUrl: "/payment",
|
||
pitchApplyUrl: "/pitch-competition",
|
||
legacySite: "https://grvsummit.com/",
|
||
calendarIcs: "/calendar",
|
||
},
|
||
social: {
|
||
tiktok: "https://www.tiktok.com/@grvsummit",
|
||
linkedin: "https://www.linkedin.com/company/grv-summit",
|
||
facebook: "https://www.facebook.com/grvsummit",
|
||
instagram: "https://www.instagram.com/grvsummit",
|
||
},
|
||
stats: [
|
||
{ type: "static", value: "500+", label: "Attendees" },
|
||
{ type: "cycling", label: "Grant funding" },
|
||
{ type: "static", value: "10", label: "Companies selected" },
|
||
{ type: "static", value: "3", label: "Innovation sectors" },
|
||
],
|
||
} as const;
|