diff --git a/scripts/generate-people-data.js b/scripts/generate-people-data.js index 7ec1bbf..d7633e9 100644 --- a/scripts/generate-people-data.js +++ b/scripts/generate-people-data.js @@ -57,6 +57,8 @@ export interface PersonData { imageUrl: string xUrl: string linkedinUrl: string + tags?: string[] + note?: string } // Function to dynamically get all people data diff --git a/src/components/VenturesGeomind.tsx b/src/components/VenturesGeomind.tsx index 3787080..31bb897 100644 --- a/src/components/VenturesGeomind.tsx +++ b/src/components/VenturesGeomind.tsx @@ -51,15 +51,15 @@ export function VenturesGeomind() {
- +
-

Malte Geierhos

-

CTO

+

Sacha Obeegadoo

+

COO

diff --git a/src/components/people/People_Sacha_Obeegadoo.tsx b/src/components/people/People_Sacha_Obeegadoo.tsx index 9a4c204..75baed5 100644 --- a/src/components/people/People_Sacha_Obeegadoo.tsx +++ b/src/components/people/People_Sacha_Obeegadoo.tsx @@ -3,7 +3,7 @@ import { PersonTemplate } from '@/components/PersonTemplate' export const data = [ { name: 'Sacha Obeegadoo', - role: 'COO', + role: 'COO, Geomind', imageUrl: '/images/people/sacha_obeegadoo/sacha_obeegadoo.jpg', xUrl: '#', linkedinUrl: 'https://www.linkedin.com/in/sachaobeegadoo/', @@ -16,7 +16,7 @@ const biography = ` Sacha is a mission-driven strategist, storyteller, and connector working to accelerate the transition toward decentralised, inclusive, and regenerative systems. His journey has taken him across sectors and continents—building ecosystems, crafting narratives, and securing high-impact partnerships.

- At OurWorld, Sacha leads business development across ventures, aligning purpose with traction. With a sharp sense for timing and strategy, he bridges founders, investors, and institutions—ensuring that each initiative is not only bold in vision but grounded in execution. + As COO of Geomind, OurWorld's geospatial intelligence venture, Sacha leads business development across ventures, aligning purpose with traction. With a sharp sense for timing and strategy, he bridges founders, investors, and institutions—ensuring that each initiative is not only bold in vision but grounded in execution.

`