fix: add missing securityBadge data to resortData

This commit is contained in:
2026-04-15 22:44:49 +03:00
parent 1590bef227
commit 267bd92c07

View File

@@ -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,
},
};