3 Commits

Author SHA1 Message Date
5ba808d291 Update src/app/page.tsx 2026-06-09 11:11:22 +00:00
9fe7ed4094 Merge version_2 into main
Merge version_2 into main
2026-06-09 11:07:04 +00:00
20ccdb0fb4 Merge version_2 into main
Merge version_2 into main
2026-06-09 11:06:21 +00:00

View File

@@ -19,7 +19,11 @@ export default function SaasTemplatePage() {
{ name: "Fiyatlandırma", id: "pricing" }, { name: "Fiyatlandırma", id: "pricing" },
{ name: "İzlenebilirlik", id: "traceability" }, { name: "İzlenebilirlik", id: "traceability" },
{ name: "Hakkımızda", id: "about" }, { 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 = [ const avatars = [
@@ -137,6 +141,7 @@ export default function SaasTemplatePage() {
] ]
} }
]} ]}
buttons={[{ text: "Şimdi Keşfet", href: "#contact" }]}
/> />
</div> </div>
<TestimonialCardFifteen <TestimonialCardFifteen
@@ -199,19 +204,19 @@ export default function SaasTemplatePage() {
columns={[ columns={[
{ {
title: "Ürün", items: [ title: "Ürün", items: [
{ label: "Özellikler", href: "#features" }, { label: "Özellikler", href: "/#features" },
{ label: "Fiyatlandırma", href: "#pricing" }, { label: "Fiyatlandırma", href: "/#pricing" },
{ label: "İzlenebilirlik", href: "#traceability" }, { label: "İzlenebilirlik", href: "/#traceability" },
{ label: "Entegrasyonlar", href: "#" }, { label: "Entegrasyonlar", href: "#" },
{ label: "Referanslar", href: "#" }, { label: "Referanslar", href: "#" },
], ],
}, },
{ {
title: "Şirket", items: [ title: "Şirket", items: [
{ label: "Hakkımızda", href: "#about" }, { label: "Hakkımızda", href: "/#about" },
{ label: "Blog", href: "#" }, { label: "Blog", href: "#" },
{ label: "Kariyer", href: "#" }, { label: "Kariyer", href: "#" },
{ label: "İletişim", href: "#contact" }, { label: "İletişim", href: "/#contact" },
], ],
}, },
{ {