diff --git a/src/assets/images/jury/2026/jannik_redenius.jpg b/src/assets/images/jury/2026/jannik_redenius.jpg new file mode 100644 index 0000000..a2c5381 Binary files /dev/null and b/src/assets/images/jury/2026/jannik_redenius.jpg differ diff --git a/src/assets/images/jury/2026/marc_rosenau.jpg b/src/assets/images/jury/2026/marc_rosenau.jpg new file mode 100644 index 0000000..4a21ec7 Binary files /dev/null and b/src/assets/images/jury/2026/marc_rosenau.jpg differ diff --git a/src/assets/images/jury/2026/simon_stadlinger.jpg b/src/assets/images/jury/2026/simon_stadlinger.jpg new file mode 100644 index 0000000..911c3a8 Binary files /dev/null and b/src/assets/images/jury/2026/simon_stadlinger.jpg differ diff --git a/src/assets/images/jury/2026/timo_korthals.jpg b/src/assets/images/jury/2026/timo_korthals.jpg new file mode 100644 index 0000000..3b00274 Binary files /dev/null and b/src/assets/images/jury/2026/timo_korthals.jpg differ diff --git a/src/assets/images/speakers/2026/marc_rosenau.jpg b/src/assets/images/speakers/2026/marc_rosenau.jpg new file mode 100644 index 0000000..4a21ec7 Binary files /dev/null and b/src/assets/images/speakers/2026/marc_rosenau.jpg differ diff --git a/src/components/Jury/Jury.jsx b/src/components/Jury/Jury.jsx index 742178b..cfa8129 100644 --- a/src/components/Jury/Jury.jsx +++ b/src/components/Jury/Jury.jsx @@ -20,15 +20,47 @@ import LarisaWewetzer from "../../assets/images/jury/2025/larisa_wewetzer.webp"; import JohannesVedder from "../../assets/images/jury/2025/johannes_vedder.webp"; import GuidoSchwartze from "../../assets/images/jury/2025/guido_schwartze.webp"; import FlorijanReetz from "../../assets/images/jury/2025/florijan_reetz.webp"; +import SimonStadlinger from "../../assets/images/jury/2026/simon_stadlinger.jpg"; +import TimoKorthals from "../../assets/images/jury/2026/timo_korthals.jpg" +import MarcRosenau from "../../assets/images/jury/2026/marc_rosenau.jpg" +import JannikRedenius from "../../assets/images/jury/2026/jannik_redenius.jpg"; import { Campaign, KeyboardArrowLeft, KeyboardArrowRight } from "@mui/icons-material"; import { useState } from "react"; import { WindowCard } from "../WindowCard/WindowCard"; -import * as React from "react"; const juryYears = [ { year: 2026, - jury: [], + jury: [ + { + name: "Simon Stadlinger", + position: "Co-Founder at Cula", + profilePicture: SimonStadlinger.src, + description: + "", + }, + { + name: "Timo Korthals", + position: "Research And Development Engineer at CLAAS", + profilePicture: TimoKorthals.src, + description: + "", + }, + { + name: "Marc Rosenau", + position: "Co-Founder at Cula", + profilePicture: MarcRosenau.src, + description: + "", + }, + { + name: "Jannik Redenius", + position: "Lead Engineer ADAS & Driving automation at CLAAS", + profilePicture: JannikRedenius.src, + description: + "", + }, + ], }, { year: 2025, diff --git a/src/components/Speakers/Speakers.jsx b/src/components/Speakers/Speakers.jsx index 4fb6f0e..4a7f089 100644 --- a/src/components/Speakers/Speakers.jsx +++ b/src/components/Speakers/Speakers.jsx @@ -12,15 +12,24 @@ import { } from "@mui/material"; import FelixLennardHake from "../../assets/images/speakers/2024/FelixLennardHake.jpg"; import PaulBrachmann from "../../assets/images/speakers/2025/paul_brachmann.webp"; +import MarcRosenau from "../../assets/images/speakers/2026/marc_rosenau.jpg"; import { WindowCard } from "../WindowCard/WindowCard"; import { useState } from "react"; import { Campaign, KeyboardArrowLeft, KeyboardArrowRight } from "@mui/icons-material"; -import * as React from "react"; const speakerYears = [ { year: 2026, - speaker: [], + speaker: [ + { + name: "Marc Rosenau", + position: + "Co-Founder at Cula", + profilePicture: MarcRosenau.src, + description: + "", + }, + ], }, { year: 2025,