diff --git a/public/HackHPI24_white.svg b/public/HackHPI24_white.svg
deleted file mode 100644
index e3ff184..0000000
--- a/public/HackHPI24_white.svg
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
diff --git a/public/manifest.json b/public/manifest.json
index 05bf7b6..a0e26aa 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "HackHPI 24",
- "short_name": "HackHPI 2024",
- "description": "Explore the future of urban living at HPI in Potsdam. Join motivated students for two days of innovation, workshops, and collaboration with top-notch sponsors offering support and expertise. Tackle a challenge and dive into the world of smart cities.",
+ "name": "HackHPI 25",
+ "short_name": "HackHPI 2025",
+ "description": "Explore the future of health at HPI in Potsdam. Join motivated students for two days of innovation, workshops, and collaboration with top-notch sponsors offering support and expertise. Tackle a challenge and dive into the world of health.",
"start_url": "/",
"display": "standalone",
"background_color": "#13101B",
diff --git a/src/components/Faq/Faq.jsx b/src/components/Faq/Faq.jsx
index 03a2346..e5d9ecc 100644
--- a/src/components/Faq/Faq.jsx
+++ b/src/components/Faq/Faq.jsx
@@ -16,8 +16,9 @@ import {
useMediaQuery,
useTheme
} from "@mui/material";
+import MailIcon from "@mui/icons-material/mail";
import React from "react";
-import {KeyboardArrowRight} from "@mui/icons-material";
+import {KeyboardArrowRight, MailOutline} from "@mui/icons-material";
import {WindowCard} from "../WindowCard/WindowCard.jsx";
import {Masonry} from "@mui/lab";
import HackHPIWrapper from "../Theme/HackHPIWrapper.jsx";
@@ -34,8 +35,8 @@ let faqs = [
title: "What's so special about HackHPI?",
text: "There are very few hackathons focusing on social issues; we want to fix that and give you the chance to change the world for the better by building applications that truly matter! You will also have the opportunity to get in touch with our awesome partners, slip into their shoes and solve real-world challenges using their APIs and expertise."
}, {
- title: "Will HackHPI 2024 take place onsite?",
- text: "Yes, and that's quite a sure thing. We believe that Hackathons need the human contact that only in-person events can provide, and we're glad to announce that the HackHPI 2024 will be an in-presence only event!"
+ title: "Will HackHPI 2025 take place onsite?",
+ text: "Yes, and that's quite a sure thing. We believe that Hackathons need the human contact that only in-person events can provide, and we're glad to announce that the HackHPI 2025 will be an in-presence only event!"
}, {
title: "Are there any costs for me?",
text: "Nope! HackHPI is completely free, and we provide you with food, drinks (and a lot of caffeine! :D) during the whole Hackathon. Unfortunately, we are not able to provide travel reimbursements. However, as an attendee, your confirmation email will include a link to our DB Event Ticket to receive a discount when booking via DB."
@@ -160,7 +161,7 @@ export function Faq() {
ask!
-
+ }>Contact us
diff --git a/src/components/Gallery/Gallery.jsx b/src/components/Gallery/Gallery.jsx
index 4328186..ed34a82 100644
--- a/src/components/Gallery/Gallery.jsx
+++ b/src/components/Gallery/Gallery.jsx
@@ -61,7 +61,7 @@ export function Gallery() {
{renderImages(secondImages, -150)}
{renderImages(thirdImages, -200)}
-
+
setIsGalleryOpen(false)}/>
diff --git a/src/components/LandingImage/Countdown.jsx b/src/components/LandingImage/Countdown.jsx
deleted file mode 100644
index 7b65525..0000000
--- a/src/components/LandingImage/Countdown.jsx
+++ /dev/null
@@ -1,23 +0,0 @@
-'use client'
-import {Typography} from "@mui/material";
-import {useEffect, useState} from "react";
-
-function Countdown() {
-
- const [timeLeft, setTimeLeft] = useState(new Date(new Date(2024, 3, 5) - new Date()))
-
- useEffect(() => {
- const i = setInterval(() => {
- setTimeLeft(new Date(new Date(2024, 3, 5) - new Date()))
- }, 1000);
- return () => clearInterval(i);
- }, []); //dependency, if end changes remount
-
- return (
-
- {`${Math.round(timeLeft / (24 * 60 * 60 * 1000))} Days`}
-
- )
-}
-
-export default Countdown;
\ No newline at end of file
diff --git a/src/components/Registration/Registration.jsx b/src/components/Registration/Registration.jsx
index c6ea297..86b53c5 100644
--- a/src/components/Registration/Registration.jsx
+++ b/src/components/Registration/Registration.jsx
@@ -596,7 +596,7 @@ function Registration() {
privacy policy
{" "}
- for information on how we handle your data and what you rights are.
+ for information on how we handle your data and what your rights are.
>
);