rm
This commit is contained in:
@@ -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} />
|
||||
}
|
||||
Reference in New Issue
Block a user