Update src/app/cozumler/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import {
|
||||
MapPin,
|
||||
Server,
|
||||
Store,
|
||||
Wrench,
|
||||
Wrench
|
||||
} from "lucide-react";
|
||||
|
||||
export default function CozumlerPage() {
|
||||
@@ -23,7 +23,7 @@ export default function CozumlerPage() {
|
||||
{ name: "AI Copilot", id: "/ai-copilot" },
|
||||
{ name: "Entegrasyonlar", id: "/entegrasyonlar" },
|
||||
{ name: "Fiyatlandırma", id: "/fiyatlandirma" },
|
||||
{ name: "Demo Talep Et", id: "/demo" },
|
||||
{ name: "Demo Talep Et", id: "/demo" }
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -32,33 +32,33 @@ export default function CozumlerPage() {
|
||||
{ label: "Ana Sayfa", href: "/" },
|
||||
{ label: "Platform Özellikleri", href: "/platform" },
|
||||
{ label: "WeemDesk", href: "/weemdesk" },
|
||||
{ label: "AI Copilot", href: "/ai-copilot" },
|
||||
],
|
||||
{ label: "AI Copilot", href: "/ai-copilot" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Çözümler", items: [
|
||||
{ label: "Tüm Çözümler", href: "/cozumler" },
|
||||
{ label: "Teknik Servis", href: "/cozumler#teknik-servis" },
|
||||
{ label: "Bilgi İşlem", href: "/cozumler#bilgi-islem" },
|
||||
{ label: "Saha Operasyonları", href: "/cozumler#saha-operasyonlari" },
|
||||
],
|
||||
{ label: "Saha Operasyonları", href: "/cozumler#saha-operasyonlari" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kaynaklar", items: [
|
||||
{ label: "Başarı Hikayeleri", href: "/musteriler" },
|
||||
{ label: "Entegrasyonlar", href: "/entegrasyonlar" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Fiyatlandırma", href: "/fiyatlandirma" },
|
||||
],
|
||||
{ label: "Fiyatlandırma", href: "/fiyatlandirma" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Şirket", items: [
|
||||
{ label: "Hakkımızda", href: "/hakkimizda" },
|
||||
{ label: "Kariyer", href: "#" },
|
||||
{ label: "Bize Ulaşın", href: "/demo" },
|
||||
{ label: "Gizlilik Politikası", href: "#" },
|
||||
],
|
||||
},
|
||||
{ label: "Gizlilik Politikası", href: "#" }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user