From 8a6b31c04e8c094b49a39ac5ce727349d991e9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Benouarets?= Date: Tue, 4 Nov 2025 23:16:40 +0100 Subject: [PATCH] Change --- app/page.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index ac96872..68f02bf 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,15 +13,14 @@ import { export default function Home() { const options = [ - "Nicole Sauer", - "Lisa Lang", - "Anne Frank", - "Katharina Hoffmann", - "Julia Schmid", - "Anne Finkbeiner", + "Kino", + "Casino", + "Spielothek", + "Kneipe", + "Kulturbühne" ] - const correctAnswer = "Anne Frank"; - const nextLink = "https://five.christian.miniquiz.your-apps.dev"; + const correctAnswer = "Spielothek" + const nextLink = "https://six.christian.miniquiz.your-apps.dev"; const [selectedAnswer, setSelectedAnswer] = React.useState(null); const [showNextLink, setShowNextLink] = React.useState(false); @@ -53,7 +52,7 @@ export default function Home() {

18. Geburtstag

-

Von wem ist Hannah Pick-Goslar die beste Freundin?

+

Welchen Ort wolltest du bereits in München die ganze Zeit besuchen, wo nur Erwachsene hin dürfen?

{options.map((option) => (