Update Ui Signin
This commit is contained in:
25
constants/company.js
Normal file
25
constants/company.js
Normal file
@@ -0,0 +1,25 @@
|
||||
export const COMPANY = {
|
||||
name: 'BigDataTechCloud',
|
||||
website: 'https://bigdatatech.cloud',
|
||||
|
||||
parent: {
|
||||
name: 'BigDataTech',
|
||||
website: 'https://bigdatatech.vn/',
|
||||
email: 'contact@bigdatatech.vn',
|
||||
phone: '(+84) 943 833 599',
|
||||
address: 'Tầng 4, 505 Đường Minh Khai, Phường Vĩnh Tuy, Hà Nội',
|
||||
slogan: 'BigDataTech - Giải pháp Big Data & Phát triển Phần mềm',
|
||||
},
|
||||
|
||||
email: {
|
||||
contact: 'contact@bigdatatech.vn',
|
||||
support: 'contact@bigdatatech.vn',
|
||||
},
|
||||
|
||||
phone: {
|
||||
main: '(+84) 943 833 599',
|
||||
hotline: '(+84) 943 833 599',
|
||||
},
|
||||
|
||||
address: 'Tầng 4, 505 Đường Minh Khai, Phường Vĩnh Tuy, Hà Nội',
|
||||
};
|
||||
Reference in New Issue
Block a user