b
This commit is contained in:
@@ -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: "Ağı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>
|
||||
|
||||
Reference in New Issue
Block a user