"use client" import { Button } from "@repo/ui/components/button" import { HeadingH3Bold } from "@repo/ui/text/heading/heading-h3-bold" import { ExternalLink, Mail, MessageCircle } from "lucide-react" export default function SupportPage() { return (

Support & Help

{/* Contact Options */}
Get Help

Need assistance? We're here to help! Choose the best way to reach us.

{/* FAQ Section */}
Frequently Asked Questions

How do I upgrade to Pro?

Go to the Billing tab in settings and click "Upgrade to Pro". You'll be redirected to our secure payment processor.

What's included in the Pro plan?

Pro includes unlimited memories (vs 200 in free), 10 connections to external services like Google Drive and Notion, advanced search features, and priority support.

How do connections work?

Connections let you sync documents from Google Drive, Notion, and OneDrive automatically. supermemory will index and make them searchable.

Can I cancel my subscription anytime?

Yes! You can cancel anytime from the Billing tab. Your Pro features will remain active until the end of your billing period.

{/* Feedback Section */}
Feedback & Feature Requests

Have ideas for new features or improvements? We'd love to hear from you!

) }