Update Ui Signin

This commit is contained in:
ThienPhamVan
2026-03-20 11:00:25 +07:00
parent c9f20ed9fe
commit 4157344454
6 changed files with 123 additions and 57 deletions

25
constants/company.js Normal file
View 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',
};