Seobility und Ahrefs 100/100 score fixes final

This commit is contained in:
Timo Knuth
2026-01-13 10:07:10 +01:00
parent 4fc1dcd7d8
commit fa538b8bec
4 changed files with 20 additions and 17 deletions

View File

@@ -49,6 +49,7 @@ export function Footer({ variant = 'marketing', t }: FooterProps) {
<h3 className={`font-semibold mb-4 ${isDashboard ? 'text-gray-900' : ''}`}>{translations.legal}</h3>
<ul className={`space-y-2 ${isDashboard ? 'text-gray-500' : 'text-gray-400'}`}>
<li><Link href="/privacy" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>{translations.privacy_policy}</Link></li>
<li><Link href="/qr-code-erstellen" className={isDashboard ? 'hover:text-primary-600' : 'hover:text-white'}>QR Code Erstellen (DE)</Link></li>
</ul>
</div>