Compare commits

..

13 Commits

Author SHA1 Message Date
Peter Nashaat
f0a76fea38 fix people pages of adnan & malte 2025-09-14 13:23:31 +00:00
hossnys
da1d833cc6 Revert "replace capital letters in people names"
This reverts commit 1e078f63d6.
2025-09-14 15:39:59 +03:00
hossnys
1e078f63d6 replace capital letters in people names 2025-09-14 14:52:43 +03:00
hossnys
bf28663df5 fix adnan page and remove old malte directory 2025-09-14 14:34:12 +03:00
aec2ed7c05 Update public/images/people/malte_geierhos/index.md 2025-09-14 09:51:27 +00:00
02d05313da Upload files to "public/images/people/malte_geierhos" 2025-09-14 09:50:52 +00:00
fefc959fbf Update public/images/people/malte_geierhos/index.md 2025-09-14 09:44:52 +00:00
fbdd3c012a fix index.md file 2025-09-14 09:41:44 +00:00
1f411c0fa0 ok 2025-09-10 14:53:19 +02:00
e6b37d6543 ok 2025-09-10 14:45:51 +02:00
38abe7a55f Merge branch 'development' of https://git.ourworld.tf/ourworld_web/www_ourworld_new into development 2025-09-10 14:30:34 +02:00
17d592c4e4 rm 2025-09-10 14:30:32 +02:00
b04c341591 fix title 2025-08-13 11:14:40 +03:00
14 changed files with 5 additions and 78 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -3,7 +3,7 @@ title: Adnan Fateryji
weight: 2
description: Co-Founder, CEO of TF DMCC
taxonomies:
people: [adnan fatayerji]
people: [adnan_fatayerji]
memberships: []
categories: []
extra:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

View File

@@ -1,20 +0,0 @@
---
title: Amrit Gayan
weight: 4
description: Advisor, Finance & Operations
taxonomies:
people: [amrit_gayan]
memberships: []
categories: []
extra:
imgPath: amrit_gayan.jpeg
organizations: []
countries: []
cities: []
private: 0
socialLinks: {
LinkedIn: https://www.linkedin.com/in/amrit-gayan-mba-38083462,
}
---
+20 years experience leading award-winning banks. AI and technology enthusiast.

View File

@@ -7,14 +7,13 @@ taxonomies:
memberships: []
categories: []
extra:
imgPath: malte_geierhos.jpeg
imgPath: malte_geierhos.png
organizations: []
countries: []
cities: []
private: 0
socialLinks: {
LinkedIn: #,
websites: #,
LinkedIn:
}
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -6,7 +6,7 @@ import '@/styles/tailwind.css'
export const metadata: Metadata = {
title: {
template: '%s - OurWorld',
default: 'OurWorld - Accounting made simple for small businesses',
default: 'OurWorld',
},
description:
'Most bookkeeping software is accurate, but hard to use. We make the opposite trade-off, and hope you don\'t get audited.',

View File

@@ -1,19 +0,0 @@
import { CallToAction } from '@/components/CallToAction'
import { Faqs } from '@/components/Faqs'
import { Footer } from '@/components/Footer'
import { Header_darkbg } from '@/components/Header_darkbg'
import { People_Amrit_Gayan } from '@/components/people/People_Amrit_Gayan'
export default function AmritGayanPage() {
return (
<>
<Header_darkbg />
<main>
<People_Amrit_Gayan />
<CallToAction />
<Faqs />
</main>
<Footer />
</>
)
}

View File

@@ -1,25 +0,0 @@
import { PersonTemplate } from '@/components/PersonTemplate'
export const data = [
{
name: 'Amrit Gayan',
role: 'Advisor, Finance & Operations',
imageUrl: '/images/people/amrit_gayan/amrit_gayan.jpeg',
xUrl: '#',
linkedinUrl: '#',
},
]
const biography = `
<p class="text-lg/7">
Amrit is a transformation-driven strategist and systems leader with deep experience in rethinking how finance, technology, and operations converge. With over a decade of international leadership across banking and digital ecosystems, he blends financial insight with a forward-looking approach to automation, AI, and organizational design.
</p>
<p class="mt-5 text-lg/7">
At OurWorld, Amrit brings a human-first lens to complex systems; structuring future-proof operations, guiding scalable governance, and championing innovation that empowers both institutions and individuals. His work is rooted in the belief that real transformation begins with purpose, and that technology must serve meaningful, inclusive growth.
</p>
`
export function People_Amrit_Gayan() {
return <PersonTemplate personData={data[0]} biography={biography} />
}

View File

@@ -4,7 +4,7 @@ export const data = [
{
name: 'Malte Geierhos',
role: 'Team Member',
imageUrl: '/images/people/malte_geierhos/malte_geierhos.jpeg',
imageUrl: '/images/people/malte_geierhos/malte_geierhos.png',
xUrl: '#',
linkedinUrl: 'https://www.linkedin.com/in/malte-geierhos/',
},

View File

@@ -17,7 +17,6 @@ export async function getAllPeopleData(): Promise<PersonData[]> {
const peopleComponents = [
() => import('@/components/people/People_Adnan_Fateryji'),
() => import('@/components/people/People_Alexandre_Hannelas'),
() => import('@/components/people/People_Amrit_Gayan'),
() => import('@/components/people/People_Chris_Camponovo'),
() => import('@/components/people/People_Florian_Fournier'),
() => import('@/components/people/People_Gregory_Flipo'),
@@ -54,7 +53,6 @@ export async function getAllPeopleData(): Promise<PersonData[]> {
// Synchronous version using static imports for immediate data access
import { data as adnan_fateryjiData } from '@/components/people/People_Adnan_Fateryji'
import { data as alexandre_hannelasData } from '@/components/people/People_Alexandre_Hannelas'
import { data as amrit_gayanData } from '@/components/people/People_Amrit_Gayan'
import { data as chris_camponovoData } from '@/components/people/People_Chris_Camponovo'
import { data as florian_fournierData } from '@/components/people/People_Florian_Fournier'
import { data as gregory_flipoData } from '@/components/people/People_Gregory_Flipo'
@@ -88,12 +86,6 @@ export function getAllPeopleDataSync(): PersonData[] {
console.error('Error loading alexandre_hannelas data:', error)
}
try {
allPeopleData.push(...amrit_gayanData)
} catch (error) {
console.error('Error loading amrit_gayan data:', error)
}
try {
allPeopleData.push(...chris_camponovoData)
} catch (error) {