Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f3fd5c8794 | |||
| bce0b39239 | |||
| b8467c4f50 | |||
| 611ee41f21 | |||
| 5c69698e11 | |||
| efc8730f37 |
203
src/app/page.tsx
203
src/app/page.tsx
@@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText';
|
|||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
@@ -31,61 +31,30 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="1001 Perde Eskişehir"
|
brandName="1001 Perde Eskişehir"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroLogoBillboard
|
||||||
background={{
|
logoText="1001 PERDE"
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Zarif ve Modern Perde Çözümleri"
|
|
||||||
description="Eskişehir'de evinize estetik katacak perde seçenekleri ve profesyonel hizmet için randevunuzu hemen oluşturun."
|
description="Eskişehir'de evinize estetik katacak perde seçenekleri ve profesyonel hizmet için randevunuzu hemen oluşturun."
|
||||||
|
background={{
|
||||||
|
variant: "gradient-bars"}}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Randevu Al",
|
text: "Randevu Al", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/curtain-with-sunlight_1339-4065.jpg?_wi=1",
|
|
||||||
imageAlt: "Zarif perde seçenekleri",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg?_wi=1",
|
|
||||||
imageAlt: "Modern perde tasarımları",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/towel-stack-shelf_1339-7649.jpg?_wi=1",
|
|
||||||
imageAlt: "Ev dekorasyonu perde",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/chambermaid-preparing-hotel-room_23-2148095224.jpg",
|
|
||||||
imageAlt: "Chambermaid preparing hotel room",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-widnow-fixing-curtains_259150-59507.jpg",
|
|
||||||
imageAlt: "Young woman standing near the widnow and fixing the curtains",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/curtain-with-sunlight_1339-4065.jpg?_wi=1"
|
||||||
|
imageAlt="Zarif perde seçenekleri"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,17 +67,11 @@ export default function LandingPage() {
|
|||||||
description="Eskişehir 1001 Perde olarak, evinizi hayalinizdeki görünüme kavuşturmak için kaliteli kumaşlar ve uzman işçilikle hizmet vermekteyiz."
|
description="Eskişehir 1001 Perde olarak, evinizi hayalinizdeki görünüme kavuşturmak için kaliteli kumaşlar ve uzman işçilikle hizmet vermekteyiz."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "Geniş Ürün Yelpazesi",
|
title: "Geniş Ürün Yelpazesi", description: "Her zevke uygun perde çeşitleri."},
|
||||||
description: "Her zevke uygun perde çeşitleri.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Profesyonel Montaj",
|
title: "Profesyonel Montaj", description: "Uzman ekibimizle hızlı ve temiz uygulama."},
|
||||||
description: "Uzman ekibimizle hızlı ve temiz uygulama.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Ücretsiz Keşif",
|
title: "Ücretsiz Keşif", description: "Ölçülerinizi yerinde alıyoruz."},
|
||||||
description: "Ölçülerinizi yerinde alıyoruz.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/serious-focused-afro-american-teacher-blue-shirt-checking-drawings_273609-14156.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/serious-focused-afro-american-teacher-blue-shirt-checking-drawings_273609-14156.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -122,21 +85,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
negativeCard={{
|
negativeCard={{
|
||||||
items: [
|
items: [
|
||||||
"Kalitesiz Kumaş Kullanımı",
|
"Kalitesiz Kumaş Kullanımı", "Geç Teslimat", "Hatalı Ölçülendirme", "Yetersiz Müşteri Desteği", "Zor Montaj Süreçleri"],
|
||||||
"Geç Teslimat",
|
|
||||||
"Hatalı Ölçülendirme",
|
|
||||||
"Yetersiz Müşteri Desteği",
|
|
||||||
"Zor Montaj Süreçleri",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
items: [
|
items: [
|
||||||
"Özel Tasarım Perdeler",
|
"Özel Tasarım Perdeler", "Tül ve Fon Çeşitleri", "Motorlu Perde Sistemleri", "Stor ve Zebra Perde", "Blackout Karartma Perdeler"],
|
||||||
"Tül ve Fon Çeşitleri",
|
|
||||||
"Motorlu Perde Sistemleri",
|
|
||||||
"Stor ve Zebra Perde",
|
|
||||||
"Blackout Karartma Perdeler",
|
|
||||||
],
|
|
||||||
}}
|
}}
|
||||||
title="Hizmetlerimiz"
|
title="Hizmetlerimiz"
|
||||||
description="Evinize değer katan perde çözümleri."
|
description="Evinize değer katan perde çözümleri."
|
||||||
@@ -150,26 +103,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "1000+", title: "Mutlu Müşteri", description: "Binlerce mutlu ev sahibi.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-handyman-applying-some-sealant-door-with-sealing-gun_662251-2740.jpg?_wi=1"},
|
||||||
value: "1000+",
|
|
||||||
title: "Mutlu Müşteri",
|
|
||||||
description: "Binlerce mutlu ev sahibi.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-handyman-applying-some-sealant-door-with-sealing-gun_662251-2740.jpg?_wi=1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "15 Yıl", title: "Tecrübe", description: "Sektörde uzun yıllar.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-decorating-front-door_23-2150562109.jpg"},
|
||||||
value: "15 Yıl",
|
|
||||||
title: "Tecrübe",
|
|
||||||
description: "Sektörde uzun yıllar.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-decorating-front-door_23-2150562109.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "%100", title: "Memnuniyet", description: "Kaliteden ödün vermiyoruz.", imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741822.jpg"},
|
||||||
value: "%100",
|
|
||||||
title: "Memnuniyet",
|
|
||||||
description: "Kaliteden ödün vermiyoruz.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/scenery-designers-work_23-2149741822.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Başarılarımız"
|
title="Başarılarımız"
|
||||||
description="Deneyimimizle yanınızdayız."
|
description="Deneyimimizle yanınızdayız."
|
||||||
@@ -182,60 +120,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Ayşe Yılmaz", date: "2023-10-12", title: "Mükemmel işçilik", quote: "Perdelerim harika oldu, ellerinize sağlık.", tag: "Ev sahibi", avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office_1157-21980.jpg", imageSrc: "http://img.b2bpic.net/free-photo/curtain-with-sunlight_1339-4065.jpg?_wi=2", imageAlt: "happy customer home decor"},
|
||||||
name: "Ayşe Yılmaz",
|
|
||||||
date: "2023-10-12",
|
|
||||||
title: "Mükemmel işçilik",
|
|
||||||
quote: "Perdelerim harika oldu, ellerinize sağlık.",
|
|
||||||
tag: "Ev sahibi",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office_1157-21980.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/curtain-with-sunlight_1339-4065.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer home decor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Mehmet Demir", date: "2023-09-05", title: "Çok hızlılar", quote: "Söz verdikleri sürede montajı tamamladılar.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836952.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg?_wi=2", imageAlt: "happy customer home decor"},
|
||||||
name: "Mehmet Demir",
|
|
||||||
date: "2023-09-05",
|
|
||||||
title: "Çok hızlılar",
|
|
||||||
quote: "Söz verdikleri sürede montajı tamamladılar.",
|
|
||||||
tag: "Müşteri",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/set-designer-work-indoors_23-2149836952.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer home decor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Fatma Şen", date: "2023-08-20", title: "Kaliteli malzeme", quote: "Kumaş kalitesi çok iyi.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-widnow-fixing-curtains_259150-59510.jpg", imageSrc: "http://img.b2bpic.net/free-photo/towel-stack-shelf_1339-7649.jpg?_wi=2", imageAlt: "happy customer home decor"},
|
||||||
name: "Fatma Şen",
|
|
||||||
date: "2023-08-20",
|
|
||||||
title: "Kaliteli malzeme",
|
|
||||||
quote: "Kumaş kalitesi çok iyi.",
|
|
||||||
tag: "Müşteri",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-near-widnow-fixing-curtains_259150-59510.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/towel-stack-shelf_1339-7649.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer home decor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Canan Korkmaz", date: "2023-07-15", title: "Profesyonel hizmet", quote: "Güleryüzlü bir ekip.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-woman-meeting-with-notary_74855-2982.jpg", imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-afro-american-teacher-blue-shirt-checking-drawings_273609-14156.jpg?_wi=2", imageAlt: "happy customer home decor"},
|
||||||
name: "Canan Korkmaz",
|
|
||||||
date: "2023-07-15",
|
|
||||||
title: "Profesyonel hizmet",
|
|
||||||
quote: "Güleryüzlü bir ekip.",
|
|
||||||
tag: "Müşteri",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-woman-meeting-with-notary_74855-2982.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-focused-afro-american-teacher-blue-shirt-checking-drawings_273609-14156.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer home decor",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Ali Veli", date: "2023-06-01", title: "Harika tavsiye", quote: "Tavsiye ederim.", tag: "Müşteri", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-pillow-fight-bed_23-2147766821.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-handyman-applying-some-sealant-door-with-sealing-gun_662251-2740.jpg?_wi=2", imageAlt: "happy customer home decor"},
|
||||||
name: "Ali Veli",
|
|
||||||
date: "2023-06-01",
|
|
||||||
title: "Harika tavsiye",
|
|
||||||
quote: "Tavsiye ederim.",
|
|
||||||
tag: "Müşteri",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-pillow-fight-bed_23-2147766821.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-handyman-applying-some-sealant-door-with-sealing-gun_662251-2740.jpg?_wi=2",
|
|
||||||
imageAlt: "happy customer home decor",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Müşterilerimizden"
|
title="Müşterilerimizden"
|
||||||
description="Bizi tercih edenler ne diyor?"
|
description="Bizi tercih edenler ne diyor?"
|
||||||
@@ -247,20 +140,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Ücretsiz keşif yapıyor musunuz?", content: "Evet, tüm ölçü keşiflerimiz ücretsizdir."},
|
||||||
title: "Ücretsiz keşif yapıyor musunuz?",
|
|
||||||
content: "Evet, tüm ölçü keşiflerimiz ücretsizdir.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Montaj süresi ne kadar?", content: "Genellikle 2-3 iş günü içerisinde teslim edilir."},
|
||||||
title: "Montaj süresi ne kadar?",
|
|
||||||
content: "Genellikle 2-3 iş günü içerisinde teslim edilir.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Kredi kartına taksit var mı?", content: "Evet, tüm kartlara vade farksız taksit imkanı sunuyoruz."},
|
||||||
title: "Kredi kartına taksit var mı?",
|
|
||||||
content: "Evet, tüm kartlara vade farksız taksit imkanı sunuyoruz.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Sıkça Sorulanlar"
|
sideTitle="Sıkça Sorulanlar"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -271,14 +155,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
text="Evinize yeni bir görünüm kazandırmak için hemen randevu alın."
|
text="Evinize yeni bir görünüm kazandırmak için hemen randevu alın."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "WhatsApp Üzerinden Randevu Al",
|
text: "WhatsApp Üzerinden Randevu Al", href: "https://wa.me/905555555555"},
|
||||||
href: "https://wa.me/905555555555",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -287,29 +168,19 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "İletişim",
|
title: "İletişim", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Adres: Eskişehir",
|
label: "Adres: Eskişehir", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Telefon: 0555 555 55 55",
|
label: "Telefon: 0555 555 55 55", href: "tel:05555555555"},
|
||||||
href: "tel:05555555555",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Sosyal Medya",
|
title: "Sosyal Medya", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -320,4 +191,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #f6f0e9;
|
||||||
--card: #f9f9f9;
|
--card: #efe7dd;
|
||||||
--foreground: #000612e6;
|
--foreground: #2b180a;
|
||||||
--primary-cta: #15479c;
|
--primary-cta: #2b180a;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #f6f0e9;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #efe7dd;
|
||||||
--secondary-cta-text: #000612e6;
|
--secondary-cta-text: #2b180a;
|
||||||
--accent: #e2e2e2;
|
--accent: #94877c;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #afa094;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user