Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ba808d291 | |||
| 9fe7ed4094 | |||
| 20ccdb0fb4 |
@@ -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" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user