From 5ba808d291cec3d9a560b186d7db2ae649daacb7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 11:11:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ed1c12..d94f7bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,11 @@ export default function SaasTemplatePage() { { name: "Fiyatlandırma", id: "pricing" }, { name: "İzlenebilirlik", id: "traceability" }, { name: "Hakkımızda", id: "about" }, - { name: "İletişim", id: "contact" }, + { name: "Varyasyonlar", id: "/product-variations" }, + { name: "Üretim", id: "/production" }, + { name: "Reçeteler", id: "/recipes" }, + { name: "Yönetim Paneli", id: "/superadmin" }, + { name: "İletişim", id: "contact" } ]; const avatars = [ @@ -137,6 +141,7 @@ export default function SaasTemplatePage() { ] } ]} + buttons={[{ text: "Şimdi Keşfet", href: "#contact" }]} />