This commit is contained in:
2026-05-11 16:24:14 +07:00
commit 6a48d6351c
313 changed files with 41936 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
{
"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." }
}