File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { StylizedImage } from '@/components/StylizedImage'
1414import { Testimonial } from '@/components/Testimonial'
1515import imageLim from '@/images/team/ts-lim.jpg'
1616import imageJohn from '@/images/team/john.jpg'
17+ import imagePhidias from '@/images/team/phidias.jpg'
1718import imageVishen from '@/images/clients/mindvalley/vishen.jpg'
1819import logoMindvalley from '@/images/clients/mindvalley/logo.png'
1920import logoSays from '@/images/clients/says/logo.png'
@@ -199,6 +200,11 @@ const team = [
199200 role : 'Co-Founder' ,
200201 image : { src : imageJohn } ,
201202 } ,
203+ {
204+ name : 'Phidias Lo' ,
205+ role : 'Product Engineer' ,
206+ image : { src : imagePhidias } ,
207+ } ,
202208 ] ,
203209 } ,
204210]
You can’t perform that action at this time.
0 commit comments