From af3866c4ac32116abfe9ae22d484b92ba22fe601 Mon Sep 17 00:00:00 2001 From: Cedric Rische Date: Mon, 16 Feb 2026 20:26:27 +0100 Subject: [PATCH] Updated event theme: replaced references to "health" with "agriculture and climate" across components and metadata. --- src/app/layout.tsx | 4 ++-- src/components/Faq/Faq.jsx | 4 ++-- src/components/WhatToExpect/WhatToExpect.jsx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7b6e987..4e0945a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ export default function RootLayout({children,}: { children: React.ReactNode }) { + content={"Explore the future of agriculture and climate 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 agriculture and climate."}/> @@ -36,4 +36,4 @@ export default function RootLayout({children,}: { children: React.ReactNode }) { ) -} \ No newline at end of file +} diff --git a/src/components/Faq/Faq.jsx b/src/components/Faq/Faq.jsx index 4d2cebf..a90d5ae 100644 --- a/src/components/Faq/Faq.jsx +++ b/src/components/Faq/Faq.jsx @@ -48,7 +48,7 @@ let faqs = [ text: "Take the S7 or RB 23 from Berlin Central Station (\"Berlin Hauptbahnhof\") towards Potsdam and exit at Potsdam Griebnitzsee." }, { title: "How should I prepare?", - text: "Bring your laptop and a charger, comfortable clothes, and, above all, motivation to hack! You can dive into the topic of health in advance, but there will be introductory sessions as well." + text: "Bring your laptop and a charger, comfortable clothes, and, above all, motivation to hack! You can dive into the topic of agriculture and climate in advance, but there will be introductory sessions as well." } ] }, @@ -83,7 +83,7 @@ let faqs = [ items: [ { title: "What are the challenges?", - text: "All challenges are connected to the subject of health, but we cannot tell you what awaits you. And honestly, who wants to miss the thrill of a surprise challenge? Anyway, the exact challenges will be announced at the event, so stay tuned!" + text: "All challenges are connected to the subject of agriculture and climate, but we cannot tell you what awaits you. And honestly, who wants to miss the thrill of a surprise challenge? Anyway, the exact challenges will be announced at the event, so stay tuned!" }, { title: "What are the prizes?", diff --git a/src/components/WhatToExpect/WhatToExpect.jsx b/src/components/WhatToExpect/WhatToExpect.jsx index 680f772..bb03130 100644 --- a/src/components/WhatToExpect/WhatToExpect.jsx +++ b/src/components/WhatToExpect/WhatToExpect.jsx @@ -28,7 +28,7 @@ function WhatToExpect() { 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. + Tackle a challenge and dive into the world of agriculture and climate. @@ -72,4 +72,4 @@ function WhatToExpect() { ) } -export default WhatToExpect \ No newline at end of file +export default WhatToExpect