Files
ipv6-sims/app/data/registration.json
T
2026-05-19 15:23:25 +07:00

41 lines
1.4 KiB
JSON

{
"title": "Summit Registration",
"subtitle": "Secure your presence at the forefront of IPv6 innovation for AI and Data Centres.",
"ticket": {
"label": "Delegate Pass",
"price": "$120",
"currency": "USD",
"note": "One-time payment via PayPal",
"perks": [
"Full-day conference access",
"Workshops and sessions",
"Lunch & refreshments included",
"Digital summit materials",
"Certificate of attendance"
]
},
"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." }
}