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