diff --git a/components/Header.tsx b/components/Header.tsx
index 229e9b0..a6940c4 100644
--- a/components/Header.tsx
+++ b/components/Header.tsx
@@ -22,7 +22,7 @@ const Navigation = ({ open, setOpen }) => {
const links = [
{ href: "https://education.tum-ai.com/", text: "AI Academy" },
{ href: "https://summit.tum-ai.com", text: "AI Summit" },
- { href: "https://aielab.tum-ai.com/", text: "AI E-Lab" },
+ { href: "/e-lab", text: "AI E-Lab" },
{ href: "https://makeathon.tum-ai.com/", text: "Makeathon" },
{ href: "/industry", text: "Industry Projects" },
{ href: "/partners", text: "Partners" },
diff --git a/pages/e-lab.tsx b/pages/e-lab.tsx
index 4074f66..c325ecf 100644
--- a/pages/e-lab.tsx
+++ b/pages/e-lab.tsx
@@ -31,7 +31,7 @@ function Hero() {
-
+
AI
@@ -100,16 +100,16 @@ export default function AIELab() {
- Our Last Batch of the E-Lab
+ How founders experience the E-Lab
-
-
-
+
diff --git a/pages/index.tsx b/pages/index.tsx
index 7a4a30b..3900c78 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -198,9 +198,9 @@ function Content1() {
text: `StartUp incubation program for students who are interested in founding AI Ventures, access TUM.ai's network to boost your vision`,
subtext: "applications closed, currently ongoing",
buttons: [
- { href: "https://aielab.tum-ai.com/", text: "Apply now" },
+ { href: "/e-lab", text: "Apply now" },
{
- href: "https://aielab.tum-ai.com/",
+ href: "/e-lab",
text: "Learn more",
intent: "tertiary",
},
diff --git a/public/assets/e-lab/testimonials/florian_scherl.jpg b/public/assets/e-lab/testimonials/florian_scherl.jpg
index 718dddd..6de8bd6 100644
Binary files a/public/assets/e-lab/testimonials/florian_scherl.jpg and b/public/assets/e-lab/testimonials/florian_scherl.jpg differ