'use client' import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/card'; import { Button } from '@/components/ui/button'; import { useLanguage } from '@/lib/i18n'; export default function SupportPage() { const { t } = useLanguage(); return (
{t('support.description')}
{t('support.donationDescription')}
{t('support.kofiDescription')}
{t('support.sponsorDescription')}
{t('support.githubDescription')}
{t('support.transparencyDescription')}
Any amount beyond these costs goes directly into improving Memento and funding new features. Thank you for your support! 💚