diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx
index 512e09f..db4a6ff 100644
--- a/src/app/contact-us/page.tsx
+++ b/src/app/contact-us/page.tsx
@@ -24,14 +24,14 @@ export default function ContactUsPage() {
diff --git a/src/app/morocco-tours/page.tsx b/src/app/morocco-tours/page.tsx
index f648709..bd15f0d 100644
--- a/src/app/morocco-tours/page.tsx
+++ b/src/app/morocco-tours/page.tsx
@@ -8,12 +8,13 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function MoroccoToursPage() {
const navItems = [
- { name: "Strona główna", href: "/" },
+ { name: "Strona główna", id: "/" },
{ name: "Kierunki", id: "destinations" },
- { name: "Wycieczki", href: "/morocco-tours" },
- { name: "Jednodniowe", href: "/day-trips" },
+ { name: "Wycieczki", id: "/morocco-tours" },
+ { name: "Jednodniowe", id: "/day-trips" },
{ name: "Dlaczego my", id: "why-us" },
- { name: "Opinie", id: "testimonials" }, { name: "FAQ", id: "faq" },
+ { name: "Opinie", id: "testimonials" },
+ { name: "FAQ", id: "faq" },
{ name: "Kontakt", id: "contact" }
];
@@ -73,8 +74,8 @@ export default function MoroccoToursPage() {