Update gallery to bento grid, add real reviews, update phone numbers and locations

This commit is contained in:
Ayris Dev
2026-07-15 13:51:22 +03:00
parent d4bcbb0cc3
commit 7a874ab11d
43 changed files with 1234 additions and 790 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" },