Skip to content

Commit 3aacaa8

Browse files
authored
update exec photos (#439)
1 parent dc02642 commit 3aacaa8

File tree

13 files changed

+31
-31
lines changed

13 files changed

+31
-31
lines changed

src/components/Main/Executives/index.tsx

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
1-
import KritGrover from '@/public/Main/Executives/Krit Grover.jpeg';
1+
import KritGrover from '@/public/Main/Executives/Krit Grover.jpg';
22
import ShreyasRao from '@/public/Main/Executives/Shreyas Rao.jpg';
3-
import NevinAdaCakmak from '@/public/Main/Executives/Nevin Ada Cakmak.jpg';
3+
import JaydenYip from '@/public/Main/Executives/Jayden Yip.jpg';
44
import AshwinMalik from '@/public/Main/Executives/Ashwin Mallik.png';
55
import ChrisYan from '@/public/Main/Executives/Chris Yan.jpg';
6-
import HarmanGill from '@/public/Main/Executives/Harman Gill.jpg';
7-
import ThanareeSrirawewongsa from '@/public/Main/Executives/Thanaree Srirawewongsa.jpeg';
8-
import ArnenchaPradavkaew from '@/public/Main/Executives/Arnencha Pradabkaew.jpg';
9-
import AlbertHo from '@/public/Main/Executives/Albert Ho.jpg';
6+
import DivyWadhwani from '@/public/Main/Executives/Divy Wadhwani.jpg';
7+
import NirmayThakkar from '@/public/Main/Executives/Nirmay Thakkar.jpg';
8+
import HelenaZhao from '@/public/Main/Executives/Helena Zhao.jpg';
9+
import PaulNguyen from '@/public/Main/Executives/Paul Nguyen.jpg';
1010
import ShawnJiang from '@/public/Main/Executives/Shawn Jiang.jpg';
1111

1212
import TeamCard, { type TeamMember } from '@/components/TeamCard';
1313

1414
const executives: TeamMember[] = [
1515
{
1616
name: 'Krit Grover',
17-
position: 'President',
17+
position: 'Co-President',
1818
src: KritGrover,
1919
alt: 'Krit Grover',
2020
},
21+
{
22+
name: 'Chris Yan',
23+
position: 'Co-President',
24+
src: ChrisYan,
25+
alt: 'Chris Yan',
26+
},
2127
{
2228
name: 'Shreyas Rao',
2329
position: 'Vice President of Technology',
2430
src: ShreyasRao,
2531
alt: 'Shreyas Rao',
2632
},
2733
{
28-
name: 'Nevin Ada Çakmak',
34+
name: 'Jayden Yip',
2935
position: 'Vice President of Operations',
30-
src: NevinAdaCakmak,
31-
alt: 'Nevin Ada Çakmak',
36+
src: JaydenYip,
37+
alt: 'Jayden Yip',
3238
},
3339
{
3440
name: 'Ashwin Malik',
@@ -37,41 +43,35 @@ const executives: TeamMember[] = [
3743
alt: 'Ashwin Malik',
3844
},
3945
{
40-
name: 'Chris Yan',
46+
name: 'Divy Wadhwani',
4147
position: 'Vice President of Academics',
42-
src: ChrisYan,
43-
alt: 'Chris Yan',
48+
src: DivyWadhwani,
49+
alt: 'Divy Wadhwani',
4450
},
4551
{
46-
name: 'Harman Gill',
52+
name: 'Nirmay Thakkar',
4753
position: 'Vice President of Finance',
48-
src: HarmanGill,
49-
alt: 'Harman Gill',
54+
src: NirmayThakkar,
55+
alt: 'Nirmay Thakkar',
5056
},
5157
{
52-
name: 'Thanaree Srirawewongsa (Jean)',
53-
position: 'Vice President of Consulting',
54-
src: ThanareeSrirawewongsa,
55-
alt: 'Thanaree Srirawewongsa (Jean)',
56-
},
57-
{
58-
name: 'Arnencha Pradavkaew',
58+
name: 'Helena Zhao',
5959
position: 'Vice President of Outreach',
60-
src: ArnenchaPradavkaew,
61-
alt: 'Arnencha Pradavkaew',
62-
},
63-
{
64-
name: 'Albert Ho',
65-
position: 'Vice President of Campus Life',
66-
src: AlbertHo,
67-
alt: 'Albert Ho',
60+
src: HelenaZhao,
61+
alt: 'Helena Zhao',
6862
},
6963
{
7064
name: 'Shawn Jiang',
7165
position: 'Vice President of Marketing',
7266
src: ShawnJiang,
7367
alt: 'Shawn Jiang',
7468
},
69+
{
70+
name: 'Paul Nguyen',
71+
position: 'Vice President of Marketing',
72+
src: PaulNguyen,
73+
alt: 'Paul Nguyen',
74+
},
7575
];
7676

7777
export default function Executives() {
-616 KB
Binary file not shown.
-1.11 MB
Binary file not shown.
70.5 KB
Loading
-784 KB
Binary file not shown.
-451 KB
Binary file not shown.
36.9 KB
Loading
503 KB
Loading
File renamed without changes.
-784 KB
Binary file not shown.

0 commit comments

Comments
 (0)