diff --git a/apps/x/apps/renderer/src/components/onboarding/steps/connect-accounts-step.tsx b/apps/x/apps/renderer/src/components/onboarding/steps/connect-accounts-step.tsx index ae9afea8..ea8335de 100644 --- a/apps/x/apps/renderer/src/components/onboarding/steps/connect-accounts-step.tsx +++ b/apps/x/apps/renderer/src/components/onboarding/steps/connect-accounts-step.tsx @@ -1,4 +1,4 @@ -import { Loader2, CheckCircle2, ArrowLeft, Calendar } from "lucide-react" +import { Loader2, CheckCircle2, ArrowLeft, Calendar, FileText } from "lucide-react" import { motion } from "motion/react" import { Button } from "@/components/ui/button" import { cn } from "@/lib/utils" @@ -98,7 +98,7 @@ export function ConnectAccountsStep({ state }: ConnectAccountsStepProps) { Connect Your Accounts

- Connect your accounts to give Rowboat context about your work. You can always add more later. + Rowboat gets smarter the more it knows about your work. Connect your accounts to get started. You can find more tools in Settings.

{providersLoading ? ( @@ -116,7 +116,7 @@ export function ConnectAccountsStep({ state }: ConnectAccountsStepProps) { {useComposioForGoogle ? ( } iconBg="bg-red-500/10" iconColor="text-red-500" @@ -139,7 +139,7 @@ export function ConnectAccountsStep({ state }: ConnectAccountsStepProps) { {useComposioForGoogleCalendar && ( } iconBg="bg-blue-500/10" iconColor="text-blue-500" @@ -152,14 +152,35 @@ export function ConnectAccountsStep({ state }: ConnectAccountsStepProps) { )} {/* Meeting Notes */} - {providers.includes('fireflies-ai') && ( -
- - Meeting Notes - +
+ + Meeting Notes + + +
+
+ +
+
+
Rowboat Meeting Notes
+
Built in. Ready to use.
+
+
+
+
+ +
+
+
+ {providers.includes('fireflies-ai') && ( } iconBg="bg-amber-500/10" iconColor="text-amber-500" @@ -167,8 +188,8 @@ export function ConnectAccountsStep({ state }: ConnectAccountsStepProps) { onConnect={() => handleConnect('fireflies-ai')} index={cardIndex++} /> -
- )} + )} +
)} diff --git a/apps/x/apps/renderer/src/components/onboarding/steps/llm-setup-step.tsx b/apps/x/apps/renderer/src/components/onboarding/steps/llm-setup-step.tsx index 534a67a8..a9956245 100644 --- a/apps/x/apps/renderer/src/components/onboarding/steps/llm-setup-step.tsx +++ b/apps/x/apps/renderer/src/components/onboarding/steps/llm-setup-step.tsx @@ -104,7 +104,7 @@ export function LlmSetupStep({ state }: LlmSetupStepProps) {

- Tip: Sign in with Rowboat for instant access to all models — no API keys needed. + Tip: Sign in with Rowboat for instant access to leading models. No API keys needed.