Compare commits
4 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 4875c8d4b5 | |||
| ec67bc7fd6 | |||
| 36b31cfcc4 | |||
| e04294b605 |
@@ -85,9 +85,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Kumaş Tedariki ve Kalıp", description: "Markanız için en doğru kumaş seçimi ve hassas kalıp hazırlığı.", bentoComponent: "reveal-icon", icon: Scissors },
|
||||
{ title: "Üretim ve Dikim", description: "Hassas kesimden profesyonel dikim aşamalarına kusursuz işçilik.", bentoComponent: "reveal-icon", icon: Tag },
|
||||
{ title: "Kalite ve Paketleme", description: "Ütüleme, son kontrol ve etiketleme sonrası teslimata hazır hale getirme.", bentoComponent: "reveal-icon", icon: CheckSquare },
|
||||
{ title: "Hızla ölçeklenen üretim kapasitesi", description: "Yüksek hacimli siparişlerinizde üretim hızını düşürmeden, markanızın büyüme hedeflerini destekliyoruz.", bentoComponent: "reveal-icon", icon: Scissors },
|
||||
{ title: "Stok yönetimi ve lojistik desteği", description: "Ürünlerinizin güvenli depolanması ve global lojistik ağıyla zamanında teslimat sağlıyoruz.", bentoComponent: "reveal-icon", icon: Tag },
|
||||
{ title: "Kalite kontrol ve standart uyumu", description: "Uluslararası kalite standartlarında üretim ile iade oranlarınızı minimize ediyoruz.", bentoComponent: "reveal-icon", icon: CheckSquare },
|
||||
]}
|
||||
title="Üretim Sürecimiz"
|
||||
description="Hayalinizdeki ürünü belirtin, gerisini biz halledelim."
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-actions"
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
@@ -130,7 +130,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Ürün Portföyümüz"
|
||||
description="Kumaş tipi ve teknik detaylarıyla sunduğumuz kalite."
|
||||
buttons={[{ text: "Numune Talep Edin", href: "https://wa.me/905330546773?text=Merhaba%2C%20ürün%20portföyünüzdeki%20kumaşlar%20için%20numune%20talebinde%20bulunmak%20istiyorum." }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,4 +163,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user