Compare commits
7 Commits
version_8
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f7cd7fff9 | |||
| 24d2fc27e4 | |||
| b1cd1a0eea | |||
| 4875c8d4b5 | |||
| ec67bc7fd6 | |||
| 36b31cfcc4 | |||
| e04294b605 |
@@ -7,6 +7,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -85,15 +86,31 @@ 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."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTwo
|
||||
title="Operasyonel Başarı"
|
||||
description="İşletmenizi bir üst seviyeye taşıyan performans metriklerimiz."
|
||||
gridVariant="bento-grid"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "98%", description: "Zamanında Teslimat Oranı" },
|
||||
{ id: "m2", value: "100k+", description: "Aylık Üretim Kapasitesi" },
|
||||
{ id: "m3", value: "15+", description: "Global Lojistik Çözüm Ortağı" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
@@ -109,15 +126,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Fabrikamızdan Görüntüler"
|
||||
description="Üretim birimlerimiz ve yönetim ofisimizden detaylar."
|
||||
cardClassName="min-h-[400px]"
|
||||
mediaClassName="object-cover w-full h-full"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<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 +145,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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user