import type { Metadata } from 'next'; import Pricing from '@/components/Pricing'; import styles from './pricing.module.css'; export const metadata: Metadata = { title: 'Pricing - SocialBuddy', description: 'Choose the perfect plan for your social media management needs. Free, Pro, and Premium plans available with 14-day free trial.', }; export default function PricingPage() { return (
{/* FAQ Section */}

Frequently Asked Questions

Can I change plans later?

Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately, and we'll prorate any charges.

What payment methods do you accept?

We accept all major credit cards (Visa, MasterCard, American Express), PayPal, and bank transfers for annual plans.

Is there a free trial?

Yes! All paid plans come with a 14-day free trial. No credit card required to start.

Can I cancel anytime?

Absolutely. You can cancel your subscription at any time with no cancellation fees. Your access continues until the end of your billing period.

Do you offer discounts for nonprofits?

Yes! We offer special pricing for nonprofits and educational institutions. Contact our sales team for details.

What happens to my data if I cancel?

Your data is safely stored for 30 days after cancellation. You can export all your data at any time before deletion.

); }