Update src/app/page.tsx
This commit is contained in:
@@ -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."},
|
||||
|
||||
Reference in New Issue
Block a user