Merge version_2 into main #2
@@ -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 (
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user