import { Alert, AlertDescription } from '@/components/ui/alert' import { Button } from '@/components/ui/button' import { ExternalLinks } from '@/config/external-links' import { Github, Heart, MessageSquare } from 'lucide-react' import Link from 'next/link' export default function CommunityAlert() { return ( Join our community and support the development!
) }