···83838484 if (!mounted) return;
85858686- context.router.replaceAll([const FeedsRoute()]);
8686+ context.router.replaceAll([const MainRoute()]);
8787 } else {
8888 context.router.replaceAll([const OnboardingRoute()]);
8989 }
···171171 ),
172172 const SizedBox(height: 12),
173173 Text(
174174- 'Spark is currently in public beta.\n'
175175- 'We value your feedback and are still \n'
176176- 'rapidly improving.',
174174+ 'Share videos, connect with friends,\n'
175175+ 'and take back your timeline.',
177176 style: AppTypography.textMediumMedium.copyWith(
178177 color: colorScheme.onSurfaceVariant,
179178 height: 1.5,