GRV-Summit-Site/content/page-seo.ts
kirukib 03d439e97b
Some checks failed
Deploy to Cloudflare Workers (OpenNext) / deploy (push) Has been cancelled
Update hero alumni strip, 2027 dates, and Antebas font loading.
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>
2026-06-10 00:25:43 +03:00

70 lines
2.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/** Per-route SEO copy — used with createPageMetadata() */
export const pageSeo = {
home: {
title: "Great Rift Valley Innovation Summit",
description:
"Ethiopia's premier innovation summit for agriculture, healthcare, and education. 21 Feb 22 Feb 2027 at Skylight Hotel, Addis Ababa. Tickets, pitch grants, and partnerships.",
path: "/",
},
program: {
title: "Program",
description:
"Summit agenda: keynotes, panels, workshops, and pitch finals across agriculture, healthcare, and education innovation.",
path: "/program",
},
speakers: {
title: "Lineup",
description:
"Meet speakers and innovators at the Great Rift Valley Innovation Summit in Addis Ababa.",
path: "/speakers",
},
pitch: {
title: "Pitch Competition",
description:
"Apply to pitch at GRV Summit. Grant funding for startups in agriculture, healthcare, and education — 10 companies selected.",
path: "/pitch-competition",
},
partners: {
title: "Partners",
description:
"Sponsors, exhibitors, and partners powering the Great Rift Valley Innovation Summit. Request partnership information.",
path: "/partners",
},
exhibit: {
title: "Exhibit",
description:
"Reserve an exhibitor booth at GRV Summit. Showcase products and connect with investors and ecosystem leaders.",
path: "/exhibit",
},
sponsor: {
title: "Sponsor",
description:
"Sponsor the Great Rift Valley Innovation Summit and align your brand with Ethiopia's innovation ecosystem.",
path: "/sponsor",
},
contact: {
title: "Contact",
description:
"Contact the GRV Summit team for tickets, partnerships, media, and general inquiries.",
path: "/contact",
},
payment: {
title: "Tickets",
description:
"Buy Summit, VIP, or Cocktail Pass tickets for the Great Rift Valley Innovation Summit.",
path: "/payment",
},
paymentSuccess: {
title: "Order Confirmed",
description: "Your GRV Summit ticket order has been received.",
path: "/payment/success",
noIndex: true,
},
privacy: {
title: "Privacy Policy",
description:
"How GRV Summit and the Ethiopian Diaspora Trust Fund collect, use, and protect your personal information.",
path: "/privacy",
},
} as const;