chore: make rooms (odalar) section passive

This commit is contained in:
Ayris Dev
2026-07-13 23:18:38 +03:00
parent bc1d46a0fe
commit 0495046f23
4 changed files with 7 additions and 5 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ import { motion, AnimatePresence } from "framer-motion";
import { Menu, X, Globe } from "lucide-react";
const navLinksEn = [
{ name: "Rooms", href: "/en/odalar" },
// { name: "Rooms", href: "/en/odalar" },
{ name: "Activities", href: "/en/aktiviteler" },
{ name: "Restaurant", href: "/en/restoran" },
{ name: "Events", href: "/en/etkinlikler" },
@@ -17,7 +17,7 @@ const navLinksEn = [
];
const navLinksTr = [
{ name: "Odalar", href: "/tr/odalar" },
// { name: "Odalar", href: "/tr/odalar" },
{ name: "Aktiviteler", href: "/tr/aktiviteler" },
{ name: "Restoran", href: "/tr/restoran" },
{ name: "Etkinlikler", href: "/tr/etkinlikler" },