diff --git a/app/page.tsx b/app/page.tsx index 7585da9..9f4e230 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,15 +13,15 @@ import { export default function Home() { const options = [ - "Berlin", - "Hamburg", - "München", - "Frankfurt", - "Köln", - "Hannover", + "KW2", + "KW3", + "KW9", + "KW14", + "KW8", + "KW15", ] - const correctAnswer = "Hannover"; - const nextLink = "https://two.christian.miniquiz.your-apps.dev"; + const correctAnswer = "KW8"; + const nextLink = "https://three.christian.miniquiz.your-apps.dev"; const [selectedAnswer, setSelectedAnswer] = React.useState(null); const [showNextLink, setShowNextLink] = React.useState(false); @@ -53,7 +53,7 @@ export default function Home() {

18. Geburtstag

-

Wo findet eine Industriemesse statt mit internationaler Bedeutung, wo bereits der Bundeskanzler zu Besuch war und zufällig das zweitgrößte Messegelände der Welt ist?

+

In welcher Kalenderwoche finden die Faschingsferien in Bayern 2026 statt?

{options.map((option) => (