Compare commits
13 Commits
6759f0bd60
...
developmen
Author | SHA1 | Date | |
---|---|---|---|
|
f0a76fea38 | ||
|
da1d833cc6 | ||
|
1e078f63d6 | ||
|
bf28663df5 | ||
aec2ed7c05 | |||
02d05313da | |||
fefc959fbf | |||
fbdd3c012a | |||
1f411c0fa0 | |||
e6b37d6543 | |||
38abe7a55f | |||
17d592c4e4 | |||
b04c341591 |
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
@@ -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 |
@@ -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.
|
@@ -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:
|
||||
}
|
||||
---
|
||||
|
BIN
public/images/people/malte_geierhos/malte_geierhos.png
Normal file
BIN
public/images/people/malte_geierhos/malte_geierhos.png
Normal file
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 |
@@ -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.',
|
||||
|
@@ -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 />
|
||||
</>
|
||||
)
|
||||
}
|
@@ -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} />
|
||||
}
|
@@ -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/',
|
||||
},
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user