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
                   
- 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.
`