Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-09 11:11:25 +00:00

View File

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