fix: resolve layout overlap on subpages and add language switcher to navbar

This commit is contained in:
2026-06-16 13:45:50 +03:00
parent 2206a3fe39
commit 454119dd36
9 changed files with 107 additions and 59 deletions
+9 -3
View File
@@ -2,11 +2,17 @@
"nav": {
"home": "Home",
"about": "About Us",
"contact": "Contact"
"tours": "Tours",
"activities": "Activities",
"boatTours": "Boat Tours",
"contact": "Contact",
"reservation": "Reservation",
"bookNow": "Book Now"
},
"hero": {
"title": "Welcome",
"cta": "Learn More"
"subtitle": "Blue Cruise, Daily Tours and Unforgettable Activities",
"exploreTours": "Explore Tours",
"activities": "Activities"
},
"footer": {
"rights": "All rights reserved."
+9 -3
View File
@@ -2,11 +2,17 @@
"nav": {
"home": "Ana Sayfa",
"about": "Hakkımızda",
"contact": "İletişim"
"tours": "Turlar",
"activities": "Aktiviteler",
"boatTours": "Tekne Turları",
"contact": "İletişim",
"reservation": "Rezervasyon",
"bookNow": "Hemen Rezervasyon Yap"
},
"hero": {
"title": "Hoş Geldiniz",
"cta": "Daha Fazla Bilgi"
"subtitle": "Mavi Yolculuk, Günübirlik Turlar ve Unutulmaz Aktiviteler",
"exploreTours": "Turları Keşfet",
"activities": "Aktiviteler"
},
"footer": {
"rights": "Tüm hakları saklıdır."