Refactor onboarding steps and update styles for improved user engagement

- Adjusted button styles and text in the FeaturesStep and PrivacyStep components to enhance clarity and user experience.
- Updated titles and descriptions across onboarding steps to better communicate the features and privacy measures of AlphaHuman.
- Modified button text to create a more engaging call-to-action for users.

These changes aim to streamline the onboarding process, making it more intuitive and appealing while emphasizing the application's key features and privacy commitments.
This commit is contained in:
Steven Enamakel
2026-01-28 01:20:36 +05:30
parent d7989ee6df
commit 5350737b3d
5 changed files with 22 additions and 30 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
@layer components {
/* Button variants for consistent interaction design */
.btn-primary {
@apply bg-primary-500 hover:bg-primary-600 active:bg-primary-700;
@apply bg-primary-600 hover:bg-primary-500 active:bg-primary-700;
@apply text-white font-medium;
@apply px-4 py-2 rounded-lg;
@apply transition-all duration-200 ease-in-out;