import type { Metadata } from 'next'; import styles from './features.module.css'; export const metadata: Metadata = { title: 'Features - SocialBuddy', description: 'Discover all the powerful features that make SocialBuddy the best social media management platform for businesses and creators.', }; export default function FeaturesPage() { const detailedFeatures = [ { category: 'Content Management', icon: 'π', features: [ { title: 'Visual Content Calendar', description: 'Plan and organize your content with an intuitive drag-and-drop calendar interface.', icon: 'π ', }, { title: 'Bulk Upload & Scheduling', description: 'Upload and schedule hundreds of posts at once with CSV import functionality.', icon: 'β¬οΈ', }, { title: 'Content Library', description: 'Store and organize your media assets in a centralized, searchable library.', icon: 'π', }, ], }, { category: 'Analytics & Insights', icon: 'π', features: [ { title: 'Real-Time Analytics', description: 'Monitor your performance with live data updates and comprehensive metrics.', icon: 'π', }, { title: 'Competitor Analysis', description: 'Track and compare your performance against competitors in your industry.', icon: 'π―', }, { title: 'Custom Reports', description: 'Generate beautiful, white-labeled reports for clients and stakeholders.', icon: 'π', }, ], }, { category: 'Engagement Tools', icon: 'π¬', features: [ { title: 'Unified Inbox', description: 'Manage all your messages, comments, and mentions from one centralized inbox.', icon: 'π₯', }, { title: 'Auto-Responses', description: 'Set up automated responses for common questions and inquiries.', icon: 'π€', }, { title: 'Sentiment Analysis', description: 'Understand audience sentiment with AI-powered emotion detection.', icon: 'π', }, ], }, { category: 'Team Collaboration', icon: 'π₯', features: [ { title: 'Role-Based Access', description: 'Control permissions with customizable roles for team members.', icon: 'π', }, { title: 'Approval Workflows', description: 'Set up multi-level approval processes for content review.', icon: 'β ', }, { title: 'Team Activity Log', description: 'Track all team actions with a comprehensive audit trail.', icon: 'π', }, ], }, ]; return (
Everything you need to manage, analyze, and grow your social media presenceβall in one platform.
{feature.description}