w-funnel/public/funnels/ru-language-immersion.json
2025-09-26 12:54:43 +02:00

331 lines
10 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"meta": {
"id": "ru-language-immersion",
"title": "LinguaPro: английский за 3 месяца",
"description": "Воронка онлайн-школы английского языка для взрослых.",
"firstScreenId": "start"
},
"defaultTexts": {
"nextButton": "Далее",
"continueButton": "Продолжить"
},
"screens": [
{
"id": "start",
"template": "info",
"title": {
"text": "Говори уверенно через 12 недель",
"font": "manrope",
"weight": "bold",
"align": "center"
},
"description": {
"text": "Живые уроки с преподавателем, ежедневная практика и контроль прогресса.",
"font": "inter",
"weight": "medium",
"align": "center"
},
"icon": {
"type": "emoji",
"value": "🌍",
"size": "xl"
},
"bottomActionButton": {
"text": "Диагностика уровня"
},
"navigation": {
"defaultNextScreenId": "pain"
}
},
{
"id": "pain",
"template": "info",
"title": {
"text": "Почему 4 из 5 студентов не доходят до результата?",
"font": "manrope",
"weight": "bold"
},
"description": {
"text": "Нерегулярность, отсутствие практики и скучные уроки. Мы исправили каждую точку.",
"font": "inter",
"weight": "medium"
},
"navigation": {
"defaultNextScreenId": "goal-date"
}
},
{
"id": "goal-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": "current-level"
}
},
{
"id": "current-level",
"template": "list",
"title": {
"text": "Оцени свой текущий уровень",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "single",
"options": [
{ "id": "starter", "label": "Начинаю с нуля" },
{ "id": "elementary", "label": "Могу поддержать простую беседу" },
{ "id": "intermediate", "label": "Хочу говорить свободно" },
{ "id": "advanced", "label": "Нужен профессиональный английский" }
]
},
"navigation": {
"defaultNextScreenId": "difficulties"
}
},
{
"id": "difficulties",
"template": "list",
"title": {
"text": "Что даётся сложнее всего?",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "multi",
"options": [
{ "id": "speaking", "label": "Разговорная речь" },
{ "id": "listening", "label": "Понимание на слух" },
{ "id": "grammar", "label": "Грамматика" },
{ "id": "vocabulary", "label": "Словарный запас" },
{ "id": "confidence", "label": "Стеснение" }
]
},
"navigation": {
"defaultNextScreenId": "success-story"
}
},
{
"id": "success-story",
"template": "info",
"title": {
"text": "Кейс Максима: оффер в международной компании",
"font": "manrope",
"weight": "bold"
},
"description": {
"text": "За 10 недель он прокачал разговорный до Upper-Intermediate, прошёл интервью и удвоил доход.",
"font": "inter",
"weight": "medium"
},
"navigation": {
"defaultNextScreenId": "study-format"
}
},
{
"id": "study-format",
"template": "list",
"title": {
"text": "Как удобнее заниматься?",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "single",
"options": [
{ "id": "individual", "label": "Индивидуально с преподавателем" },
{ "id": "mini-group", "label": "Мини-группа до 4 человек" },
{ "id": "intensive", "label": "Интенсив по выходным" }
]
},
"navigation": {
"defaultNextScreenId": "practice"
}
},
{
"id": "practice",
"template": "info",
"title": {
"text": "Практика каждый день",
"font": "manrope",
"weight": "bold"
},
"description": {
"text": "Марафоны спикинга, разговорные клубы с носителями и тренажёр произношения в приложении.",
"font": "inter",
"weight": "medium"
},
"navigation": {
"defaultNextScreenId": "support"
}
},
{
"id": "support",
"template": "list",
"title": {
"text": "Что важно в поддержке?",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "multi",
"options": [
{ "id": "mentor", "label": "Личный куратор" },
{ "id": "feedback", "label": "Еженедельный фидбек" },
{ "id": "chat", "label": "Чат 24/7" },
{ "id": "reports", "label": "Отчёт о прогрессе" }
]
},
"navigation": {
"defaultNextScreenId": "contact-form"
}
},
{
"id": "contact-form",
"template": "form",
"title": {
"text": "Получите индивидуальный учебный план",
"font": "manrope",
"weight": "bold"
},
"fields": [
{ "id": "name", "label": "Имя", "placeholder": "Как к вам обращаться", "type": "text", "required": true },
{ "id": "phone", "label": "Телефон", "placeholder": "+7 (___) ___-__-__", "type": "tel", "required": true },
{ "id": "email", "label": "Email", "placeholder": "Получите PDF-план", "type": "email", "required": true }
],
"validationMessages": {
"required": "Поле ${field} обязательно",
"invalidFormat": "Проверьте ввод"
},
"navigation": {
"defaultNextScreenId": "mentor-match"
}
},
{
"id": "mentor-match",
"template": "info",
"title": {
"text": "Мы подобрали вам преподавателя",
"font": "manrope",
"weight": "bold"
},
"description": {
"text": "Сертифицированный CELTA преподаватель с опытом подготовки к собеседованиям.",
"font": "inter",
"weight": "medium"
},
"navigation": {
"defaultNextScreenId": "programs"
}
},
{
"id": "programs",
"template": "list",
"title": {
"text": "Выберите программу",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "single",
"options": [
{ "id": "starter", "label": "Start Now — 8 недель" },
{ "id": "pro", "label": "Career Boost — 12 недель" },
{ "id": "vip", "label": "Executive — 16 недель + коуч" }
]
},
"navigation": {
"defaultNextScreenId": "bonus"
}
},
{
"id": "bonus",
"template": "info",
"title": {
"text": "Бонусы для тех, кто оплачивает сегодня",
"font": "manrope",
"weight": "bold"
},
"description": {
"text": "Доступ к библиотеке TED-тренажёров и разговорный клуб в подарок.",
"font": "inter",
"weight": "medium"
},
"navigation": {
"defaultNextScreenId": "coupon"
}
},
{
"id": "coupon",
"template": "coupon",
"title": {
"text": "Закрепите скидку",
"font": "manrope",
"weight": "bold",
"align": "center"
},
"subtitle": {
"text": "Скидка 30% на первый модуль и бонусный урок с носителем.",
"font": "inter",
"weight": "medium",
"align": "center",
"color": "muted"
},
"coupon": {
"title": {
"text": "LinguaPro",
"font": "manrope",
"weight": "bold",
"color": "primary"
},
"offer": {
"title": {
"text": "-30%",
"font": "manrope",
"weight": "black",
"size": "4xl"
},
"description": {
"text": "Курс и разговорный клуб",
"font": "inter",
"weight": "medium"
}
},
"promoCode": {
"text": "LINGUA30",
"font": "inter",
"weight": "semiBold"
},
"footer": {
"text": "Нажмите, чтобы использовать промокод",
"font": "inter",
"weight": "medium",
"size": "sm",
"color": "muted"
}
},
"copiedMessage": "Промокод {code} скопирован!"
}
]
}