-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.ts
26 lines (26 loc) · 901 Bytes
/
data.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export const data = [
{
name: "dai.trinhduc",
username: "Trịnh Đức Đại",
email: "[email protected]",
phone: "(+84) 2466874606",
position: "Vinh Branch Manager",
company: "NCCPLUS VIETNAM JSC",
// logo: "https://funix.edu.vn/wp-content/uploads/2019/07/8.-NCC.jpg",
// slogan:"We do it with passion",
web: "http://ncc.asia",
address: "4th Floor, 138 Ha Huy Tap St., Vinh City, Nghe An Province, Vietnam",
},
{
name: "dat.lethanh2",
username: "Lê Thành Đạt",
email: "[email protected]",
phone: "(+84) 2466874606",
position: "Vinh Branch Manager",
company: "NCCPLUS VIETNAM JSC",
// logo: "https://funix.edu.vn/wp-content/uploads/2019/07/8.-NCC.jpg",
// slogan:"We do it with passion",
web: "http://ncc.asia",
address: "4th Floor, 138 Ha Huy Tap St., Vinh City, Nghe An Province, Vietnam",
},
];