From 8402c67b3a802530d52723b102a459181a8635ba Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 11:06:57 +0000 Subject: [PATCH 1/3] Update src/app/product-variations/page.tsx --- src/app/product-variations/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/product-variations/page.tsx b/src/app/product-variations/page.tsx index ac88a40..c44faa2 100644 --- a/src/app/product-variations/page.tsx +++ b/src/app/product-variations/page.tsx @@ -12,7 +12,7 @@ export default function ProductVariationsPage() { { name: "Fiyatlandırma", id: "pricing" }, { name: "Hakkımızda", id: "about" }, { name: "İletişim", id: "contact" }, - { name: "Varyasyonlar", href: "/product-variations" } + { name: "Varyasyonlar", id: "/product-variations" } ]; return ( -- 2.49.1 From 9a1744e47bcc22c4ba397f6594cec20c6e952dd6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 11:06:57 +0000 Subject: [PATCH 2/3] Update src/app/production/page.tsx --- src/app/production/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/production/page.tsx b/src/app/production/page.tsx index 5f67305..31f82b7 100644 --- a/src/app/production/page.tsx +++ b/src/app/production/page.tsx @@ -9,8 +9,8 @@ import { Wrench, BookOpen, Factory, ShoppingCart, Clock, DollarSign, ListChecks, export default function ProductionPage() { const navItems = [ { name: "Özellikler", id: "features" }, - { name: "Üretim", href: "/production" }, - { name: "Reçeteler", href: "/recipes" }, + { name: "Üretim", id: "/production" }, + { name: "Reçeteler", id: "/recipes" }, { name: "Fiyatlandırma", id: "pricing" }, { name: "Hakkımızda", id: "about" }, { name: "İletişim", id: "contact" } -- 2.49.1 From 76fc0c7b11b301b6b3d6d68c1ae8c55abeafd36e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 11:06:58 +0000 Subject: [PATCH 3/3] Update src/app/recipes/page.tsx --- src/app/recipes/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/recipes/page.tsx b/src/app/recipes/page.tsx index bc97572..f4c3cff 100644 --- a/src/app/recipes/page.tsx +++ b/src/app/recipes/page.tsx @@ -9,8 +9,8 @@ import { FlaskConical, ListChecks, Database, DollarSign, Clock, Wrench, BookOpen export default function RecipesPage() { const navItems = [ { name: "Özellikler", id: "features" }, - { name: "Üretim", href: "/production" }, - { name: "Reçeteler", href: "/recipes" }, + { name: "Üretim", id: "/production" }, + { name: "Reçeteler", id: "/recipes" }, { name: "Fiyatlandırma", id: "pricing" }, { name: "Hakkımızda", id: "about" }, { name: "İletişim", id: "contact" } -- 2.49.1