Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -16,14 +16,14 @@ import {
|
||||
|
||||
export default function CozumlerPage() {
|
||||
const navItems = [
|
||||
{ name: "Ana Sayfa", href: "/" },
|
||||
{ name: "Platform", href: "/platform" },
|
||||
{ name: "Çözümler", href: "/cozumler" },
|
||||
{ name: "WeemDesk", href: "/weemdesk" },
|
||||
{ name: "AI Copilot", href: "/ai-copilot" },
|
||||
{ name: "Entegrasyonlar", href: "/entegrasyonlar" },
|
||||
{ name: "Fiyatlandırma", href: "/fiyatlandirma" },
|
||||
{ name: "Demo Talep Et", href: "/demo" },
|
||||
{ name: "Ana Sayfa", id: "/" },
|
||||
{ name: "Platform", id: "/platform" },
|
||||
{ name: "Çözümler", id: "/cozumler" },
|
||||
{ name: "WeemDesk", id: "/weemdesk" },
|
||||
{ name: "AI Copilot", id: "/ai-copilot" },
|
||||
{ name: "Entegrasyonlar", id: "/entegrasyonlar" },
|
||||
{ name: "Fiyatlandırma", id: "/fiyatlandirma" },
|
||||
{ name: "Demo Talep Et", id: "/demo" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
|
||||
@@ -12,8 +12,8 @@ import {
|
||||
Cloud,
|
||||
Database,
|
||||
MessageCircle,
|
||||
Monitor,
|
||||
PhoneCall,
|
||||
Remote,
|
||||
Server,
|
||||
Smartphone,
|
||||
Ticket,
|
||||
@@ -23,14 +23,14 @@ import {
|
||||
|
||||
export default function OzelliklerPage() {
|
||||
const navItems = [
|
||||
{ name: "Ana Sayfa", href: "/" },
|
||||
{ name: "Platform", href: "/platform" },
|
||||
{ name: "Çözümler", href: "/cozumler" },
|
||||
{ name: "WeemDesk", href: "/weemdesk" },
|
||||
{ name: "AI Copilot", href: "/ai-copilot" },
|
||||
{ name: "Entegrasyonlar", href: "/entegrasyonlar" },
|
||||
{ name: "Fiyatlandırma", href: "/fiyatlandirma" },
|
||||
{ name: "Demo Talep Et", href: "/demo" },
|
||||
{ name: "Ana Sayfa", id: "/" },
|
||||
{ name: "Platform", id: "/platform" },
|
||||
{ name: "Çözümler", id: "/cozumler" },
|
||||
{ name: "WeemDesk", id: "/weemdesk" },
|
||||
{ name: "AI Copilot", id: "/ai-copilot" },
|
||||
{ name: "Entegrasyonlar", id: "/entegrasyonlar" },
|
||||
{ name: "Fiyatlandırma", id: "/fiyatlandirma" },
|
||||
{ name: "Demo Talep Et", id: "/demo" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -102,7 +102,7 @@ export default function OzelliklerPage() {
|
||||
icon: Bot,
|
||||
title: "AI Copilot", description: "Yapay zeka destekli analizler ve otomatik yanıt önerileri ile destek süreçlerinizi hızlandırın."},
|
||||
{
|
||||
icon: Remote,
|
||||
icon: Monitor,
|
||||
title: "Uzaktan Destek", description: "Cihazlara güvenli ve anında uzaktan erişim sağlayarak sorunları kolayca çözün."},
|
||||
{
|
||||
icon: Video,
|
||||
|
||||
@@ -129,8 +129,6 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "WeemDesk'i İncele", href: "/weemdesk" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252454.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -146,8 +144,6 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "AI Copilot'u Keşfet", href: "/ai-copilot" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smart-photovoltaics-factory-expert-gathering-system-performance-metrics-with-ai_482257-125992.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,7 +160,6 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttons={[{ text: "Otomasyonları İncele", href: "/ozellikler#otomasyon" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futurism-perspective-digital-nomads-lifestyle_23-2151252445.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user