This commit is contained in:
2026-04-16 01:36:18 +03:00
parent ef9d6fc40a
commit bac925b5bc
67 changed files with 275 additions and 82 deletions

View File

@@ -12,10 +12,11 @@ const QUICK_LINKS = [
];
const SERVICES = [
{ name: "Mobil Vinç Kiralama", href: "/hizmetler" },
{ name: "Sandiviç Panel Kaldırma", href: "/hizmetler" },
{ name: "Konteyner Nakliyesi", href: "/hizmetler" },
{ name: "Vinç Hizmetleri", href: "/hizmetler" },
{ name: "Sepetli Platform", href: "/hizmetler" },
{ name: "ır Nakliyat", href: "/hizmetler" },
{ name: "Proje Taşımacılığı", href: "/hizmetler" },
{ name: "Tekne ve Yat Kaldırma", href: "/hizmetler" },
];
export function Footer() {
@@ -108,9 +109,16 @@ export function Footer() {
<p className="text-on-surface-variant text-[10px] uppercase tracking-widest font-bold">
© {new Date().getFullYear()} {siteConfig.name}. Tüm hakları saklıdır.
</p>
<div className="flex gap-8">
<a href="#" className="text-on-surface-variant hover:text-white text-[10px] uppercase tracking-widest font-bold transition-colors">KVKK Aydınlatma Metni</a>
<a href="#" className="text-on-surface-variant hover:text-white text-[10px] uppercase tracking-widest font-bold transition-colors">Gizlilik Politikası</a>
<div className="flex items-center gap-2">
<span className="text-on-surface-variant text-[8px] uppercase tracking-[0.3em] opacity-40">Created By</span>
<a
href="https://ayris.tech"
target="_blank"
className="text-white hover:text-primary text-[10px] font-black uppercase tracking-[0.4em] transition-all"
>
AYRISTECH
</a>
</div>
</div>
</div>