fix: add missing securityBadge data to resortData
This commit is contained in:
@@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user