Skip to content

Commit af3866c

Browse files
committed
Updated event theme: replaced references to "health" with "agriculture and climate" across components and metadata.
1 parent 5d3374f commit af3866c

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
1818
</title>
1919
<meta name="theme-color" content="#13101B"/>
2020
<meta name={"description"}
21-
content={"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."}/>
21+
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."}/>
2222
</head>
2323
<body>
2424
<AppRouterCacheProvider>
@@ -36,4 +36,4 @@ export default function RootLayout({children,}: { children: React.ReactNode }) {
3636
</body>
3737
</html>
3838
)
39-
}
39+
}

src/components/Faq/Faq.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let faqs = [
4848
text: "Take the S7 or RB 23 from Berlin Central Station (\"Berlin Hauptbahnhof\") towards Potsdam and exit at Potsdam Griebnitzsee."
4949
}, {
5050
title: "How should I prepare?",
51-
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."
51+
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."
5252
}
5353
]
5454
},
@@ -83,7 +83,7 @@ let faqs = [
8383
items: [
8484
{
8585
title: "What are the challenges?",
86-
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!"
86+
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!"
8787
},
8888
{
8989
title: "What are the prizes?",

src/components/WhatToExpect/WhatToExpect.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function WhatToExpect() {
2828
Join motivated students for two days of
2929
innovation, workshops, and collaboration with top-notch sponsors offering support and
3030
expertise.
31-
Tackle a challenge and dive into the world of health.
31+
Tackle a challenge and dive into the world of agriculture and climate.
3232
</Typography>
3333

3434
</Grid>
@@ -72,4 +72,4 @@ function WhatToExpect() {
7272
)
7373
}
7474

75-
export default WhatToExpect
75+
export default WhatToExpect

0 commit comments

Comments
 (0)