Base Login

This commit is contained in:
ThienPhamVan
2026-03-25 10:06:01 +07:00
commit 3a2e16cf19
81 changed files with 27983 additions and 0 deletions

27
constants/company.js Normal file
View File

@@ -0,0 +1,27 @@
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',
sloganEn: 'BigDataTech - Big Data Solutions & Software Development',
},
email: {
contact: 'contact@bigdatatech.vn',
support: 'support@bigdatatech.vn',
},
phone: {
main: '(+84) 943 833 599',
hotline: '(+84) 943 833 599',
support: '(+84) 943 833 599',
},
address: 'Tầng 4, 505 Đường Minh Khai, Phường Vĩnh Tuy, Hà Nội',
};