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 -1
View File
@@ -4,7 +4,8 @@ const baseUrl = 'https://kitebeachakyaka.com.tr';
const langs = ['tr', 'en'];
const routes = [
{ path: '', changeFrequency: 'daily' as const, priority: 1.0 },
{ path: '/aktiviteler', changeFrequency: 'weekly' as const, priority: 0.8 },
{ path: '/odalar', changeFrequency: 'weekly' as const, priority: 0.9 },
{ path: '/aktiviteler', changeFrequency: 'weekly' as const, priority: 0.9 },
{ path: '/etkinlikler', changeFrequency: 'weekly' as const, priority: 0.9 },
{ path: '/restoran', changeFrequency: 'weekly' as const, priority: 0.8 },
{ path: '/iletisim', changeFrequency: 'monthly' as const, priority: 0.8 },