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

@@ -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>