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) => (