Compare commits
7 Commits
version_9
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f7cd7fff9 | |||
| 24d2fc27e4 | |||
| b1cd1a0eea | |||
| 4875c8d4b5 | |||
| ec67bc7fd6 | |||
| 36b31cfcc4 | |||
| 2227f44573 |
@@ -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';
|
||||
@@ -48,7 +49,7 @@ export default function LandingPage() {
|
||||
description="Kumaş seçiminden kalıp hazırlamaya, baskıdan paketlemeye kadar tüm süreçleri markanıza özel yönetiyoruz."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776853509525-n0x9f3fo.png"
|
||||
imageAlt="Üretim Süreci"
|
||||
buttons={[{ text: "Ücretsiz Teklif Alın", href: "https://wa.me/905330546773?text=Merhaba%20NEWMODA%20TEXTİLE%20ile%20üretim%20hakkında%20bilgi%20almak%20istiyorum." }]}
|
||||
buttons={[{ text: "Üretim Hakkında Bilgi Alın", href: "https://wa.me/905330546773?text=Merhaba%20NEWMODA%20TEXTİLE%20ile%20üretim%20hakkında%20bilgi%20almak%20istiyorum." }]}
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776938496632-1yrv3exi.png", alt: "Ekip" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Chc2qswBE8pMYFiBWnY5G8qpZC/uploaded-1776938530503-wz59fqfe.png", alt: "Ekip" },
|
||||
@@ -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,8 +126,6 @@ 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>
|
||||
|
||||
@@ -163,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user