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

315 lines
9.7 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-finance-freedom",
"title": "Capital Sense: финансовая свобода",
"description": "Воронка для консультаций по инвестициям и личному финансовому планированию.",
"firstScreenId": "intro"
},
"defaultTexts": {
"nextButton": "Далее",
"continueButton": "Продолжить"
},
"screens": [
{
"id": "intro",
"template": "info",
"title": {
"text": "Сформируй капитал, который работает за тебя",
"font": "manrope",
"weight": "bold",
"align": "center"
},
"description": {
"text": "Персональный финансовый план, подбор инструментов и сопровождение на каждом шаге.",
"font": "inter",
"weight": "medium",
"align": "center"
},
"icon": {
"type": "emoji",
"value": "💼",
"size": "xl"
},
"bottomActionButton": {
"text": "Начать"
},
"navigation": {
"defaultNextScreenId": "fear"
}
},
{
"id": "fear",
"template": "info",
"title": {
"text": "Почему деньги не приносят свободу?",
"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-income"
}
},
{
"id": "current-income",
"template": "list",
"title": {
"text": "Какой у тебя ежемесячный доход?",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "single",
"options": [
{ "id": "lt100k", "label": "До 100 000 ₽" },
{ "id": "100-250", "label": "100 000 250 000 ₽" },
{ "id": "250-500", "label": "250 000 500 000 ₽" },
{ "id": "500plus", "label": "Свыше 500 000 ₽" }
]
},
"navigation": {
"defaultNextScreenId": "savings"
}
},
{
"id": "savings",
"template": "list",
"title": {
"text": "Как распределяются накопления?",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "multi",
"options": [
{ "id": "deposit", "label": "Банковские вклады" },
{ "id": "stocks", "label": "Акции и фонды" },
{ "id": "realty", "label": "Недвижимость" },
{ "id": "business", "label": "Собственный бизнес" },
{ "id": "cash", "label": "Храню в наличных" }
]
},
"navigation": {
"defaultNextScreenId": "risk"
}
},
{
"id": "risk",
"template": "list",
"title": {
"text": "Готовность к риску",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "single",
"options": [
{ "id": "conservative", "label": "Консервативная стратегия" },
{ "id": "balanced", "label": "Сбалансированный портфель" },
{ "id": "aggressive", "label": "Готов к высоким рискам ради роста" }
]
},
"navigation": {
"defaultNextScreenId": "case"
}
},
{
"id": "case",
"template": "info",
"title": {
"text": "История Александра: капитал 12 млн за 5 лет",
"font": "manrope",
"weight": "bold"
},
"description": {
"text": "Использовали облигации, дивидендные акции и страхование. Доходность 18% при низком риске.",
"font": "inter",
"weight": "medium"
},
"navigation": {
"defaultNextScreenId": "priorities"
}
},
{
"id": "priorities",
"template": "list",
"title": {
"text": "Выбери финансовые приоритеты",
"font": "manrope",
"weight": "bold"
},
"list": {
"selectionType": "multi",
"options": [
{ "id": "capital", "label": "Долгосрочный капитал" },
{ "id": "passive", "label": "Пассивный доход" },
{ "id": "education", "label": "Образование детей" },
{ "id": "pension", "label": "Пенсия без тревог" },
{ "id": "protection", "label": "Страхование и защита" }
]
},
"navigation": {
"defaultNextScreenId": "form"
}
},
{
"id": "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": "advisor"
}
},
{
"id": "advisor",
"template": "info",
"title": {
"text": "Ваш персональный советник",
"font": "manrope",
"weight": "bold"
},
"description": {
"text": "Сертифицированный финансовый консультант составит портфель и будет сопровождать на ежемесячных созвонах.",
"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": "growth", "label": "Growth — до 10 млн ₽" },
{ "id": "elite", "label": "Elite — от 10 млн ₽ и Family Office" }
]
},
"navigation": {
"defaultNextScreenId": "bonus"
}
},
{
"id": "bonus",
"template": "info",
"title": {
"text": "Бонусы к записи сегодня",
"font": "manrope",
"weight": "bold"
},
"description": {
"text": "Инвестиционный чек-лист и бесплатный аудит страховок от партнёра.",
"font": "inter",
"weight": "medium"
},
"navigation": {
"defaultNextScreenId": "coupon"
}
},
{
"id": "coupon",
"template": "coupon",
"title": {
"text": "Забронируйте условия",
"font": "manrope",
"weight": "bold",
"align": "center"
},
"subtitle": {
"text": "Скидка 25% на первый месяц сопровождения и аудит портфеля.",
"font": "inter",
"weight": "medium",
"align": "center",
"color": "muted"
},
"coupon": {
"title": {
"text": "Capital Sense",
"font": "manrope",
"weight": "bold",
"color": "primary"
},
"offer": {
"title": {
"text": "-25%",
"font": "manrope",
"weight": "black",
"size": "4xl"
},
"description": {
"text": "Первый месяц и аудит портфеля",
"font": "inter",
"weight": "medium"
}
},
"promoCode": {
"text": "FIN25",
"font": "inter",
"weight": "semiBold"
},
"footer": {
"text": "Нажмите, чтобы активировать промокод",
"font": "inter",
"weight": "medium",
"size": "sm",
"color": "muted"
}
},
"copiedMessage": "Промокод {code} скопирован!"
}
]
}