feat: bring back rooms (odalar) section and links

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