build error fixes

This commit is contained in:
Emre
2025-11-03 17:18:32 +03:00
parent 5fbe4e8b90
commit 365c8fa7a5
3 changed files with 8 additions and 6 deletions

View File

@@ -57,6 +57,8 @@ export interface PersonData {
imageUrl: string
xUrl: string
linkedinUrl: string
tags?: string[]
note?: string
}
// Function to dynamically get all people data

View File

@@ -51,15 +51,15 @@ export function VenturesGeomind() {
</a>
</figcaption>
<figcaption className="mt-4 flex gap-x-4">
<a href="/people/malte_geierhos" className="flex gap-x-4 hover:opacity-80 transition-opacity">
<a href="/people/sacha_obeegadoo" className="flex gap-x-4 hover:opacity-80 transition-opacity">
<img
alt=""
src="/images/people/malte_geierhos/malte_geierhos.jpeg"
src="/images/people/sacha_obeegadoo/sacha_obeegadoo.jpeg"
className="mt-1 size-14 flex-none rounded-full bg-gray-50"
/>
<div>
<p className="font-semibold text-base text-gray-900 hover:text-indigo-600">Malte Geierhos</p>
<p className="text-gray-600 text-sm/8">CTO</p>
<p className="font-semibold text-base text-gray-900 hover:text-indigo-600">Sacha Obeegadoo</p>
<p className="text-gray-600 text-sm/8">COO</p>
</div>
</a>
</figcaption>

View File

@@ -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.
</p>
<p class="mt-5 text-lg/7">
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.
</p>
`