// Bengali (bn) import type { contentType } from "./content"; export const content: contentType = { brandName: "GlobaCheap", phone: "ফোন", contacts: "যোগাযোগ", buyCredits: "ক্রেডিট কিনুন", rates: "হার", logIn: "লগ ইন", signUp: "সাইন আপ", languageLabel: "ভাষা", profile: { credits: "ক্রেডিট", accountSettings: "অ্যাকাউন্ট সেটিংস", signOut: "সাইন আউট", }, };