Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24d9e03db9 | |||
| dd316ad16f |
183
src/app/page.tsx
183
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="OGÜN HALI YIKAMA"
|
brandName="OGÜN HALI YIKAMA"
|
||||||
/>
|
/>
|
||||||
@@ -49,64 +43,34 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="OGÜN HALI YIKAMA - Profesyonel Halı Temizleme Hizmeti"
|
title="OGÜN HALI YIKAMA - Profesyonel Halı Temizleme Hizmeti"
|
||||||
description="İstanbul Avcılar'da en derinlemesine, hijyenik halı temizliği. Telefon numaramızdan hemen arayın, yerinde destek alalım."
|
description="İstanbul Avcılar'da en derinlemesine, hijyenik halı temizliği. Telefon numaramızdan hemen arayın, yerinde destek alalım."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg", alt: "Müşteri 1"},
|
||||||
alt: "Müşteri 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg", alt: "Müşteri 2"},
|
||||||
alt: "Müşteri 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-enjoys-eating-her-breakfast-having-cereals-with-milk-holding-spoon_1258-204818.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-enjoys-eating-her-breakfast-having-cereals-with-milk-holding-spoon_1258-204818.jpg", alt: "Müşteri 3"},
|
||||||
alt: "Müşteri 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/person-suffering-from-emotional-numbness_23-2151089775.jpg",
|
src: "http://img.b2bpic.net/free-photo/person-suffering-from-emotional-numbness_23-2151089775.jpg", alt: "Müşteri 4"},
|
||||||
alt: "Müşteri 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
|
src: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg", alt: "Müşteri 5"},
|
||||||
alt: "Müşteri 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="500+ Mutlu Müşteri"
|
avatarText="500+ Mutlu Müşteri"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Hemen Ara: 0530 115 36 75",
|
text: "Hemen Ara: 0530 115 36 75", href: "tel:05301153675"},
|
||||||
href: "tel:05301153675",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Teklif Al",
|
text: "Teklif Al", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{ type: "text", text: "Hızlı Servis" },
|
||||||
type: "text",
|
{ type: "text", text: "Uygun Fiyat" },
|
||||||
text: "Hızlı Servis",
|
{ type: "text", text: "Derinlemesine Hijyen" },
|
||||||
},
|
{ type: "text", text: "Ekonomik Çözümler" },
|
||||||
{
|
{ type: "text", text: "Güvenilir Ekip" },
|
||||||
type: "text",
|
|
||||||
text: "Uygun Fiyat",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Derinlemesine Hijyen",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Ekonomik Çözümler",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: "text",
|
|
||||||
text: "Güvenilir Ekip",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -127,27 +91,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "s1", title: "Derinlemesine Halı Yıkama", description: "Profesyonel makinelerle toz ve kirlerden arındırma.", tag: "Popüler", imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg" },
|
||||||
id: "s1",
|
{ id: "s2", title: "Doğa Dostu Deterjanlar", description: "Sağlığınızı önemseyen temizlik ürünleri.", tag: "Güvenli", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-crop-man-with-sprayer_23-2147767007.jpg" },
|
||||||
title: "Derinlemesine Halı Yıkama",
|
{ id: "s3", title: "Hızlı Teslimat", description: "Söz verdiğimiz zamanda halılarınızı teslim ediyoruz.", tag: "Hızlı", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-kitchen-looking-camera_23-2148222223.jpg" },
|
||||||
description: "Profesyonel makinelerle toz ve kirlerden arındırma.",
|
|
||||||
tag: "Popüler",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-prepares-coffee-coffee-holder-gloved-hands_1157-47296.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "s2",
|
|
||||||
title: "Doğa Dostu Deterjanlar",
|
|
||||||
description: "Sağlığınızı önemseyen temizlik ürünleri.",
|
|
||||||
tag: "Güvenli",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-crop-man-with-sprayer_23-2147767007.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "s3",
|
|
||||||
title: "Hızlı Teslimat",
|
|
||||||
description: "Söz verdiğimiz zamanda halılarınızı teslim ediyoruz.",
|
|
||||||
tag: "Hızlı",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-cleaning-kitchen-looking-camera_23-2148222223.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hizmetlerimiz"
|
title="Hizmetlerimiz"
|
||||||
description="Halı temizliğinden koltuk yıkamaya kadar geniş yelpazede hizmet sunuyoruz."
|
description="Halı temizliğinden koltuk yıkamaya kadar geniş yelpazede hizmet sunuyoruz."
|
||||||
@@ -160,46 +106,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Ayşe Yılmaz", handle: "@ayseyilmaz", testimonial: "Halılarım harika oldu, kesinlikle tavsiye ediyorum!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Mehmet Demir", handle: "@mehmetdemir", testimonial: "Çok profesyonel ve hızlı hizmet aldım.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg" },
|
||||||
name: "Ayşe Yılmaz",
|
{ id: "t3", name: "Fatma Şahin", handle: "@fatmasahin", testimonial: "Temizlik konusunda çok titizler.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-enjoys-eating-her-breakfast-having-cereals-with-milk-holding-spoon_1258-204818.jpg" },
|
||||||
handle: "@ayseyilmaz",
|
{ id: "t4", name: "Canan Çelik", handle: "@canancelik", testimonial: "Fiyatlar uygun ve işleri çok iyi.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-emotional-numbness_23-2151089775.jpg" },
|
||||||
testimonial: "Halılarım harika oldu, kesinlikle tavsiye ediyorum!",
|
{ id: "t5", name: "Ahmet Yılmaz", handle: "@ahmetyilmaz", testimonial: "Hizmetten çok memnun kaldım.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg" },
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Mehmet Demir",
|
|
||||||
handle: "@mehmetdemir",
|
|
||||||
testimonial: "Çok profesyonel ve hızlı hizmet aldım.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Fatma Şahin",
|
|
||||||
handle: "@fatmasahin",
|
|
||||||
testimonial: "Temizlik konusunda çok titizler.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-enjoys-eating-her-breakfast-having-cereals-with-milk-holding-spoon_1258-204818.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "Canan Çelik",
|
|
||||||
handle: "@canancelik",
|
|
||||||
testimonial: "Fiyatlar uygun ve işleri çok iyi.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-suffering-from-emotional-numbness_23-2151089775.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
name: "Ahmet Yılmaz",
|
|
||||||
handle: "@ahmetyilmaz",
|
|
||||||
testimonial: "Hizmetten çok memnun kaldım.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Müşterilerimiz Ne Diyor?"
|
title="Müşterilerimiz Ne Diyor?"
|
||||||
@@ -212,21 +123,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Halıları ne kadar sürede teslim ediyorsunuz?", content: "Genellikle 3-5 iş günü içerisinde teslim ediyoruz." },
|
||||||
id: "q1",
|
{ id: "q2", title: "Hangi bölgelere servisiniz var?", content: "Avcılar ve tüm İstanbul çevresine servisimiz mevcuttur." },
|
||||||
title: "Halıları ne kadar sürede teslim ediyorsunuz?",
|
{ id: "q3", title: "Ödeme yöntemleri nelerdir?", content: "Kapıda nakit veya kredi kartı ile ödeme yapabilirsiniz." },
|
||||||
content: "Genellikle 3-5 iş günü içerisinde teslim ediyoruz.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "Hangi bölgelere servisiniz var?",
|
|
||||||
content: "Avcılar ve tüm İstanbul çevresine servisimiz mevcuttur.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "Ödeme yöntemleri nelerdir?",
|
|
||||||
content: "Kapıda nakit veya kredi kartı ile ödeme yapabilirsiniz.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Sıkça Sorulan Sorular"
|
title="Sıkça Sorulan Sorular"
|
||||||
description="Merak ettiğiniz her şey burada."
|
description="Merak ettiğiniz her şey burada."
|
||||||
@@ -238,38 +137,30 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="İletişim"
|
tag="İletişim"
|
||||||
title="Hemen Teklif Alın"
|
title="Hemen Teklif Alın"
|
||||||
description="Bizi arayın veya formu doldurun, size hemen dönüş yapalım."
|
description="Bizi arayın veya formu doldurun, size hemen dönüş yapalım. Aşağıdaki haritadan lokasyonumuza ulaşabilirsiniz."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Şimdi Ara", href: "tel:05301153675" },
|
||||||
text: "Şimdi Ara",
|
{ text: "WhatsApp'tan Yaz", href: "https://wa.me/905301153675" },
|
||||||
href: "tel:05301153675",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "WhatsApp'tan Yaz",
|
|
||||||
href: "https://wa.me/905301153675",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
<div className="w-full max-w-7xl mx-auto py-10">
|
||||||
|
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3012.3379361667236!2d28.718872976470395!3d40.97548777134268!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14caa16428c9462d%3A0x673412579133b9c!2sAvc%C4%B1lar%2C%20%C4%B0stanbul!5e0!3m2!1str!2str!4v1715421512400!5m2!1str!2str" width="100%" height="450" style={{border:0}} allowFullScreen={true} loading="lazy" className="rounded-2xl shadow-xl"></iframe>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="OGÜN HALI YIKAMA"
|
logoText="OGÜN HALI YIKAMA"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Gizlilik Politikası",
|
text: "Gizlilik Politikası", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "2024 Tüm Hakları Saklıdır",
|
text: "2024 Tüm Hakları Saklıdır", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user