"use client" import { dmSans125ClassName } from "@/lib/fonts" import { cn } from "@lib/utils" import { ArrowUpRight } from "lucide-react" const FAQS = [ { question: "How do I upgrade to Pro?", answer: 'Go to the Billing tab in settings and click "Upgrade to Pro". You\'ll be redirected to our secure payment processor.', }, { question: "What's included in the Pro plan?", answer: 'Go to the Billing tab in settings and click "Upgrade to Pro". You\'ll be redirected to our secure payment processor.', }, { question: "How do connections work?", answer: "Connections let you sync documents from Google Drive, Notion, and OneDrive automatically. supermemory will index and make them searchable.", }, { question: "Can I cancel my subscription anytime?", answer: "Yes. You can cancel anytime from the Billing tab. Your Pro features will remain active until the end of your billing period.", }, ] function SectionTitle({ children }: { children: React.ReactNode }) { return (
{children}
) } function SupportCard({ children }: { children: React.ReactNode }) { return (Get help
Need assistance? We're here to help! Choose the best way to reach us.
{faq.question}
{faq.answer}
Have ideas for new features or improvements? We'd love to hear from you!