We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83da98 commit b02aa3aCopy full SHA for b02aa3a
2 files changed
src/app/page.tsx
@@ -14,6 +14,7 @@ import { StylizedImage } from '@/components/StylizedImage'
14
import { Testimonial } from '@/components/Testimonial'
15
import imageLim from '@/images/team/ts-lim.jpg'
16
import imageJohn from '@/images/team/john.jpg'
17
+import imagePhidias from '@/images/team/phidias.jpg'
18
import imageVishen from '@/images/clients/mindvalley/vishen.jpg'
19
import logoMindvalley from '@/images/clients/mindvalley/logo.png'
20
import logoSays from '@/images/clients/says/logo.png'
@@ -199,6 +200,11 @@ const team = [
199
200
role: 'Co-Founder',
201
image: { src: imageJohn },
202
},
203
+ {
204
+ name: 'Phidias Lo',
205
+ role: 'Product Engineer',
206
+ image: { src: imagePhidias },
207
+ },
208
],
209
210
]
src/images/team/phidias.jpg
51.8 KB
0 commit comments