Merge version_1 into main #6
@@ -30,7 +30,7 @@ export default function HomePage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="DETAY MOBİLYA" />
|
||||
<NavbarLayoutFloatingInline navItems={navItems} brandName="DETAY MOBİLYA" button={{ text: "Bize Ulaşın", href: "#contact" }} />
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
@@ -38,14 +38,15 @@ export default function HomePage() {
|
||||
title="Evinizi Baştan Yaratıyoruz."
|
||||
description="Kişiye özel mobilya ve anahtar teslim iç mimari çözümlerle hayal ettiğiniz yaşam alanını inşa ediyoruz."
|
||||
buttons={[{ text: "Ücretsiz Keşif Talep Et", href: "#contact" }, { text: "Projeleri İncele", href: "#projects" }]}
|
||||
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg", imageAlt: "Lüks yaşam alanı" }, { imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147502.jpg", imageAlt: "Özel üretim mobilya" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722541.jpg", imageAlt: "Anahtar teslim tadilat" }]}
|
||||
mediaItems={[{ imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-6150.jpg", imageAlt: "Lüks yaşam alanı" }, { imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-posing-bathroom-with-bath-robe_23-2148147502.jpg", imageAlt: "Özel üretim mobilya" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-rich-woman-sitting-home_23-2149722541.jpg", imageAlt: "Anahtar teslim tadilat" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-leather-armchair_1156-3.jpg", imageAlt: "Detay işçilik" }, { imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg", imageAlt: "Modern iç tasarım" }]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="split"
|
||||
testimonials={[{ id: "1", name: "Ayşe Yılmaz", date: "2023", title: "Ev Yenileme", quote: "Hayal ettiğimizden daha güzel bir ev ortaya çıktı.", tag: "Mutlu Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" }, { id: "2", name: "Mehmet Demir", date: "2023", title: "Mobilya Üretim", quote: "Baştan sona her şeyle ilgilendiler, usta işi bir hizmet.", tag: "Memnun", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-confident-young-african-american-woman-dressed-stylish-purple-turtleneck-smiling-joyfully-showing-ok-gesture_344912-1015.jpg" }, { id: "3", name: "Zeynep Can", date: "2023", title: "İç Mimari", quote: "Detaylarda saklı kusursuzluğu gerçekten hissettik.", tag: "Tavsiye", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg" }]}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[{ id: "1", name: "Ayşe Yılmaz", date: "2023", title: "Ev Yenileme", quote: "Hayal ettiğimizden daha güzel bir ev ortaya çıktı.", tag: "Mutlu Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg" }, { id: "2", name: "Mehmet Demir", date: "2023", title: "Mobilya Üretim", quote: "Baştan sona her şeyle ilgilendiler, usta işi bir hizmet.", tag: "Memnun", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-beautiful-confident-young-african-american-woman-dressed-stylish-purple-turtleneck-smiling-joyfully-showing-ok-gesture_344912-1015.jpg" }, { id: "3", name: "Zeynep Can", date: "2023", title: "İç Mimari", quote: "Detaylarda saklı kusursuzluğu gerçekten hissettik.", tag: "Tavsiye", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-portrait_23-2151202433.jpg" }, { id: "4", name: "Caner Kaya", date: "2023", title: "Tadilat", quote: "Profesyonel bir ekip, süreç yönetimi mükemmeldi.", tag: "Harika", avatarSrc: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861551.jpg" }, { id: "5", name: "Fatma Şen", date: "2023", title: "Özel Mobilya", quote: "Gürbüz Usta ve ekibine el işçilikleri için teşekkürler.", tag: "Kalite", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-hand-drawing-house-plan_23-2148889754.jpg" }]}
|
||||
title="Müşterilerimizin Deneyimleri"
|
||||
description="Detay Mobilya ailesi olarak %4.9 müşteri memnuniyetimizle gurur duyuyoruz."
|
||||
/>
|
||||
@@ -54,6 +55,7 @@ export default function HomePage() {
|
||||
<FeatureCardSixteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{ items: ["Malzeme danışmanlığı", "İşçilik garantisi", "Anahtar teslim süreç"] }}
|
||||
positiveCard={{ items: ["Özel ölçü mobilya üretimi", "Komple ev tadilatı", "İç mimari tasarım"] }}
|
||||
title="Hizmetlerimiz"
|
||||
@@ -64,6 +66,7 @@ export default function HomePage() {
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[{ id: "m1", icon: Search, title: "Ücretsiz Keşif", value: "1" }, { id: "m2", icon: PenTool, title: "Tasarım & Teklif", value: "2" }, { id: "m3", icon: Box, title: "Üretim & Montaj", value: "3" }, { id: "m4", icon: CheckCircle, title: "Kusursuz Teslim", value: "4" }]}
|
||||
title="Nasıl Çalışıyoruz?"
|
||||
description="Şeffaf ve güven veren iş yönetimimiz ile projelerinizi yönetiyoruz."
|
||||
@@ -74,7 +77,8 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
textboxLayout="default"
|
||||
products={[{ id: "p1", name: "Modern Mutfak Tasarımı", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976527.jpg" }, { id: "p2", name: "Özel Tasarım Gardırop", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-interior-design_23-2151978955.jpg" }, { id: "p3", name: "TV Ünitesi ve Kitaplık", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160118.jpg" }]}
|
||||
useInvertedBackground={false}
|
||||
products={[{ id: "p1", name: "Modern Mutfak Tasarımı", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976527.jpg" }, { id: "p2", name: "Özel Tasarım Gardırop", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-interior-design_23-2151978955.jpg" }, { id: "p3", name: "TV Ünitesi ve Kitaplık", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160118.jpg" }, { id: "p4", name: "Salon Tadilatı", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/detail-home-interior-part-kitchen-interior-with-ovens_169016-20190.jpg" }, { id: "p5", name: "Modern Çalışma Odası", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/handsome-carpenter-working-with-wood_1157-26126.jpg" }, { id: "p6", name: "Antre Tasarımı", price: "Detaylı Bilgi", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-interior-design_23-2150870803.jpg" }]}
|
||||
title="Gerçek Mekanlar, Gerçek Dönüşümler"
|
||||
description="Her proje farklı bir hikaye, her detay size özel."
|
||||
/>
|
||||
@@ -87,6 +91,8 @@ export default function HomePage() {
|
||||
subdescription="Fabrikasyon değil, el işçiliği. Detay Mobilya'da biz, sizin hayalinizi ustalıkla inşa ediyoruz."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-aged-man-his-instrument-workshop_23-2149018606.jpg"
|
||||
useInvertedBackground={false}
|
||||
videoSrc=""
|
||||
/>
|
||||
</div>
|
||||
<div id="assurance" data-section="assurance">
|
||||
@@ -96,6 +102,7 @@ export default function HomePage() {
|
||||
description="Malzeme danışmanlığından teslimat sonrasına kadar yanınızdayız."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
@@ -105,6 +112,7 @@ export default function HomePage() {
|
||||
description="Ücretsiz keşif talebinizi oluşturun, hayallerinizi gerçeğe dönüştürmek için ilk adımı atalım."
|
||||
buttons={[{ text: "WhatsApp'tan Yaz", href: "https://wa.me/905xxxxxxxxx" }, { text: "Hemen Ara", href: "tel:+905xxxxxxxxx" }]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user