From 6c3af5796fcd82f2bdbcde2b565ae10a265ffaa8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 02:06:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c33635..463af62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -287,10 +287,15 @@ export default function HomePage() { animationType="smooth" faqsAnimation="slide-up" showCard={true} + buttons={[ + { + text: "Start Onboarding", href: "https://app.cursor.ai/onboarding" + } + ]} faqs={[ { id: "1", title: "How do I get started with Cursor?", content: - "Sign up for a free trial on our platform. You'll get instant access to upload your first customer interviews and connect your analytics data. Our onboarding team will guide you through setup in under 15 minutes."}, + "Sign up for a free trial on our platform. You'll get instant access to upload your first customer interviews and connect your analytics data. Our onboarding team will guide you through setup in under 15 minutes. Start here: Begin your onboarding guide →"}, { id: "2", title: "What data sources can I integrate?", content: "Cursor supports integrations with Mixpanel, Amplitude, Segment, custom webhooks, CSV uploads, and most major analytics platforms. You can also manually upload interview transcripts, recordings, and survey data."},