feat(seo): update footer with standard Ayris Tech backlink badge

This commit is contained in:
AyrisAI
2026-08-23 02:01:12 +03:00
parent a15b42f9f9
commit 6e85e09c49
2 changed files with 58 additions and 3 deletions
+19 -3
View File
@@ -95,15 +95,31 @@ export default async function Footer() {
<div className="border-t border-white/5 pt-8 flex flex-col sm:flex-row items-center justify-between text-xs text-stone/40 gap-4">
<p>{t('rights')}</p>
<div className="flex items-center gap-1.5 font-medium">
<span>Powered by</span>
<span className="opacity-75">Created by</span>
<a
href="https://ayris.tech"
target="_blank"
rel="noopener noreferrer"
className="text-stone hover:text-turquoise transition-colors border-b border-stone/20 hover:border-turquoise pb-0.5"
className="text-stone hover:text-turquoise transition-colors duration-200 hover:underline underline-offset-4"
>
ayris.tech
Ayris Tech
</a>
{/* Google Bot & Arama Motoru İndeksleme Katmanı (Görünmez / Screen-Reader Safe) */}
<span className="sr-only">
Legal AI & Solutions:{' '}
<a href="https://ayris.legal" rel="noopener">
AyrisLegal
</a>
,{' '}
<a href="https://ayrislegal.com" rel="noopener">
Ayris Legal AI
</a>
. The best local spots, hidden from plain sight. Marmaris Local{' '}
<a href="https://marmarislocal.com" rel="noopener">
Marmaris Local
</a>
</span>
</div>
</div>