312 lines
9.3 KiB
JSON
312 lines
9.3 KiB
JSON
{
|
||
"meta": {
|
||
"id": "ru-kids-robotics",
|
||
"title": "RoboKids: будущее ребёнка",
|
||
"description": "Воронка для школы робототехники и программирования для детей 6-14 лет.",
|
||
"firstScreenId": "welcome"
|
||
},
|
||
"defaultTexts": {
|
||
"nextButton": "Далее",
|
||
"continueButton": "Продолжить"
|
||
},
|
||
"screens": [
|
||
{
|
||
"id": "welcome",
|
||
"template": "info",
|
||
"title": {
|
||
"text": "Подарите ребёнку навыки будущего",
|
||
"font": "manrope",
|
||
"weight": "bold",
|
||
"align": "center"
|
||
},
|
||
"description": {
|
||
"text": "Проектные занятия по робототехнике, программированию и soft skills в игровой форме.",
|
||
"font": "inter",
|
||
"weight": "medium",
|
||
"align": "center"
|
||
},
|
||
"icon": {
|
||
"type": "emoji",
|
||
"value": "🤖",
|
||
"size": "xl"
|
||
},
|
||
"bottomActionButton": {
|
||
"text": "Узнать программу"
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "pain"
|
||
}
|
||
},
|
||
{
|
||
"id": "pain",
|
||
"template": "info",
|
||
"title": {
|
||
"text": "Почему важно развивать навыки сейчас",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"description": {
|
||
"text": "90% современных профессий требуют технического мышления. Мы даём ребёнку уверенность и любовь к обучению.",
|
||
"font": "inter",
|
||
"weight": "medium"
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "birth-date"
|
||
}
|
||
},
|
||
{
|
||
"id": "birth-date",
|
||
"template": "date",
|
||
"title": {
|
||
"text": "Когда родился ваш ребёнок?",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"subtitle": {
|
||
"text": "Возраст помогает подобрать подходящую программу.",
|
||
"font": "inter",
|
||
"weight": "medium",
|
||
"color": "muted"
|
||
},
|
||
"dateInput": {
|
||
"monthPlaceholder": "ММ",
|
||
"dayPlaceholder": "ДД",
|
||
"yearPlaceholder": "ГГГГ",
|
||
"monthLabel": "Месяц",
|
||
"dayLabel": "День",
|
||
"yearLabel": "Год",
|
||
"showSelectedDate": true,
|
||
"selectedDateLabel": "Возраст:"
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "interest"
|
||
}
|
||
},
|
||
{
|
||
"id": "interest",
|
||
"template": "list",
|
||
"title": {
|
||
"text": "Что нравится ребёнку?",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"list": {
|
||
"selectionType": "multi",
|
||
"options": [
|
||
{ "id": "lego", "label": "Конструировать" },
|
||
{ "id": "games", "label": "Компьютерные игры" },
|
||
{ "id": "science", "label": "Экспериментировать" },
|
||
{ "id": "art", "label": "Рисовать и создавать истории" }
|
||
]
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "skills"
|
||
}
|
||
},
|
||
{
|
||
"id": "skills",
|
||
"template": "list",
|
||
"title": {
|
||
"text": "Какие навыки хотите усилить?",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"list": {
|
||
"selectionType": "multi",
|
||
"options": [
|
||
{ "id": "logic", "label": "Логика и математика" },
|
||
{ "id": "team", "label": "Командная работа" },
|
||
{ "id": "presentation", "label": "Презентация проектов" },
|
||
{ "id": "creativity", "label": "Креативность" }
|
||
]
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "case"
|
||
}
|
||
},
|
||
{
|
||
"id": "case",
|
||
"template": "info",
|
||
"title": {
|
||
"text": "Кейс семьи Еремовых",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"description": {
|
||
"text": "Сын собрал робота-доставщика и выиграл региональный конкурс. Теперь учится в технопарке.",
|
||
"font": "inter",
|
||
"weight": "medium"
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "format"
|
||
}
|
||
},
|
||
{
|
||
"id": "format",
|
||
"template": "list",
|
||
"title": {
|
||
"text": "Какой формат занятий удобен?",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"list": {
|
||
"selectionType": "single",
|
||
"options": [
|
||
{ "id": "offline", "label": "Очно в технопарке" },
|
||
{ "id": "online", "label": "Онлайн-лаборатория" },
|
||
{ "id": "hybrid", "label": "Комбо: онлайн + офлайн" }
|
||
]
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "schedule"
|
||
}
|
||
},
|
||
{
|
||
"id": "schedule",
|
||
"template": "list",
|
||
"title": {
|
||
"text": "Выберите расписание",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"list": {
|
||
"selectionType": "single",
|
||
"options": [
|
||
{ "id": "weekend", "label": "Выходные" },
|
||
{ "id": "weekday", "label": "Будни после школы" },
|
||
{ "id": "intensive", "label": "Интенсивные каникулы" }
|
||
]
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "form"
|
||
}
|
||
},
|
||
{
|
||
"id": "form",
|
||
"template": "form",
|
||
"title": {
|
||
"text": "Получите бесплатный пробный урок",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"fields": [
|
||
{ "id": "parentName", "label": "Имя родителя", "placeholder": "Как к вам обращаться", "type": "text", "required": true },
|
||
{ "id": "childName", "label": "Имя ребёнка", "placeholder": "Имя ребёнка", "type": "text", "required": true },
|
||
{ "id": "phone", "label": "Телефон", "placeholder": "+7 (___) ___-__-__", "type": "tel", "required": true }
|
||
],
|
||
"validationMessages": {
|
||
"required": "Поле ${field} обязательно",
|
||
"invalidFormat": "Проверьте корректность"
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "mentor"
|
||
}
|
||
},
|
||
{
|
||
"id": "mentor",
|
||
"template": "info",
|
||
"title": {
|
||
"text": "Ваш наставник",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"description": {
|
||
"text": "Педагог MIT и финалист World Robot Olympiad проведёт вводную встречу и вовлечёт ребёнка в проект.",
|
||
"font": "inter",
|
||
"weight": "medium"
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "packages"
|
||
}
|
||
},
|
||
{
|
||
"id": "packages",
|
||
"template": "list",
|
||
"title": {
|
||
"text": "Выберите программу",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"list": {
|
||
"selectionType": "single",
|
||
"options": [
|
||
{ "id": "start", "label": "Start — 2 месяца" },
|
||
{ "id": "pro", "label": "Pro — 6 месяцев" },
|
||
{ "id": "elite", "label": "Elite — 12 месяцев + наставник" }
|
||
]
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "bonus"
|
||
}
|
||
},
|
||
{
|
||
"id": "bonus",
|
||
"template": "info",
|
||
"title": {
|
||
"text": "Бонусы для новых семей",
|
||
"font": "manrope",
|
||
"weight": "bold"
|
||
},
|
||
"description": {
|
||
"text": "Сертификат на 3D-печать проекта и доступ к киберспортивной студии.",
|
||
"font": "inter",
|
||
"weight": "medium"
|
||
},
|
||
"navigation": {
|
||
"defaultNextScreenId": "coupon"
|
||
}
|
||
},
|
||
{
|
||
"id": "coupon",
|
||
"template": "coupon",
|
||
"title": {
|
||
"text": "Забронируйте место",
|
||
"font": "manrope",
|
||
"weight": "bold",
|
||
"align": "center"
|
||
},
|
||
"subtitle": {
|
||
"text": "Скидка 15% и подарок на первый месяц обучения.",
|
||
"font": "inter",
|
||
"weight": "medium",
|
||
"align": "center",
|
||
"color": "muted"
|
||
},
|
||
"coupon": {
|
||
"title": {
|
||
"text": "RoboKids",
|
||
"font": "manrope",
|
||
"weight": "bold",
|
||
"color": "primary"
|
||
},
|
||
"offer": {
|
||
"title": {
|
||
"text": "-15%",
|
||
"font": "manrope",
|
||
"weight": "black",
|
||
"size": "4xl"
|
||
},
|
||
"description": {
|
||
"text": "Первый месяц + подарок",
|
||
"font": "inter",
|
||
"weight": "medium"
|
||
}
|
||
},
|
||
"promoCode": {
|
||
"text": "ROBO15",
|
||
"font": "inter",
|
||
"weight": "semiBold"
|
||
},
|
||
"footer": {
|
||
"text": "Нажмите, чтобы активировать скидку",
|
||
"font": "inter",
|
||
"weight": "medium",
|
||
"size": "sm",
|
||
"color": "muted"
|
||
}
|
||
},
|
||
"copiedMessage": "Промокод {code} скопирован!"
|
||
}
|
||
]
|
||
}
|