feat(footer): add standard Ayris Tech SEO footer backlink integration
This commit is contained in:
+19
-9
@@ -248,15 +248,25 @@ export default function MenuClient({ initialCategories, siteSettings, lang = "tr
|
||||
>
|
||||
{t.footer.copyright}
|
||||
</p>
|
||||
<a
|
||||
href="https://ayris.tech"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-[10px] font-sans mt-3 tracking-wide hover:opacity-80 transition-opacity"
|
||||
style={{ color: "rgba(120,90,60,0.7)" }}
|
||||
>
|
||||
Created by ayris.tech
|
||||
</a>
|
||||
<div className="flex items-center gap-1.5 mt-3 text-[11px] font-sans" style={{ color: "rgba(180,140,110,0.8)" }}>
|
||||
<span className="opacity-75">Created by</span>
|
||||
<a
|
||||
href="https://ayris.tech"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="font-medium hover:opacity-100 transition-colors duration-200 hover:underline underline-offset-4"
|
||||
style={{ color: "rgba(255,220,160,0.9)" }}
|
||||
>
|
||||
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>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user