This commit is contained in:
Thien Pham Van
2026-03-17 14:08:57 +07:00
parent c9940afc82
commit cf144ea896
34 changed files with 10875 additions and 0 deletions

21
app/config/company.js Normal file
View File

@@ -0,0 +1,21 @@
export const companyInfo = {
name: 'Công ty TNHH Giải Pháp Công Nghệ Phân Tích Dữ Liệu Lớn',
phone: {
hotline: '(+84) 943 833 599',
support: '',
sales: '',
},
email: {
contact: 'contact@bigdatatech.vn',
support: '',
},
address: 'Tầng 4, 505 Đường Minh Khai, Phường Vĩnh Tuy, Hà Nội',
website: 'https://bigdatatech.vn/',
social: {
facebook: 'https://www.facebook.com/BigDataTechVietnam',
zalo: 'https://zalo.me/0943833599',
},
};