@@ -4,12 +4,12 @@ import { ReactElement } from 'react';
4
4
const teamMembers = [
5
5
{
6
6
name : 'Altan Stalker' ,
7
- title : 'Senior Engineer ' ,
7
+ title : 'Architect ' ,
8
8
imageUrl : 'altan-stalker.avif' ,
9
9
} ,
10
10
{
11
11
name : 'Austin Fahsl' ,
12
- title : 'Senior Engineer' ,
12
+ title : 'Developer Productivity Engineer' ,
13
13
imageUrl : 'austin-fahsl.avif' ,
14
14
} ,
15
15
{
@@ -24,7 +24,7 @@ const teamMembers = [
24
24
} ,
25
25
{
26
26
name : 'Caleb Ukle' ,
27
- title : 'Senior Engineer' ,
27
+ title : 'Developer Productivity Engineer' ,
28
28
imageUrl : 'caleb-ukle.avif' ,
29
29
} ,
30
30
{
@@ -104,7 +104,7 @@ const teamMembers = [
104
104
} ,
105
105
{
106
106
name : 'Jordan Powell' ,
107
- title : 'Senior Engineer' ,
107
+ title : 'Developer Productivity Engineer' ,
108
108
imageUrl : 'jordan-powell.avif' ,
109
109
} ,
110
110
{
@@ -144,9 +144,14 @@ const teamMembers = [
144
144
} ,
145
145
{
146
146
name : 'Miroslav Jonas' ,
147
- title : 'Senior Engineer' ,
147
+ title : 'Developer Productivity Engineer' ,
148
148
imageUrl : 'miroslav-jonas.avif' ,
149
149
} ,
150
+ {
151
+ name : 'Nate Bohn' ,
152
+ title : 'Director of Finance & Accounting' ,
153
+ imageUrl : 'nate-bohn.avif' ,
154
+ } ,
150
155
{
151
156
name : 'Nicholas Cunningham' ,
152
157
title : 'Senior Engineer' ,
@@ -179,17 +184,22 @@ const teamMembers = [
179
184
} ,
180
185
{
181
186
name : 'Steve Pentland' ,
182
- title : 'Senior Engineer ' ,
187
+ title : 'Architect ' ,
183
188
imageUrl : 'steve-pentland.avif' ,
184
189
} ,
190
+ {
191
+ name : 'Steven Nance' ,
192
+ title : 'Developer Productivity Engineer' ,
193
+ imageUrl : 'steven-nance.avif' ,
194
+ } ,
185
195
{
186
196
name : 'Whitney Loy' ,
187
197
title : 'Operations Manager' ,
188
198
imageUrl : 'whitney-loy.avif' ,
189
199
} ,
190
200
{
191
201
name : 'Zack DeRose' ,
192
- title : 'Senior Engineer ' ,
202
+ title : 'Architect ' ,
193
203
imageUrl : 'zack-derose.avif' ,
194
204
} ,
195
205
] ;
0 commit comments