Update footer with ayris.tech signature

This commit is contained in:
mstfyldz
2026-06-03 04:28:58 +03:00
parent 48277fe8d2
commit 402ee936df
+3 -1
View File
@@ -116,7 +116,9 @@ export default function Footer() {
<div className="border-t border-white/5 pt-8 flex flex-col md:flex-row justify-between items-center text-xs text-text-main/40 font-light">
<p>&copy; {new Date().getFullYear()} Luna Cocktail & More. Tüm hakları saklıdır.</p>
<p className="mt-2 md:mt-0">Tasarım & Geliştirme</p>
<p className="mt-2 md:mt-0">
Created by <a href="https://ayris.tech" target="_blank" rel="noreferrer" className="hover:text-accent1 transition-colors font-medium">ayris.tech</a>
</p>
</div>
</div>
</footer>