Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -47,7 +47,8 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Hemen Randevu", href: "contact"}}
|
||||
text: "Hemen Randevu", href: "contact"
|
||||
}}
|
||||
brandName="MOTİF YIKAMA"
|
||||
/>
|
||||
</div>
|
||||
@@ -60,12 +61,15 @@ export default function HomePage() {
|
||||
tag="MOTİF YIKAMA"
|
||||
tagIcon={Sparkles}
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
variant: "sparkles-gradient"
|
||||
}}
|
||||
buttons={[
|
||||
{
|
||||
text: "Hemen Teklif Al", href: "contact"},
|
||||
text: "Hemen Teklif Al", href: "contact"
|
||||
},
|
||||
{
|
||||
text: "Bizi Arayın", href: "tel:+905554443322"},
|
||||
text: "Bizi Arayın", href: "tel:+905554443322"
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/rug-inside-home-wood-apartment_1203-4419.jpg"
|
||||
imageAlt="Profesyonel koltuk yıkama hizmeti"
|
||||
@@ -84,13 +88,14 @@ export default function HomePage() {
|
||||
mediaPosition="right"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "Koltuk Yıkama", content: "Tüm koltuk tiplerinin profesyonel yıkama ve temizliği. Kumaş koruma uygulaması ile uzun ömürlü kullanım."},
|
||||
id: "1", title: "Koltuk Yıkama", content: "Tüm koltuk tiplerinin profesyonel yıkama ve temizliği. Kumaş koruma uygulaması ile uzun ömürlü kullanım."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Yatak Yıkama", content: "Yatak ve yatak çerçevelerinin hijyenik temizliği. Allerjen temizliği ve anti-bakteri uygulaması."},
|
||||
id: "2", title: "Yatak Yıkama", content: "Yatak ve yatak çerçevelerinin hijyenik temizliği. Allerjen temizliği ve anti-bakteri uygulaması."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Sandalye Yıkama", content: "Ahşap, metal ve kumaş sandalyelerin özel temizlik ve bakım hizmetleri."},
|
||||
{
|
||||
id: "5", title: "Halı Yıkama", content: "Tüm halı tiplerinin derin temizliği ve bakım. Çıkmazlı leke çıkarma teknolojisi."},
|
||||
id: "3", title: "Sandalye Yıkama", content: "Ahşap, metal ve kumaş sandalyelerin özel temizlik ve bakım hizmetleri."
|
||||
},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -107,17 +112,23 @@ export default function HomePage() {
|
||||
tagIcon={Shield}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Profesyonel Ekipman", price: "✓", variant: "Son teknoloji temizlik cihazları", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=1", imageAlt: "Profesyonel temizlik ekipmanları"},
|
||||
id: "1", name: "Profesyonel Ekipman", price: "✓", variant: "Son teknoloji temizlik cihazları", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-floor-with-suit_23-2148563364.jpg?_wi=1", imageAlt: "Profesyonel temizlik ekipmanları"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Hijyenik Temizlik", price: "✓", variant: "Antibakteri ve hijyenik çözümler", imageSrc: "http://img.b2bpic.net/free-photo/hand-protective-gloves-spraying-ethanol-woman_114579-38485.jpg?_wi=1", imageAlt: "Hijyenik temizlik işlemi"},
|
||||
id: "2", name: "Hijyenik Temizlik", price: "✓", variant: "Antibakteri ve hijyenik çözümler", imageSrc: "http://img.b2bpic.net/free-photo/hand-protective-gloves-spraying-ethanol-woman_114579-38485.jpg?_wi=1", imageAlt: "Hijyenik temizlik işlemi"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Hızlı Servis", price: "✓", variant: "24-48 saat içinde teslim", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaner-wearing-protection-uniform-cleaning-floor-production-plant_342744-1193.jpg?_wi=1", imageAlt: "Hızlı ve etkili servis"},
|
||||
id: "3", name: "Hızlı Servis", price: "✓", variant: "24-48 saat içinde teslim", imageSrc: "http://img.b2bpic.net/free-photo/professional-cleaner-wearing-protection-uniform-cleaning-floor-production-plant_342744-1193.jpg?_wi=1", imageAlt: "Hızlı ve etkili servis"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Uygun Fiyat", price: "✓", variant: "Rekabetçi fiyatlandırma", imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-woman-casual-clothes-holding-cleaning-supplies-happy-cheerful-showing-v-sign-standing-orange-wall_141793-127699.jpg", imageAlt: "Uygun ve adil fiyatlar"},
|
||||
id: "4", name: "Uygun Fiyat", price: "✓", variant: "Rekabetçi fiyatlandırma", imageSrc: "http://img.b2bpic.net/free-photo/young-cleaning-woman-casual-clothes-holding-cleaning-supplies-happy-cheerful-showing-v-sign-standing-orange-wall_141793-127699.jpg", imageAlt: "Uygun ve adil fiyatlar"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Deneyimli Ekip", price: "✓", variant: "10+ yıl tecrübe", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-home-cleaning_23-2148514832.jpg", imageAlt: "Deneyimli profesyonel ekip"},
|
||||
id: "5", name: "Deneyimli Ekip", price: "✓", variant: "10+ yıl tecrübe", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-home-cleaning_23-2148514832.jpg", imageAlt: "Deneyimli profesyonel ekip"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Garantili Hizmet", price: "✓", variant: "Memnuniyet garantisi", imageSrc: "http://img.b2bpic.net/free-photo/concept-man-cleaning-his-home_23-2148133394.jpg", imageAlt: "Garantili kaliteli hizmet"},
|
||||
id: "6", name: "Garantili Hizmet", price: "✓", variant: "Memnuniyet garantisi", imageSrc: "http://img.b2bpic.net/free-photo/concept-man-cleaning-his-home_23-2148133394.jpg", imageAlt: "Garantili kaliteli hizmet"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -134,13 +145,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "1", description: "Telefonla veya WhatsApp üzerinden randevu alın"},
|
||||
id: "1", value: "1", description: "Telefonla veya WhatsApp üzerinden randevu alın"
|
||||
},
|
||||
{
|
||||
id: "2", value: "2", description: "Profesyonel ekibimiz belirtilen tarihte adresinize gelsin"},
|
||||
id: "2", value: "2", description: "Profesyonel ekibimiz belirtilen tarihte adresinize gelsin"
|
||||
},
|
||||
{
|
||||
id: "3", value: "3", description: "Profesyonel ekipmanlarla yıkama işlemi yapılsın"},
|
||||
id: "3", value: "3", description: "Profesyonel ekipmanlarla yıkama işlemi yapılsın"
|
||||
},
|
||||
{
|
||||
id: "4", value: "4", description: "Temiz, ferah ve hijyenik koltuklarınız geri gelsin"},
|
||||
id: "4", value: "4", description: "Temiz, ferah ve hijyenik koltuklarınız geri gelsin"
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -189,7 +204,8 @@ export default function HomePage() {
|
||||
title="Bugün Randevu Alın"
|
||||
description="MOTİF YIKAMA ile profesyonel temizlik hizmeti için hemen iletişime geçin. Telefon, WhatsApp veya email ile randevu alabilirsiniz."
|
||||
background={{
|
||||
variant: "sparkles-gradient"}}
|
||||
variant: "sparkles-gradient"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Telefon numaranız"
|
||||
buttonText="Randevu Al"
|
||||
@@ -209,37 +225,49 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Hızlı Linkler", items: [
|
||||
{
|
||||
label: "Ana Sayfa", href: "#hero"},
|
||||
label: "Ana Sayfa", href: "#hero"
|
||||
},
|
||||
{
|
||||
label: "Hizmetler", href: "#services"},
|
||||
label: "Hizmetler", href: "#services"
|
||||
},
|
||||
{
|
||||
label: "Neden Biz", href: "#why-us"},
|
||||
label: "Neden Biz", href: "#why-us"
|
||||
},
|
||||
{
|
||||
label: "İletişim", href: "#contact"},
|
||||
label: "İletişim", href: "#contact"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim", items: [
|
||||
{
|
||||
label: "Telefon: +90 555 444 33 22", href: "tel:+905554443322"},
|
||||
label: "Telefon: +90 555 444 33 22", href: "tel:+905554443322"
|
||||
},
|
||||
{
|
||||
label: "WhatsApp: +90 555 444 33 22", href: "https://wa.me/905554443322"},
|
||||
label: "WhatsApp: +90 555 444 33 22", href: "https://wa.me/905554443322"
|
||||
},
|
||||
{
|
||||
label: "Email: info@motifyikama.com", href: "mailto:info@motifyikama.com"},
|
||||
label: "Email: info@motifyikama.com", href: "mailto:info@motifyikama.com"
|
||||
},
|
||||
{
|
||||
label: "Adres: İstanbul, Türkiye", href: "#"},
|
||||
label: "Adres: İstanbul, Türkiye", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yasal", items: [
|
||||
{
|
||||
label: "Gizlilik Politikası", href: "#"},
|
||||
label: "Gizlilik Politikası", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Kullanım Şartları", href: "#"},
|
||||
label: "Kullanım Şartları", href: "#"
|
||||
},
|
||||
{
|
||||
label: "İşletme Şartları", href: "#"},
|
||||
label: "İşletme Şartları", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Fırsat Eşitliği", href: "#"},
|
||||
label: "Fırsat Eşitliği", href: "#"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user