Update src/app/page.tsx

This commit is contained in:
2026-06-09 15:45:53 +00:00
parent bb1b3b9ec2
commit 63a7bcb8b5

View File

@@ -18,16 +18,7 @@ export default function SaasTemplatePage() {
{ name: "Özellikler", id: "features" },
{ name: "Fiyatlandırma", id: "pricing" },
{ name: "İzlenebilirlik", id: "traceability" },
{ name: "Günlükler", id: "/logs" },
{ name: "Hareketler", id: "/movements" },
{ name: "Raporlar", id: "/reports" },
{ name: "Hakkımızda", id: "about" },
{ name: "Varyasyonlar", id: "/product-variations" },
{ name: "Üretim", id: "/production" },
{ name: "Reçeteler", id: "/recipes" },
{ name: "Yönetim Paneli", id: "/superadmin" },
{ name: "Giriş Yap", id: "/login" },
{ name: "Gösterge Paneli", id: "/dashboard" },
{ name: "İletişim", id: "contact" }
];
@@ -87,15 +78,17 @@ export default function SaasTemplatePage() {
{ type: "text-icon", text: "Otomatik Raporlama", icon: BarChart3 },
]}
/>
<FeatureBento
features={features}
animationType="none"
tag="Temel Özellikler"
title="Stok Yönetiminde İhtiyacınız Olan Her Şey"
description="Stokify, işletmenizin envanterini kolayca yönetmenizi ve operasyonel verimliliği artırmanızı sağlar."
textboxLayout="default"
useInvertedBackground={false}
/>
<div id="about" data-section="about">
<FeatureBento
features={features}
animationType="none"
tag="Temel Özellikler"
title="Stok Yönetiminde İhtiyacınız Olan Her Şey"
description="Stokify, işletmenizin envanterini kolayca yönetmenizi ve operasyonel verimliliği artırmanızı sağlar."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<FeatureBorderGlow
tag="Neden Stokify?"
tagIcon={HelpCircle}
@@ -222,33 +215,20 @@ export default function SaasTemplatePage() {
title: "Ürün", items: [
{ label: "Özellikler", href: "/#features" },
{ label: "Fiyatlandırma", href: "/#pricing" },
{ label: "İzlenebilirlik", href: "/#traceability" },
{ label: "Entegrasyonlar", href: "#" },
{ label: "Referanslar", href: "#" },
{ label: "İzlenebilirlik", href: "/#traceability" }
],
},
{
title: "Şirket", items: [
{ label: "Hakkımızda", href: "/#about" },
{ label: "Blog", href: "#" },
{ label: "Kariyer", href: "#" },
{ label: "İletişim", href: "/#contact" },
{ label: "İletişim", href: "/#contact" }
],
},
{
title: "Kaynaklar", items: [
{ label: "Dokümantasyon", href: "#" },
{ label: "Yardım Merkezi", href: "#" },
{ label: "Topluluk", href: "#" },
{ label: "Destek", href: "#" },
],
title: "Kaynaklar", items: []
},
{
title: "Yasal", items: [
{ label: "Gizlilik Politikası", href: "#" },
{ label: "Kullanım Koşulları", href: "#" },
{ label: "Çerez Politikası", href: "#" },
],
title: "Yasal", items: []
},
]}
copyrightText="2024 Stokify. Tüm hakları saklıdır."