feat: i18n fixes, blog rename, footer cleanup, and contact info update
- Rename /news route to /blog across all pages, links, and sitemap - Fix hardcoded English text in Experiences, QuoteSection, and Footer by wiring all content through the TR/EN dictionaries - Clean up Footer: remove non-existent page links, add contact column - Update contact info: new phone numbers, bilgi@ email, No:71 address, Instagram @ayrisapart link - Add suppressHydrationWarning to <body> to silence browser-extension attribute mismatch errors - Add sizes prop to all fill-mode Next.js Image components Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+137
-29
@@ -2,12 +2,12 @@
|
||||
"nav": {
|
||||
"about": "About",
|
||||
"suites": "Suites",
|
||||
"news": "News",
|
||||
"news": "Blog",
|
||||
"contact": "Contact",
|
||||
"home": "Home"
|
||||
},
|
||||
"hero": {
|
||||
"title": "Ayris Apart",
|
||||
"title": "AyrisApart",
|
||||
"desc": "In the heart of Muğla Milas Ören, discover refined suites and unforgettable comfort. Your luxury vacation awaits.",
|
||||
"explore": "Explore Suites"
|
||||
},
|
||||
@@ -21,14 +21,18 @@
|
||||
"others": "Others",
|
||||
"utility": "Utility",
|
||||
"socials": "Socials",
|
||||
"desc": "Book today and discover seaside luxury, breathtaking views, and unforgettable moments on the shores of Oren."
|
||||
"desc": "Book today and discover seaside luxury, breathtaking views, and unforgettable moments on the shores of Oren.",
|
||||
"services": "Services",
|
||||
"activities": "Activities",
|
||||
"gallery": "Gallery",
|
||||
"license": "License"
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact Us",
|
||||
"subtitle": "Let's Stay Connected",
|
||||
"visit": {
|
||||
"t": "Visit Us",
|
||||
"d": "Oren District, Orta Iskele Street No:51 Ayris Apart 48220 Milas/Mugla"
|
||||
"d": "Oren District, Orta Iskele Street No:71 Ayris Apart 48220 Milas/Mugla"
|
||||
},
|
||||
"call": {
|
||||
"t": "Call Us",
|
||||
@@ -69,10 +73,22 @@
|
||||
},
|
||||
"why": {
|
||||
"title": "Why Ayris Apart?",
|
||||
"1": { "t": "Premium Location", "d": "Easy access to the sea and everywhere in the quietest part of Oren" },
|
||||
"2": { "t": "Modern Design", "d": "Comfortable and stylish rooms with contemporary architecture" },
|
||||
"3": { "t": "24/7 Service", "d": "Our experienced team is with you at every moment" },
|
||||
"4": { "t": "Secure Payment", "d": "SSL certified secure reservation system" }
|
||||
"1": {
|
||||
"t": "Premium Location",
|
||||
"d": "Easy access to the sea and everywhere in the quietest part of Oren"
|
||||
},
|
||||
"2": {
|
||||
"t": "Modern Design",
|
||||
"d": "Comfortable and stylish rooms with contemporary architecture"
|
||||
},
|
||||
"3": {
|
||||
"t": "24/7 Service",
|
||||
"d": "Our experienced team is with you at every moment"
|
||||
},
|
||||
"4": {
|
||||
"t": "Secure Payment",
|
||||
"d": "SSL certified secure reservation system"
|
||||
}
|
||||
},
|
||||
"vision": {
|
||||
"title": "Our Vision",
|
||||
@@ -80,30 +96,102 @@
|
||||
}
|
||||
},
|
||||
"suites": {
|
||||
"s1": { "name": "Iris", "desc": "Our most special suite carrying the colors of the rainbow, shining with uninterrupted ocean views." },
|
||||
"s2": { "name": "Electra", "desc": "A bright living space adorned with amber tones, where peace and elegance meet." },
|
||||
"s3": { "name": "Arke", "desc": "A sanctuary that rests your soul with its design giving a sense of lightness and freedom." },
|
||||
"s4": { "name": "Harpy", "desc": "The suite that combines the power of the storm and the energy of the sea in a single panoramic view." },
|
||||
"s5": { "name": "Hydaspes", "desc": "A room designed for those seeking serenity, reflecting the fluidity and purity of water." },
|
||||
"s6": { "name": "Zephyrus", "desc": "Our breeze suite that brings the coolness of the west wind and the freshness of the garden to your balcony." },
|
||||
"s7": { "name": "Pothos", "desc": "Accommodation where you will feel luxury in every detail, where desire and passion meet aesthetics." },
|
||||
"s8": { "name": "Thaumas", "desc": "The suite with the widest-angle coastal view of Oren, where you will witness the wonders of the sea." },
|
||||
"s1": {
|
||||
"name": "Iris",
|
||||
"desc": "Our most special suite carrying the colors of the rainbow, shining with uninterrupted ocean views."
|
||||
},
|
||||
"s2": {
|
||||
"name": "Electra",
|
||||
"desc": "A bright living space adorned with amber tones, where peace and elegance meet."
|
||||
},
|
||||
"s3": {
|
||||
"name": "Arke",
|
||||
"desc": "A sanctuary that rests your soul with its design giving a sense of lightness and freedom."
|
||||
},
|
||||
"s4": {
|
||||
"name": "Harpy",
|
||||
"desc": "The suite that combines the power of the storm and the energy of the sea in a single panoramic view."
|
||||
},
|
||||
"s5": {
|
||||
"name": "Hydaspes",
|
||||
"desc": "A room designed for those seeking serenity, reflecting the fluidity and purity of water."
|
||||
},
|
||||
"s6": {
|
||||
"name": "Zephyrus",
|
||||
"desc": "Our breeze suite that brings the coolness of the west wind and the freshness of the garden to your balcony."
|
||||
},
|
||||
"s7": {
|
||||
"name": "Pothos",
|
||||
"desc": "Accommodation where you will feel luxury in every detail, where desire and passion meet aesthetics."
|
||||
},
|
||||
"s8": {
|
||||
"name": "Thaumas",
|
||||
"desc": "The suite with the widest-angle coastal view of Oren, where you will witness the wonders of the sea."
|
||||
},
|
||||
"btn": {
|
||||
"more": "Learn More"
|
||||
"more": "Learn More"
|
||||
}
|
||||
},
|
||||
"suites_page": {
|
||||
"title": "Our Suites",
|
||||
"subtitle": "Enjoy characterful design, peaceful ocean views, and a mythological atmosphere. Each of our rooms tells its own unique story.",
|
||||
"list": {
|
||||
"s1": { "name": "Iris", "desc": "Named after the rainbow messenger, this suite comes alive every morning with colors rising from the sea.", "bed": "1 King-size bed", "guests": "2 Guests" },
|
||||
"s2": { "name": "Electra", "desc": "A comfort zone that embraces golden sunsets, enchanting with its brilliance.", "bed": "1 King-size bed", "guests": "2 Guests" },
|
||||
"s3": { "name": "Arke", "desc": "A suite that invites the light breeze of the Aegean in, standing out with its minimalist and spacious design.", "bed": "1 Queen-size bed", "guests": "2 Guests" },
|
||||
"s4": { "name": "Harpy", "desc": "A room with a dynamic atmosphere where you can listen to the song of sea waves and the wind.", "bed": "1 King-size bed", "guests": "2 Guests" },
|
||||
"s5": { "name": "Hydaspes", "desc": "Peaceful interiors adorned with the sounds of water, reflecting the stillness of ancient rivers.", "bed": "1 King-size bed", "guests": "2 Guests" },
|
||||
"s6": { "name": "Zephyrus", "desc": "An experience intertwined with nature, offering the scent of garden flowers and the coolness of the west wind.", "bed": "1 King-size bed", "guests": "2 Guests" },
|
||||
"s7": { "name": "Pothos", "desc": "A special living space designed with an aesthetic longing, bringing romance and elegance together.", "bed": "1 King-size bed", "guests": "2 Guests" },
|
||||
"s8": { "name": "Thaumas", "desc": "Our most comfortable and spacious suite, laying the wonders of the sea at your feet.", "bed": "2 King-size beds", "guests": "4 Guests" }
|
||||
"s1": {
|
||||
"name": "Iris",
|
||||
"desc": "Named after the rainbow messenger, this suite comes alive every morning with colors rising from the sea.",
|
||||
"bed": "1 King-size bed",
|
||||
"guests": "2 Guests",
|
||||
"price": "$110"
|
||||
},
|
||||
"s2": {
|
||||
"name": "Electra",
|
||||
"desc": "A comfort zone that embraces golden sunsets, enchanting with its brilliance.",
|
||||
"bed": "1 King-size bed",
|
||||
"guests": "2 Guests",
|
||||
"price": "$110"
|
||||
},
|
||||
"s3": {
|
||||
"name": "Arke",
|
||||
"desc": "A suite that invites the light breeze of the Aegean in, standing out with its minimalist and spacious design.",
|
||||
"bed": "1 Queen-size bed",
|
||||
"guests": "2 Guests",
|
||||
"price": "$110"
|
||||
},
|
||||
"s4": {
|
||||
"name": "Harpy",
|
||||
"desc": "A room with a dynamic atmosphere where you can listen to the song of sea waves and the wind.",
|
||||
"bed": "1 King-size bed",
|
||||
"guests": "2 Guests",
|
||||
"price": "$110"
|
||||
},
|
||||
"s5": {
|
||||
"name": "Hydaspes",
|
||||
"desc": "Peaceful interiors adorned with the sounds of water, reflecting the stillness of ancient rivers.",
|
||||
"bed": "1 King-size bed",
|
||||
"guests": "2 Guests",
|
||||
"price": "$110"
|
||||
},
|
||||
"s6": {
|
||||
"name": "Zephyrus",
|
||||
"desc": "An experience intertwined with nature, offering the scent of garden flowers and the coolness of the west wind.",
|
||||
"bed": "1 King-size bed",
|
||||
"guests": "2 Guests",
|
||||
"price": "$110"
|
||||
},
|
||||
"s7": {
|
||||
"name": "Pothos",
|
||||
"desc": "A special living space designed with an aesthetic longing, bringing romance and elegance together.",
|
||||
"bed": "1 King-size bed",
|
||||
"guests": "2 Guests",
|
||||
"price": "$110"
|
||||
},
|
||||
"s8": {
|
||||
"name": "Thaumas",
|
||||
"desc": "Our most comfortable and spacious suite, laying the wonders of the sea at your feet.",
|
||||
"bed": "2 King-size beds",
|
||||
"guests": "4 Guests",
|
||||
"price": "$110"
|
||||
}
|
||||
},
|
||||
"details": "Explore Details"
|
||||
},
|
||||
@@ -112,11 +200,31 @@
|
||||
"excerpt": "Discover stories filled with coastal charm, travel inspiration, and insider tips.",
|
||||
"read": "Read More",
|
||||
"list": {
|
||||
"n1": { "title": "Hidden Gems of Oren", "excerpt": "Discover secret coves known only to locals.", "author": "Ayris Team" },
|
||||
"n2": { "title": "Summer Cocktails", "excerpt": "Meet our new season menu.", "author": "Chef Rez" },
|
||||
"n3": { "title": "Luxury Interior Trends", "excerpt": "The design story of Ayris Apart.", "author": "Design Team" }
|
||||
"n1": {
|
||||
"title": "Hidden Gems of Oren",
|
||||
"excerpt": "Discover secret coves known only to locals.",
|
||||
"author": "Ayris Team"
|
||||
},
|
||||
"n2": {
|
||||
"title": "Summer Cocktails",
|
||||
"excerpt": "Meet our new season menu.",
|
||||
"author": "Chef Rez"
|
||||
},
|
||||
"n3": {
|
||||
"title": "Luxury Interior Trends",
|
||||
"excerpt": "The design story of Ayris Apart.",
|
||||
"author": "Design Team"
|
||||
}
|
||||
}
|
||||
},
|
||||
"quote": "Luxury stays designed for ocean lovers",
|
||||
"experiences": {
|
||||
"title": "Discover experiences beyond the shore",
|
||||
"e1": { "title": "Akbük Koyu", "desc": "Swim towards the horizon in our stunning heated infinity pool, overlooking the turquoise expanse of the Aegean Sea." },
|
||||
"e2": { "title": "Ören Sahili", "desc": "Discover vibrant marine life, swim through crystal-clear waters, and experience the wonder of ocean." },
|
||||
"e3": { "title": "Alatepe Paraşüt", "desc": "Balance your soul and body while gliding over calm morning waves on our premium paddle boards." },
|
||||
"e4": { "title": "Çökertme Koyu", "desc": "Join our local experts for an authentic Mediterranean fishing experience at sunrise." }
|
||||
},
|
||||
"amenities": {
|
||||
"title": "Amenities",
|
||||
"cctv": "CCTV Security",
|
||||
@@ -129,4 +237,4 @@
|
||||
"fire_ext": "Fire Extinguisher",
|
||||
"wifi": "Free Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
+136
-28
@@ -2,12 +2,12 @@
|
||||
"nav": {
|
||||
"about": "Hakkımızda",
|
||||
"suites": "Odalar",
|
||||
"news": "Haberler",
|
||||
"news": "Blog",
|
||||
"contact": "İletişim",
|
||||
"home": "Anasayfa"
|
||||
},
|
||||
"hero": {
|
||||
"title": "Ayris Apart",
|
||||
"title": "AyrisApart",
|
||||
"desc": "Muğla Milas Ören'in kalbinde, rafine suitler ve unutulmaz bir konforu keşfedin. Lüks tatiliniz sizi bekliyor.",
|
||||
"explore": "Odaları Keşfedin"
|
||||
},
|
||||
@@ -21,14 +21,18 @@
|
||||
"others": "Diğer",
|
||||
"utility": "Yardımcı",
|
||||
"socials": "Sosyal Medya",
|
||||
"desc": "Bugün rezervasyon yapın ve Ören kıyılarında deniz kenarı lüksünü, nefes kesen manzaraları ve unutulmaz anları keşfedin."
|
||||
"desc": "Bugün rezervasyon yapın ve Ören kıyılarında deniz kenarı lüksünü, nefes kesen manzaraları ve unutulmaz anları keşfedin.",
|
||||
"services": "Hizmetler",
|
||||
"activities": "Aktiviteler",
|
||||
"gallery": "Galeri",
|
||||
"license": "Lisans"
|
||||
},
|
||||
"contact": {
|
||||
"title": "Bize Ulaşın",
|
||||
"subtitle": "Bağlantıda Kalalım",
|
||||
"visit": {
|
||||
"t": "Bizi Ziyaret Edin",
|
||||
"d": "Ören Mahallesi, Orta İskele Caddesi No:51 Ayris Apart 48220 Milas/Muğla"
|
||||
"d": "Ören Mahallesi, Orta İskele Caddesi No:71 Ayris Apart 48220 Milas/Muğla"
|
||||
},
|
||||
"call": {
|
||||
"t": "Bizi Arayın",
|
||||
@@ -69,10 +73,22 @@
|
||||
},
|
||||
"why": {
|
||||
"title": "Neden Ayris Apart?",
|
||||
"1": { "t": "Premium Konum", "d": "Ören'in en sakin bölgesinde, denize ve her yere kolay ulaşım imkanı" },
|
||||
"2": { "t": "Modern Tasarım", "d": "Çağdaş mimariye sahip, konforlu ve şık odalar" },
|
||||
"3": { "t": "24/7 Hizmet", "d": "Her an yanınızda olan deneyimli ekibimiz" },
|
||||
"4": { "t": "Güvenli Ödeme", "d": "SSL sertifikalı güvenli rezervasyon sistemi" }
|
||||
"1": {
|
||||
"t": "Premium Konum",
|
||||
"d": "Ören'in en sakin bölgesinde, denize ve her yere kolay ulaşım imkanı"
|
||||
},
|
||||
"2": {
|
||||
"t": "Modern Tasarım",
|
||||
"d": "Çağdaş mimariye sahip, konforlu ve şık odalar"
|
||||
},
|
||||
"3": {
|
||||
"t": "24/7 Hizmet",
|
||||
"d": "Her an yanınızda olan deneyimli ekibimiz"
|
||||
},
|
||||
"4": {
|
||||
"t": "Güvenli Ödeme",
|
||||
"d": "SSL sertifikalı güvenli rezervasyon sistemi"
|
||||
}
|
||||
},
|
||||
"vision": {
|
||||
"title": "Vizyonumuz",
|
||||
@@ -80,14 +96,38 @@
|
||||
}
|
||||
},
|
||||
"suites": {
|
||||
"s1": { "name": "Iris", "desc": "Gökkuşağının renklerini taşıyan, kesintisiz deniz manzarasıyla parlayan en özel suitimiz." },
|
||||
"s2": { "name": "Electra", "desc": "Kehribar tonlarıyla bezenmiş, huzur ve zarafetin buluştuğu aydınlık bir yaşam alanı." },
|
||||
"s3": { "name": "Arke", "desc": "Hafiflik ve özgürlük hissi veren tasarımıyla, ruhunuzu dinlendiren bir sığınak." },
|
||||
"s4": { "name": "Harpy", "desc": "Fırtınanın gücünü ve denizin enerjisini tek bir panoramik manzarada birleştiren suit." },
|
||||
"s5": { "name": "Hydaspes", "desc": "Suyun akışkanlığını ve saflığını yansıtan, dinginlik arayanlar için tasarlanmış oda." },
|
||||
"s6": { "name": "Zephyrus", "desc": "Batı rüzgarının serinliğini ve bahçenin ferahlığını balkonunuza taşıyan meltem suitimiz." },
|
||||
"s7": { "name": "Pothos", "desc": "Arzu ve tutkunun estetikle buluştuğu, her detayında lüksü hissedeceğiniz konaklama." },
|
||||
"s8": { "name": "Thaumas", "desc": "Denizin mucizelerine tanıklık edeceğiniz, Ören'in en geniş açılı sahil manzarasına sahip suit." },
|
||||
"s1": {
|
||||
"name": "Iris",
|
||||
"desc": "Gökkuşağının renklerini taşıyan, kesintisiz deniz manzarasıyla parlayan en özel suitimiz."
|
||||
},
|
||||
"s2": {
|
||||
"name": "Electra",
|
||||
"desc": "Kehribar tonlarıyla bezenmiş, huzur ve zarafetin buluştuğu aydınlık bir yaşam alanı."
|
||||
},
|
||||
"s3": {
|
||||
"name": "Arke",
|
||||
"desc": "Hafiflik ve özgürlük hissi veren tasarımıyla, ruhunuzu dinlendiren bir sığınak."
|
||||
},
|
||||
"s4": {
|
||||
"name": "Harpy",
|
||||
"desc": "Fırtınanın gücünü ve denizin enerjisini tek bir panoramik manzarada birleştiren suit."
|
||||
},
|
||||
"s5": {
|
||||
"name": "Hydaspes",
|
||||
"desc": "Suyun akışkanlığını ve saflığını yansıtan, dinginlik arayanlar için tasarlanmış oda."
|
||||
},
|
||||
"s6": {
|
||||
"name": "Zephyrus",
|
||||
"desc": "Batı rüzgarının serinliğini ve bahçenin ferahlığını balkonunuza taşıyan meltem suitimiz."
|
||||
},
|
||||
"s7": {
|
||||
"name": "Pothos",
|
||||
"desc": "Arzu ve tutkunun estetikle buluştuğu, her detayında lüksü hissedeceğiniz konaklama."
|
||||
},
|
||||
"s8": {
|
||||
"name": "Thaumas",
|
||||
"desc": "Denizin mucizelerine tanıklık edeceğiniz, Ören'in en geniş açılı sahil manzarasına sahip suit."
|
||||
},
|
||||
"btn": {
|
||||
"more": "Daha Fazla"
|
||||
}
|
||||
@@ -96,14 +136,62 @@
|
||||
"title": "Odalarımız",
|
||||
"subtitle": "Karakterli tasarımın, huzurlu okyanus manzaralarının ve mitolojik bir atmosferin tadını çıkarın. Her odamız kendine has bir hikaye anlatır.",
|
||||
"list": {
|
||||
"s1": { "name": "Iris", "desc": "Gökkuşağı postacısının adını taşıyan bu suit, her sabah denizden doğan renklerle canlanır.", "bed": "1 King-size yatak", "guests": "2 Misafir" },
|
||||
"s2": { "name": "Electra", "desc": "Altın sarısı gün batımlarını kucaklayan, parlaklığıyla büyüleyen bir konfor alanı.", "bed": "1 King-size yatak", "guests": "2 Misafir" },
|
||||
"s3": { "name": "Arke", "desc": "Ege'nin hafif meltemini içeri davet eden, minimalist ve ferah tasarımıyla öne çıkan suit.", "bed": "1 Queen-size yatak", "guests": "2 Misafir" },
|
||||
"s4": { "name": "Harpy", "desc": "Deniz dalgalarının ve rüzgarın şarkısını dinleyebileceğiniz, dinamik bir atmosfere sahip oda.", "bed": "1 King-size yatak", "guests": "2 Misafir" },
|
||||
"s5": { "name": "Hydaspes", "desc": "Antik nehirlerin dinginliğini yansıtan, huzur dolu su sesleriyle bezenmiş iç mekanlar.", "bed": "1 King-size yatak", "guests": "2 Misafir" },
|
||||
"s6": { "name": "Zephyrus", "desc": "Bahçe çiçeklerinin kokusunu ve batı rüzgarının serinliğini sunan, doğayla iç içe bir deneyim.", "bed": "1 King-size yatak", "guests": "2 Misafir" },
|
||||
"s7": { "name": "Pothos", "desc": "Estetik bir özlemle tasarlanmış, romantizm ve şıklığı bir araya getiren özel yaşam alanı.", "bed": "1 King-size yatak", "guests": "2 Misafir" },
|
||||
"s8": { "name": "Thaumas", "desc": "Denizin harikalarını ayaklarınızın altına seren, en üst düzey konforlu ve geniş suitimiz.", "bed": "2 King-size yatak", "guests": "4 Misafir" }
|
||||
"s1": {
|
||||
"name": "Iris",
|
||||
"desc": "Gökkuşağı postacısının adını taşıyan bu suit, her sabah denizden doğan renklerle canlanır.",
|
||||
"bed": "1 King-size yatak",
|
||||
"guests": "2 Misafir",
|
||||
"price": "5000 TL"
|
||||
},
|
||||
"s2": {
|
||||
"name": "Electra",
|
||||
"desc": "Altın sarısı gün batımlarını kucaklayan, parlaklığıyla büyüleyen bir konfor alanı.",
|
||||
"bed": "1 King-size yatak",
|
||||
"guests": "2 Misafir",
|
||||
"price": "5000 TL"
|
||||
},
|
||||
"s3": {
|
||||
"name": "Arke",
|
||||
"desc": "Ege'nin hafif meltemini içeri davet eden, minimalist ve ferah tasarımıyla öne çıkan suit.",
|
||||
"bed": "1 Queen-size yatak",
|
||||
"guests": "2 Misafir",
|
||||
"price": "5000 TL"
|
||||
},
|
||||
"s4": {
|
||||
"name": "Harpy",
|
||||
"desc": "Deniz dalgalarının ve rüzgarın şarkısını dinleyebileceğiniz, dinamik bir atmosfere sahip oda.",
|
||||
"bed": "1 King-size yatak",
|
||||
"guests": "2 Misafir",
|
||||
"price": "5000 TL"
|
||||
},
|
||||
"s5": {
|
||||
"name": "Hydaspes",
|
||||
"desc": "Antik nehirlerin dinginliğini yansıtan, huzur dolu su sesleriyle bezenmiş iç mekanlar.",
|
||||
"bed": "1 King-size yatak",
|
||||
"guests": "2 Misafir",
|
||||
"price": "5000 TL"
|
||||
},
|
||||
"s6": {
|
||||
"name": "Zephyrus",
|
||||
"desc": "Bahçe çiçeklerinin kokusunu ve batı rüzgarının serinliğini sunan, doğayla iç içe bir deneyim.",
|
||||
"bed": "1 King-size yatak",
|
||||
"guests": "2 Misafir",
|
||||
"price": "5000 TL"
|
||||
},
|
||||
"s7": {
|
||||
"name": "Pothos",
|
||||
"desc": "Estetik bir özlemle tasarlanmış, romantizm ve şıklığı bir araya getiren özel yaşam alanı.",
|
||||
"bed": "1 King-size yatak",
|
||||
"guests": "2 Misafir",
|
||||
"price": "5000 TL"
|
||||
},
|
||||
"s8": {
|
||||
"name": "Thaumas",
|
||||
"desc": "Denizin harikalarını ayaklarınızın altına seren, en üst düzey konforlu ve geniş suitimiz.",
|
||||
"bed": "2 King-size yatak",
|
||||
"guests": "4 Misafir",
|
||||
"price": "5000 TL"
|
||||
}
|
||||
},
|
||||
"details": "Detayları Keşfet"
|
||||
},
|
||||
@@ -112,11 +200,31 @@
|
||||
"excerpt": "Sahil cazibesi, seyahat ilhamı ve içeriden ipuçları ile dolu hikayeleri keşfedin.",
|
||||
"read": "Yazıyı Oku",
|
||||
"list": {
|
||||
"n1": { "title": "Ören'in Gizli Cevherleri", "excerpt": "Sadece yerellerin bildiği gizli koyları keşfedin.", "author": "Ayris Ekibi" },
|
||||
"n2": { "title": "Yaz Kokteylleri", "excerpt": "Yeni sezon menümüzle tanışın.", "author": "Şef Rez" },
|
||||
"n3": { "title": "Lüks İç Mekan Trendleri", "excerpt": "Ayris Apart'ın tasarım hikayesi.", "author": "Tasarım Ekibi" }
|
||||
"n1": {
|
||||
"title": "Ören'in Gizli Cevherleri",
|
||||
"excerpt": "Sadece yerellerin bildiği gizli koyları keşfedin.",
|
||||
"author": "Ayris Ekibi"
|
||||
},
|
||||
"n2": {
|
||||
"title": "Yaz Kokteylleri",
|
||||
"excerpt": "Yeni sezon menümüzle tanışın.",
|
||||
"author": "Şef Rez"
|
||||
},
|
||||
"n3": {
|
||||
"title": "Lüks İç Mekan Trendleri",
|
||||
"excerpt": "Ayris Apart'ın tasarım hikayesi.",
|
||||
"author": "Tasarım Ekibi"
|
||||
}
|
||||
}
|
||||
},
|
||||
"quote": "Okyanus severler için tasarlanmış lüks konaklamalar",
|
||||
"experiences": {
|
||||
"title": "Kıyının ötesinde deneyimler keşfedin",
|
||||
"e1": { "title": "Akbük Koyu", "desc": "Ege Denizi'nin turkuaz genişliğine bakan sonsuzluk havuzumuzda ufka doğru yüzün." },
|
||||
"e2": { "title": "Ören Sahili", "desc": "Canlı deniz yaşamını keşfedin, kristal berraklığında sularda yüzün ve okyanusun harikasını yaşayın." },
|
||||
"e3": { "title": "Alatepe Paraşüt", "desc": "Premium kürekli tahtalarda sakin sabah dalgaları üzerinde süzülerek ruhunuzu ve bedeninizi dengeleyin." },
|
||||
"e4": { "title": "Çökertme Koyu", "desc": "Gün doğumunda otantik bir Akdeniz balıkçılık deneyimi için yerel uzmanlarımıza katılın." }
|
||||
},
|
||||
"amenities": {
|
||||
"title": "Sunulan Olanaklar",
|
||||
"cctv": "Güvenlik Kamerası",
|
||||
@@ -129,4 +237,4 @@
|
||||
"fire_ext": "Yangın Tüpü",
|
||||
"wifi": "Ücretsiz Wi-Fi"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user