forked from UKSOURCE/hailearning.edu.vn
Initial commit
This commit is contained in:
89
app/contact/contact.json
Normal file
89
app/contact/contact.json
Normal file
@@ -0,0 +1,89 @@
|
||||
{
|
||||
"title": "Liên Hệ Với Chúng Tôi",
|
||||
"subtitle": "Chúng tôi luôn sẵn sàng hỗ trợ bạn 24/7",
|
||||
"contactInfo": {
|
||||
"address": {
|
||||
"label": "Địa chỉ",
|
||||
"value": "123 Nguyễn Huệ, Quận 1, TP.HCM",
|
||||
"icon": "📍"
|
||||
},
|
||||
"phone": {
|
||||
"label": "Điện thoại",
|
||||
"value": "+84 28 1234 5678",
|
||||
"icon": "📞"
|
||||
},
|
||||
"email": {
|
||||
"label": "Email",
|
||||
"value": "info@visaservice.com",
|
||||
"icon": "✉️"
|
||||
},
|
||||
"hours": {
|
||||
"label": "Giờ làm việc",
|
||||
"value": "Thứ 2 - Thứ 6: 8:00 - 18:00\nThứ 7: 8:00 - 12:00",
|
||||
"icon": "🕒"
|
||||
}
|
||||
},
|
||||
"offices": [
|
||||
{
|
||||
"name": "Văn Phòng TP.HCM",
|
||||
"address": "123 Nguyễn Huệ, Quận 1, TP.HCM",
|
||||
"phone": "+84 28 1234 5678",
|
||||
"email": "hcm@visaservice.com"
|
||||
},
|
||||
{
|
||||
"name": "Văn Phòng Hà Nội",
|
||||
"address": "456 Hoàn Kiếm, Hà Nội",
|
||||
"phone": "+84 24 1234 5678",
|
||||
"email": "hanoi@visaservice.com"
|
||||
},
|
||||
{
|
||||
"name": "Văn Phòng Đà Nẵng",
|
||||
"address": "789 Hải Châu, Đà Nẵng",
|
||||
"phone": "+84 236 1234 567",
|
||||
"email": "danang@visaservice.com"
|
||||
}
|
||||
],
|
||||
"formFields": [
|
||||
{
|
||||
"name": "fullName",
|
||||
"label": "Họ và tên",
|
||||
"type": "text",
|
||||
"required": true,
|
||||
"placeholder": "Nhập họ và tên của bạn"
|
||||
},
|
||||
{
|
||||
"name": "email",
|
||||
"label": "Email",
|
||||
"type": "email",
|
||||
"required": true,
|
||||
"placeholder": "example@email.com"
|
||||
},
|
||||
{
|
||||
"name": "phone",
|
||||
"label": "Số điện thoại",
|
||||
"type": "tel",
|
||||
"required": true,
|
||||
"placeholder": "+84 xxx xxx xxx"
|
||||
},
|
||||
{
|
||||
"name": "service",
|
||||
"label": "Dịch vụ quan tâm",
|
||||
"type": "select",
|
||||
"required": true,
|
||||
"options": [
|
||||
"Tư vấn visa",
|
||||
"Chuẩn bị hồ sơ",
|
||||
"Đặt vé máy bay",
|
||||
"Tour trọn gói",
|
||||
"Khác"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"label": "Tin nhắn",
|
||||
"type": "textarea",
|
||||
"required": false,
|
||||
"placeholder": "Mô tả chi tiết nhu cầu của bạn..."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user