Skip to content

Commit 6204841

Browse files
committed
Add new team members to peopleData.ts
1 parent ea21830 commit 6204841

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

Source code/src/data/peopleData.ts

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,76 @@ export const peopleData: Person[] = [
217217
isActive: true,
218218
joinDate: "2025-10"
219219
},
220+
{
221+
id: "26",
222+
name: "Baran Aru",
223+
role: "Team Member",
224+
linkedIn: "https://www.linkedin.com/in/baranaru/",
225+
image: "/media/team/baran-aru.jpeg",
226+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
227+
isActive: true,
228+
joinDate: "2025-10"
229+
},
230+
{
231+
id: "27",
232+
name: "Áron Fehér",
233+
role: "Team Member",
234+
linkedIn: "https://www.linkedin.com/in/%C3%A1ron-feh%C3%A9r/",
235+
image: "/media/team/aron-feher.jpeg",
236+
education: "B.Sc. Electrical Engineering and Information Technology, TUM",
237+
isActive: true,
238+
joinDate: "2025-10"
239+
},
240+
{
241+
id: "28",
242+
name: "Vishesh Kiran Kumar Bafna",
243+
role: "Team Member",
244+
linkedIn: "https://www.linkedin.com/in/vishesh-k",
245+
image: "/media/team/vishesh-bafna.jpeg",
246+
education: "M.Sc. Communication and Electronics Engineering, TUM",
247+
isActive: true,
248+
joinDate: "2025-10"
249+
},
250+
{
251+
id: "28",
252+
name: "Vishesh Kiran Kumar Bafna",
253+
role: "Team Member",
254+
linkedIn: "https://www.linkedin.com/in/bora-cakiroglu/",
255+
image: "/media/team/vishesh-bafna.jpeg",
256+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
257+
isActive: true,
258+
joinDate: "2025-10"
259+
},
260+
{
261+
id: "29",
262+
name: "Melis Çetinkaya",
263+
role: "Team Member",
264+
linkedIn: "https://www.linkedin.com/in/melis-cetinkaya-/",
265+
image: "/media/team/melis-cetinkaya.jpeg",
266+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
267+
isActive: true,
268+
joinDate: "2025-10"
269+
},
270+
{
271+
id: "30",
272+
name: "Florian Braumandl",
273+
role: "Team Member",
274+
linkedIn: "https://www.linkedin.com/in/florian-braumandl/",
275+
image: "/media/team/florian-braumandl.jpeg",
276+
education: "M.Sc. Electrical Engineering and Information Technology, TUM",
277+
isActive: true,
278+
joinDate: "2025-10"
279+
},
280+
{
281+
id: "31",
282+
name: "Muhammed Rabin K C",
283+
role: "Team Member",
284+
linkedIn: "https://www.linkedin.com/in/muhammed-rabin-k-c-9859291b6/",
285+
image: "/media/team/muhammed-rabin-kc.jpeg",
286+
education: "Microelectronics and Chipdesign, TUM",
287+
isActive: true,
288+
joinDate: "2025-10"
289+
},
220290

221291
// Alumni
222292
{

0 commit comments

Comments
 (0)