import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card' import { Button } from '@/components/ui/button' import { Github, Heart, MessageSquare } 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.

) }