import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' import { Button } from '@/components/ui/button' import { Github, Heart, MessageSquare, Linkedin, Twitter } from 'lucide-react' import Link from 'next/link' import { ExternalLinks } from '@/config/external-links' export default function CommunityLinks() { return (
{/* One-time Donation

Support us with a one-time donation of your desired amount.

*/} {/* Support on Patreon

Support the development by becoming a patron.

*/} GitHub

Check out our source code and contribute to the project.

Discord

Join our community for support and updates.

X (Twitter)

Follow us on X for the latest updates and announcements.

LinkedIn

Connect with us on LinkedIn for updates and news.

) }