import type { Metadata } from 'next'; import Image from 'next/image'; import { CheckCircle2, TrendingUp, Shield, Phone } from 'lucide-react'; 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: 'Core Features', // icon: '⚡', features: [ { title: 'Workflow Automation', description: 'Streamline your social interactions with intelligent automation rules that work 24/7.', icon: '/images/features/automation.webp', }, { title: 'Secure Account Login', description: 'Connect and manage multiple social profiles securely with our encrypted login system.', icon: '/images/features/secure.webp', }, { title: 'Comment Management', description: 'Organize and oversee all user interactions from a single, unified dashboard.', icon: '/images/features/comment.webp', }, { title: 'Quick Engagement', description: 'Boost your community presence by liking user comments instantly from the dashboard.', icon: '/images/features/quick.webp', }, { title: 'Smart Replies', description: 'Respond efficiently to your audience using saved templates and quick-reply tools.', icon: '/images/features/smart.webp', }, { title: 'Spam Control', description: 'Keep your comment sections clean by easily deleting unwanted or inappropriate content.', icon: '/images/features/spam.webp', }, ], }, ]; return (
We provide comprehensive social media solutions that help you automate workflows, secure your accounts, and grow your digital presence authentically.
Accelerate your reach
Encrypted login system
Expert team support
Always here to help
{feature.description}