diff --git a/src/data/resort.ts b/src/data/resort.ts index bfa8a86..637d65e 100644 --- a/src/data/resort.ts +++ b/src/data/resort.ts @@ -322,4 +322,17 @@ export const resortData = { ], bookingUrl: "https://salmakis.com.tr/rezervasyon", + + securityBadge: { + title: { + tr: "Güvenli Rezervasyon", + en: "Secure Booking", + de: "Sichere Buchung", + } as LocalizedText, + description: { + tr: "Resmi web sitemiz üzerinden yapacağınız tüm rezervasyonlar en yüksek güvenlik standartlarıyla korunmaktadır. Verileriniz uçtan uca şifrelenir.", + en: "All bookings made through our official website are protected by the highest security standards. Your data is encrypted end-to-end.", + de: "Alle Buchungen über unsere offizielle Website sind durch höchste Sicherheitsstandards geschützt. Ihre Daten werden Ende-zu-Ende verschlüsselt.", + } as LocalizedText, + }, };