Update src/app/page.tsx

This commit is contained in:
2026-03-11 02:06:05 +00:00
parent ea11a02f05
commit 6c3af5796f

View File

@@ -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. <strong>Start here:</strong> <a href='https://app.cursor.ai/onboarding' style='color: inherit; text-decoration: underline; font-weight: 600;'>Begin your onboarding guide →</a>"},
{
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."},