diff --git a/src/components/Faq/Faq.jsx b/src/components/Faq/Faq.jsx
index 92c6a06..4d2cebf 100644
--- a/src/components/Faq/Faq.jsx
+++ b/src/components/Faq/Faq.jsx
@@ -127,7 +127,7 @@ export function Faq() {
questions
Can't find the answer you're looking for? You
can
- always send us an email with your
+ always send us an email with your
inquiry!
@@ -161,7 +161,7 @@ export function Faq() {
ask!
- }>Contact us
+ }>Contact us
diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx
index 41ef6f2..2ac7a5f 100644
--- a/src/components/Footer/Footer.jsx
+++ b/src/components/Footer/Footer.jsx
@@ -30,7 +30,7 @@ const socials = [
},
{
icon: ,
- link: "mailto:team@hackhpi.org",
+ link: "mailto:support@hackhpi.org",
},
]
@@ -128,4 +128,4 @@ function Footer() {
)
}
-export default Footer
\ No newline at end of file
+export default Footer
diff --git a/src/components/Imprint/Imprint.jsx b/src/components/Imprint/Imprint.jsx
index d87c524..cf7e85c 100644
--- a/src/components/Imprint/Imprint.jsx
+++ b/src/components/Imprint/Imprint.jsx
@@ -23,7 +23,7 @@ function Imprint() {
E-Mail: team@hackhpi.org
Inhaltlich verantwortlich gemäß § 5 TMG, § 55 RStV: Klubsprecher Jeanne
- Aue, Mathilda Heise und Cedric Rische
+ Aue, Daniel Kiss und Cedric Rische
Haftungsausschluss
diff --git a/src/components/Registration/Registration.jsx b/src/components/Registration/Registration.jsx
index b7cd28d..b63dbc1 100644
--- a/src/components/Registration/Registration.jsx
+++ b/src/components/Registration/Registration.jsx
@@ -507,7 +507,7 @@ function Registration() {
})
.catch((error) => {
alert(
- "Could not save Registration. Please try again. If problem persists, please contact team@hackhpi.org. Error: " +
+ "Could not save Registration. Please try again. If problem persists, please contact support@hackhpi.org. Error: " +
JSON.stringify(error.data),
);
setIsSending(false);
diff --git a/src/components/Team/Team.jsx b/src/components/Team/Team.jsx
index aca52a4..c5bf405 100644
--- a/src/components/Team/Team.jsx
+++ b/src/components/Team/Team.jsx
@@ -151,6 +151,65 @@ const teamMembers25 = [
},
]
+const teamMembers26 = [
+ {
+ name: "Cedric Rische",
+ position: "Team Member",
+ linkedIn: "cedric-rische",
+ profilePicture: CedricRischeProfile2025,
+ },
+ {
+ name: "Grit Manssen",
+ position: "Team Member",
+ linkedIn: "grit-manssen-0270b023a",
+ profilePicture: GritManssenProfile2025,
+ },
+ {
+ name: "Tanja Lehmann",
+ position: "Team Member",
+ linkedIn: "tanja-lehmann-36713a265",
+ profilePicture: TanjaLehmannProfile2025,
+ },
+ {
+ name: "Daniel Kiss",
+ position: "Team Member",
+ linkedIn: "kdaniel21",
+ profilePicture: DanielKissProfile2025,
+ },
+ {
+ name: "Jeanne Aue",
+ position: "Team Member",
+ linkedIn: "jeanne-aue",
+ profilePicture: JeanneAueProfile2025,
+ },
+ {
+ name: "Constantin Sachse",
+ position: "Team Member",
+ linkedIn: "",
+ profilePicture: ConstantinSachseProfile2025,
+ },
+ {
+ name: "Alyssa Hilgendorf",
+ position: "Team Member",
+ linkedIn: "alyssa-hilgendorf-835a45346",
+ },
+ {
+ name: "Henri Becker",
+ position: "Team Member",
+ linkedIn: "henri-aldo-becker-06a265297",
+ },
+ {
+ name: "Jolanda Bolt",
+ position: "Team Member",
+ linkedIn: "jolanda-bolt-6480a5222",
+ },
+ {
+ name: "Klara Prigge",
+ position: "Team Member",
+ linkedIn: "klara-luise-prigge-8b73a830a",
+ },
+];
+
function stringToColor(string) {
let hash = 0;
@@ -194,7 +253,7 @@ function Team() {
Meet the team
- {teamMembers25.sort((a, b) => {
+ {teamMembers26.sort((a, b) => {
const nameA = a.name.toUpperCase(); // ignore upper and lowercase
const nameB = b.name.toUpperCase(); // ignore upper and lowercase
if (nameA < nameB) {
@@ -223,7 +282,7 @@ function Team() {
justifyContent: "center",
}}
>
-