From ca249abe89e88c47353b3ede5064d75d4f368841 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 08:55:27 +0000 Subject: [PATCH 1/3] Update src/app/hotel-contact/page.tsx --- src/app/hotel-contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/hotel-contact/page.tsx b/src/app/hotel-contact/page.tsx index 5cfd192..3186cdf 100644 --- a/src/app/hotel-contact/page.tsx +++ b/src/app/hotel-contact/page.tsx @@ -25,7 +25,7 @@ export default function HotelContactPage() { navItems={[ { name: "Meklēt", id: "/" }, { name: "Galamērķi", id: "/#destinations" }, - { name: "Atsauksmes", id: "/#features" }, + { name: "Atsauksmes", id: "/quiz-and-reviews" }, { name: "Kontakti", id: "/hotel-contact" } ]} /> @@ -33,9 +33,9 @@ export default function HotelContactPage() {
Date: Fri, 8 May 2026 08:55:28 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b010b91..b480942 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,8 +32,8 @@ export default function LandingPage() { navItems={[ { name: "Meklēt", id: "search" }, { name: "Galamērķi", id: "destinations" }, - { name: "Atsauksmes", id: "features" }, - { name: "Kontakti", id: "footer" } + { name: "Atsauksmes", id: "quiz-and-reviews" }, + { name: "Kontakti", id: "hotel-contact" } ]} />
From 76fdec83032c33cdfa8ad367257df6325405386e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 08:55:28 +0000 Subject: [PATCH 3/3] Update src/app/quiz-and-reviews/page.tsx --- src/app/quiz-and-reviews/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/quiz-and-reviews/page.tsx b/src/app/quiz-and-reviews/page.tsx index 99dd35e..8aff560 100644 --- a/src/app/quiz-and-reviews/page.tsx +++ b/src/app/quiz-and-reviews/page.tsx @@ -26,7 +26,7 @@ export default function QuizAndReviewsPage() { navItems={[ { name: "Meklēt", id: "/" }, { name: "Galamērķi", id: "/#destinations" }, - { name: "Atsauksmes", id: "/#features" }, + { name: "Atsauksmes", id: "/quiz-and-reviews" }, { name: "Kontakti", id: "/hotel-contact" } ]} /> @@ -55,12 +55,15 @@ export default function QuizAndReviewsPage() {