{ "hero": { "title": "Business Partnership", "subtitle": "We are excited to hear from you. Share your information below and our team will respond within one business day.", "image": "/img/6.png" }, "form": { "title": "Tell Us About Your Needs", "description": "Leave your contact details and partnership ideas so our business team can follow up promptly.", "note": "We respect your privacy: the information you submit is only used for business communication.", "submit": "Submit", "fields": [ { "id": "name", "label": "Name", "placeholder": "Enter your name", "type": "text", "maxLength": 20 }, { "id": "company", "label": "Company", "placeholder": "Enter your company name", "type": "text", "maxLength": 20 }, { "id": "role", "label": "Job Title", "placeholder": "Select your position", "type": "text", "maxLength": 20 }, { "id": "country", "label": "Country / Region", "placeholder": "Select your country", "type": "select", "options": ["China", "Hong Kong, China", "United States", "United Kingdom", "Germany", "France", "Japan", "South Korea", "Singapore", "Other"] }, { "id": "phone", "label": "Phone", "placeholder": "Enter your phone number", "type": "tel", "maxLength": 20 }, { "id": "email", "label": "Email", "placeholder": "Enter your email address", "type": "email" }, { "id": "website", "label": "Company Website", "placeholder": "Enter your company website", "type": "url", "maxLength": 100, "span": "full" }, { "id": "description", "label": "Collaboration Overview", "placeholder": "Describe the collaboration idea briefly", "type": "textarea", "maxLength": 500, "span": "full" } ] } }