Simplify voice intro copy

This commit is contained in:
Ruslan Bakiev
2026-05-08 10:47:38 +07:00
parent 5a147714a2
commit 597a660756

View File

@@ -414,16 +414,14 @@ class _IntroStep extends StatelessWidget {
), ),
const SizedBox(height: 22), const SizedBox(height: 22),
Text( Text(
'Расскажи про место голосом', 'Поделись ощущением от места голосом. Мы разберем запись через AI и удалим аудио после обработки.',
style: Theme.of(context).textTheme.headlineSmall?.copyWith( textAlign: TextAlign.left,
fontWeight: FontWeight.w900, style: Theme.of(context).textTheme.titleLarge?.copyWith(
fontWeight: FontWeight.w800,
height: 1.18,
letterSpacing: 0, letterSpacing: 0,
), ),
), ),
const SizedBox(height: 10),
const Text(
'Поделись ощущением, а не оценкой. Мы разберем голос через AI и удалим аудио после обработки.',
),
], ],
), ),
action: FilledButton(onPressed: onNext, child: const Text('Далее')), action: FilledButton(onPressed: onNext, child: const Text('Далее')),