Skip to content

Commit ebc0fa8

Browse files
committed
Updated LO information and added new LO
1 parent 3c48976 commit ebc0fa8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

public/team/Christopher Plaza.jpg

1.09 MB
Loading

src/data/teamData.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ export const teamMembers: TeamMember[] = [
361361
name: 'Jason Quick',
362362
title: 'Mortgage Recruiter',
363363
email: 'Jason.q@lockitlending.com',
364-
phone: '(248) 780-7080',
364+
phone: '(832) 626-2199',
365365
image: `${base}/team/Jason Quick.jpg`,
366366
slug: 'Jason-Quick',
367367
team: 'vortex',
@@ -375,4 +375,14 @@ export const teamMembers: TeamMember[] = [
375375
slug: 'Laura-Hidalgo',
376376
team: 'vortex',
377377
},
378+
{
379+
name: 'Christopher Plaza',
380+
title: 'Independent Loan Officer',
381+
nmls: '#1223176',
382+
email: 'christopher.p@lockitlending.com',
383+
phone: '(713) 647-1791',
384+
image: `${base}/team/Christopher Plaza.jpg`,
385+
slug: 'Christopher-Plaza',
386+
team: 'vortex',
387+
},
378388
];

0 commit comments

Comments
 (0)