- To get the most out of AlphaHuman, we need to connect at least one account to your assistant.
+ To get the most out of AlphaHuman, you need to connect at least one account to your assistant. The more
+ accounts you connect, the more powerful the intelligence will be.
diff --git a/src/pages/onboarding/steps/FeaturesStep.tsx b/src/pages/onboarding/steps/FeaturesStep.tsx
new file mode 100644
index 000000000..c408ebbf2
--- /dev/null
+++ b/src/pages/onboarding/steps/FeaturesStep.tsx
@@ -0,0 +1,60 @@
+import PrivacyFeatureCard from '../../../components/PrivacyFeatureCard';
+
+interface FeaturesStepProps {
+ onNext: () => void;
+}
+
+const FeaturesStep = ({ onNext }: FeaturesStepProps) => {
+ const features = [
+ {
+ title: '🤖 Telegram Bot Assistant',
+ description: 'Interact with AlphaHuman through Telegram. Get instant responses, automate tasks, and receive insights directly in your chats.',
+ },
+ {
+ title: '📊 Crypto Market Intelligence',
+ description: 'Get real-time market analysis, price alerts, and deep insights to help you make informed trading decisions.',
+ },
+ {
+ title: '🔗 Multi-Account Integration',
+ description: 'Connect Google, Notion, Telegram, and more. Your assistant can read emails, manage tasks, and automate workflows across all your tools.',
+ },
+ {
+ title: 'âš¡ Local Processing',
+ description: 'All your data is processed locally on your device. Your conversations, credentials, and sensitive information never leave your machine.',
+ },
+ {
+ title: '🔄 Automation & Workflows',
+ description: 'Automate repetitive tasks, schedule actions, and create custom workflows to 10x your productivity in crypto.',
+ },
+ ];
+
+ return (
+
- A quick overview of how your privacy is protected with AlphaHuman
+ A quick overview of how your privacy is protected with AlphaHuman. AlphaHuman is built with privacy in mind.