feat(footer): update Ayris Tech standard footer backlink integration
This commit is contained in:
+26
-2
@@ -29,9 +29,33 @@ export default function Footer() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="border-t mt-8 pt-8 flex flex-col md:flex-row justify-between items-center text-sm text-gray-500">
|
<div className="border-t mt-8 pt-8 flex flex-col md:flex-row justify-between items-center text-sm text-gray-500 gap-3">
|
||||||
<p>{t('rights')}</p>
|
<p>{t('rights')}</p>
|
||||||
<p>Created by <a href="https://ayris.tech" className="text-[#2FB6C4] hover:underline transition-all duration-300 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#2FB6C4] rounded-sm px-1 cursor-pointer inline-block" target="_blank" rel="noreferrer">ayris.tech</a></p>
|
<div className="flex items-center gap-1.5">
|
||||||
|
<span className="opacity-75">Created by</span>
|
||||||
|
<a
|
||||||
|
href="https://ayris.tech"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="font-medium text-[#2FB6C4] hover:underline transition-all duration-300 focus:outline-none focus-visible:ring-2 focus-visible:ring-[#2FB6C4] rounded-sm px-1 cursor-pointer inline-block"
|
||||||
|
>
|
||||||
|
Ayris Tech
|
||||||
|
</a>
|
||||||
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user