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:
@@ -0,0 +1,34 @@
|
||||
# Ayris Apart - Luxury Seaside Accommodation in Ören, Muğla
|
||||
|
||||
Ayris Apart offers refined suites and unforgettable comfort in the heart of Milas Ören, Muğla. Established in 2021, we combine modern design with traditional Turkish hospitality.
|
||||
|
||||
## Core Values
|
||||
- **Premium Location:** Situated in the quietest part of Ören with easy access to the sea.
|
||||
- **Modern Design:** Contemporary architecture with comfortable and stylish rooms.
|
||||
- **24/7 Service:** Dedicated team available at all times.
|
||||
- **Mythological Theme:** Each suite is named after mythological figures (Iris, Electra, Arke, Harpy, Hydaspes, Zephyrus, Pothos, Thaumas).
|
||||
|
||||
## Contact Information
|
||||
- **Address:** Ören Mahallesi, Orta İskele Caddesi No:51 Ayris Apart 48220 Milas/Muğla, Turkey
|
||||
- **Phone:** Available for 7/24 service.
|
||||
- **Check-in:** 14:00 | **Check-out:** 11:00
|
||||
|
||||
## Suites Overview
|
||||
- **Iris:** Uninterrupted sea view.
|
||||
- **Electra:** Bright living space with amber tones.
|
||||
- **Arke:** Minimalist and spacious design.
|
||||
- **Harpy:** Dynamic atmosphere with panoramic views.
|
||||
- **Hydaspes:** Tranquil interiors reflecting the purity of water.
|
||||
- **Zephyrus:** Garden freshness and western winds.
|
||||
- **Pothos:** Luxury, romance, and aesthetic elegance.
|
||||
- **Thaumas:** Widest beach view in Ören.
|
||||
|
||||
## Amenities
|
||||
- Free Wi-Fi, Kitchen, Air Conditioning, Free Parking, Security Cameras, Fire Alarms.
|
||||
|
||||
## Links
|
||||
- [Home](https://ayrisapart.com/)
|
||||
- [Suites](https://ayrisapart.com/suites)
|
||||
- [About Us](https://ayrisapart.com/about)
|
||||
- [Contact](https://ayrisapart.com/contact)
|
||||
- [Pricing](/pricing.md)
|
||||
@@ -0,0 +1,65 @@
|
||||
# Pricing & Suites - Ayris Apart
|
||||
|
||||
Ayris Apart provides luxury suite accommodations in Ören, Muğla. Below are the details for each suite.
|
||||
|
||||
## General Pricing
|
||||
- **Standard Nightly Rate:** 5,000 TL (may vary by season)
|
||||
- **Currency:** Turkish Lira (TL)
|
||||
|
||||
## Suite Details
|
||||
|
||||
### Iris Suite
|
||||
- **Price:** 5,000 TL
|
||||
- **Capacity:** 2 Guests
|
||||
- **Bedding:** 1 King-size bed
|
||||
- **Highlights:** Uninterrupted sea view, named after the rainbow messenger.
|
||||
|
||||
### Electra Suite
|
||||
- **Price:** 5,000 TL
|
||||
- **Capacity:** 2 Guests
|
||||
- **Bedding:** 1 King-size bed
|
||||
- **Highlights:** Bright space, golden sunset views.
|
||||
|
||||
### Arke Suite
|
||||
- **Price:** 5,000 TL
|
||||
- **Capacity:** 2 Guests
|
||||
- **Bedding:** 1 Queen-size bed
|
||||
- **Highlights:** Minimalist design, Aegean breeze.
|
||||
|
||||
### Harpy Suite
|
||||
- **Price:** 5,000 TL
|
||||
- **Capacity:** 2 Guests
|
||||
- **Bedding:** 1 King-size bed
|
||||
- **Highlights:** Dynamic atmosphere, panoramic view.
|
||||
|
||||
### Hydaspes Suite
|
||||
- **Price:** 5,000 TL
|
||||
- **Capacity:** 2 Guests
|
||||
- **Bedding:** 1 King-size bed
|
||||
- **Highlights:** Tranquil interiors, water-inspired design.
|
||||
|
||||
### Zephyrus Suite
|
||||
- **Price:** 5,000 TL
|
||||
- **Capacity:** 2 Guests
|
||||
- **Bedding:** 1 King-size bed
|
||||
- **Highlights:** Garden view, western wind theme.
|
||||
|
||||
### Pothos Suite
|
||||
- **Price:** 5,000 TL
|
||||
- **Capacity:** 2 Guests
|
||||
- **Bedding:** 1 King-size bed
|
||||
- **Highlights:** Romantic and aesthetic luxury.
|
||||
|
||||
### Thaumas Suite
|
||||
- **Price:** 5,000 TL
|
||||
- **Capacity:** 4 Guests
|
||||
- **Bedding:** 2 King-size beds
|
||||
- **Highlights:** Widest beach view, spacious comfort.
|
||||
|
||||
## Policies
|
||||
- **Check-in:** 14:00
|
||||
- **Check-out:** 11:00
|
||||
- **Cancellation:** Please contact us for details.
|
||||
|
||||
## Booking
|
||||
For reservations, please contact us via WhatsApp or Phone through our [Contact Page](https://ayrisapart.com/contact).
|
||||
@@ -0,0 +1,26 @@
|
||||
# Allow AI crawlers to discover Ayris Apart content
|
||||
User-agent: GPTBot
|
||||
Allow: /
|
||||
|
||||
User-agent: ChatGPT-User
|
||||
Allow: /
|
||||
|
||||
User-agent: PerplexityBot
|
||||
Allow: /
|
||||
|
||||
User-agent: ClaudeBot
|
||||
Allow: /
|
||||
|
||||
User-agent: anthropic-ai
|
||||
Allow: /
|
||||
|
||||
User-agent: Google-Extended
|
||||
Allow: /
|
||||
|
||||
User-agent: Bingbot
|
||||
Allow: /
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://ayrisapart.com/sitemap.xml
|
||||
Reference in New Issue
Block a user