Skip to content

Commit b02aa3a

Browse files
committed
Add Phidias to team
1 parent b83da98 commit b02aa3a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/app/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import { StylizedImage } from '@/components/StylizedImage'
1414
import { Testimonial } from '@/components/Testimonial'
1515
import imageLim from '@/images/team/ts-lim.jpg'
1616
import imageJohn from '@/images/team/john.jpg'
17+
import imagePhidias from '@/images/team/phidias.jpg'
1718
import imageVishen from '@/images/clients/mindvalley/vishen.jpg'
1819
import logoMindvalley from '@/images/clients/mindvalley/logo.png'
1920
import 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
]

src/images/team/phidias.jpg

51.8 KB
Loading

0 commit comments

Comments
 (0)