export const content = { brandName: "GlobaCheap", phone: "Phone", contacts: "Contacts", buyCredits: "Buy Credits", rates: "Rates", logIn: "Log In", signUp: "Sign Up", languageLabel: "Language", profile: { credits: "Credits", accountSettings: "Account Settings", signOut: "Sign out", }, }; export type contentType = typeof content;