From 967fb6680982d2d684cd4a50a27743fe19fad0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Benouarets?= Date: Tue, 4 Nov 2025 23:13:18 +0100 Subject: [PATCH] Change --- app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 6b946d8..ac96872 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,13 +13,15 @@ import { export default function Home() { const options = [ - "NH Hannover", - "Motel One Hannover", - "Premier Inn Hannover City University", - "June Six Hotel Hannover City", + "Nicole Sauer", + "Lisa Lang", + "Anne Frank", + "Katharina Hoffmann", + "Julia Schmid", + "Anne Finkbeiner", ] - const correctAnswer = "June Six Hotel Hannover City"; - const nextLink = "https://four.christian.miniquiz.your-apps.dev"; + const correctAnswer = "Anne Frank"; + const nextLink = "https://five.christian.miniquiz.your-apps.dev"; const [selectedAnswer, setSelectedAnswer] = React.useState(null); const [showNextLink, setShowNextLink] = React.useState(false); @@ -51,7 +53,7 @@ export default function Home() {

18. Geburtstag

-

Welches Hotel in Hannover hat den Namen wie das Datum was im Sommer und in der Mitte des Jahres liegt?

+

Von wem ist Hannah Pick-Goslar die beste Freundin?

{options.map((option) => (