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