Merge version_2 into main #2

Merged
bender merged 3 commits from version_2 into main 2026-06-09 11:07:04 +00:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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 (

View File

@@ -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" }

View File

@@ -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" }