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" }]} />