@@ -20,15 +20,47 @@ import LarisaWewetzer from "../../assets/images/jury/2025/larisa_wewetzer.webp";
2020import JohannesVedder from "../../assets/images/jury/2025/johannes_vedder.webp" ;
2121import GuidoSchwartze from "../../assets/images/jury/2025/guido_schwartze.webp" ;
2222import FlorijanReetz from "../../assets/images/jury/2025/florijan_reetz.webp" ;
23+ import SimonStadlinger from "../../assets/images/jury/2026/simon_stadlinger.jpg" ;
24+ import TimoKorthals from "../../assets/images/jury/2026/timo_korthals.jpg"
25+ import MarcRosenau from "../../assets/images/jury/2026/marc_rosenau.jpg"
26+ import JannikRedenius from "../../assets/images/jury/2026/jannik_redenius.jpg" ;
2327import { Campaign , KeyboardArrowLeft , KeyboardArrowRight } from "@mui/icons-material" ;
2428import { useState } from "react" ;
2529import { WindowCard } from "../WindowCard/WindowCard" ;
26- import * as React from "react" ;
2730
2831const juryYears = [
2932 {
3033 year : 2026 ,
31- jury : [ ] ,
34+ jury : [
35+ {
36+ name : "Simon Stadlinger" ,
37+ position : "Co-Founder at Cula" ,
38+ profilePicture : SimonStadlinger . src ,
39+ description :
40+ "" ,
41+ } ,
42+ {
43+ name : "Timo Korthals" ,
44+ position : "Research And Development Engineer at CLAAS" ,
45+ profilePicture : TimoKorthals . src ,
46+ description :
47+ "" ,
48+ } ,
49+ {
50+ name : "Marc Rosenau" ,
51+ position : "Co-Founder at Cula" ,
52+ profilePicture : MarcRosenau . src ,
53+ description :
54+ "" ,
55+ } ,
56+ {
57+ name : "Jannik Redenius" ,
58+ position : "Lead Engineer ADAS & Driving automation at CLAAS" ,
59+ profilePicture : JannikRedenius . src ,
60+ description :
61+ "" ,
62+ } ,
63+ ] ,
3264 } ,
3365 {
3466 year : 2025 ,
0 commit comments