forked from UKSOURCE/ipv6
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"title": "Summit Registration",
|
|
"subtitle": "Secure your presence at the forefront of IPv6 innovation for AI and Data Centres.",
|
|
"sections": {
|
|
"personal": { "title": "Personal Info", "fullName": "Full Name", "phone": "Phone Number", "email": "Business Email" },
|
|
"professional": { "title": "Professional Info", "company": "Company Name", "jobTitle": "Job Title" },
|
|
"industry": {
|
|
"title": "Industry",
|
|
"label": "Select Industry",
|
|
"placeholder": "Please choose...",
|
|
"options": [
|
|
{ "value": "government", "label": "Government" },
|
|
{ "value": "telecom", "label": "Telecom" },
|
|
{ "value": "cloud", "label": "Cloud / Data Centre" },
|
|
{ "value": "ai", "label": "AI / Software" },
|
|
{ "value": "others", "label": "Others" }
|
|
]
|
|
},
|
|
"additional": {
|
|
"title": "Additional Details",
|
|
"label": "Special requirements or dietary restrictions",
|
|
"placeholder": "Vegetarian options, accessibility needs, etc."
|
|
}
|
|
},
|
|
"submit": { "label": "Submit Registration", "disclaimer": "By registering, you agree to our Privacy Policy and Terms of Service." }
|
|
}
|
|
|