import { ExternalLink, Lightbulb, Megaphone, Users } from 'lucide-react'; const JoinDiscordGroup = () => { return (
{/* Left side - Discord info */}

MEMEAIGEN Discord

Join Discord Community
{/* Right side - Features */}

Announcements

Be first to know about new features, memes, and updates

Feature Requests

Share your ideas and help shape the future of MEMEAIGEN

Community Showcase

Share your viral memes, get feedback, and discover trending content from other creators

); }; export default JoinDiscordGroup;