diff --git a/app/page.tsx b/app/page.tsx index 9f4e230..6b946d8 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -13,15 +13,13 @@ import { export default function Home() { const options = [ - "KW2", - "KW3", - "KW9", - "KW14", - "KW8", - "KW15", + "NH Hannover", + "Motel One Hannover", + "Premier Inn Hannover City University", + "June Six Hotel Hannover City", ] - const correctAnswer = "KW8"; - const nextLink = "https://three.christian.miniquiz.your-apps.dev"; + const correctAnswer = "June Six Hotel Hannover City"; + const nextLink = "https://four.christian.miniquiz.your-apps.dev"; const [selectedAnswer, setSelectedAnswer] = React.useState(null); const [showNextLink, setShowNextLink] = React.useState(false); @@ -53,7 +51,7 @@ export default function Home() {

18. Geburtstag

-

In welcher Kalenderwoche finden die Faschingsferien in Bayern 2026 statt?

+

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

{options.map((option) => (