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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user