Merge version_1 into main #2
178
src/app/page.tsx
178
src/app/page.tsx
@@ -29,28 +29,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Koleksiyon",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Anasayfa", id: "hero" },
|
||||
{ name: "Koleksiyon", id: "products" },
|
||||
{ name: "Hakkımızda", id: "about" },
|
||||
{ name: "İletişim", id: "contact" },
|
||||
]}
|
||||
brandName="ModaCollection"
|
||||
button={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/905308160441",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/905308160441"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -59,14 +45,8 @@ export default function LandingPage() {
|
||||
logoText="MODACOLLECTION KARTEPE"
|
||||
description="Şehrin bulamadığı özel parçalar. İzmit ve Kartepe’nin en seçkin butik deneyimi."
|
||||
buttons={[
|
||||
{
|
||||
text: "Koleksiyonu Keşfet",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Mağazayı Ziyaret Et",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Koleksiyonu Keşfet", href: "#products" },
|
||||
{ text: "Mağazayı Ziyaret Et", href: "#contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-gray-coat-with-sunglasses-handbag-walking-street-against-iron-fence_627829-8824.jpg"
|
||||
imageAlt="ModaCollection Kartepe Mağaza"
|
||||
@@ -78,9 +58,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Hikayemiz"
|
||||
description={[
|
||||
"Modacollection Kartepe, sıradan mağazalardan sıkılanlar için doğdu. Her yerde bulunan değil, herkesin bulamadığı parçaları sunmak için seçilmiş bir koleksiyon sunar.",
|
||||
"Kadın girişimci ruhuyla kurulan butiğimiz, özgün tarzı, yüksek ürün kalitesi ve samimi hizmetiyle sadık bir müşteri kitlesi oluşturdu.",
|
||||
]}
|
||||
"Modacollection Kartepe, sıradan mağazalardan sıkılanlar için doğdu. Her yerde bulunan değil, herkesin bulamadığı parçaları sunmak için seçilmiş bir koleksiyon sunar.", "Kadın girişimci ruhuyla kurulan butiğimiz, özgün tarzı, yüksek ürün kalitesi ve samimi hizmetiyle sadık bir müşteri kitlesi oluşturdu."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,21 +68,9 @@ export default function LandingPage() {
|
||||
title="Neden Biz?"
|
||||
description="Sıradanlıktan uzak, seçilmiş bir deneyim."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "feat-1",
|
||||
title: "Özel Parçalar",
|
||||
content: "İzmit’te zor bulunan, seçilmiş ve sıradanlıktan uzak özel tasarımlar.",
|
||||
},
|
||||
{
|
||||
id: "feat-2",
|
||||
title: "Kalite Garantisi",
|
||||
content: "Müşterilerimizin vazgeçemediği yüksek kumaş ve dikiş kalitesi.",
|
||||
},
|
||||
{
|
||||
id: "feat-3",
|
||||
title: "Samimi Hizmet",
|
||||
content: "Sadece satış odaklı değil, stil önerileriyle yanınızda olan bir ekip.",
|
||||
},
|
||||
{ id: "feat-1", title: "Özel Parçalar", content: "İzmit’te zor bulunan, seçilmiş ve sıradanlıktan uzak özel tasarımlar." },
|
||||
{ id: "feat-2", title: "Kalite Garantisi", content: "Müşterilerimizin vazgeçemediği yüksek kumaş ve dikiş kalitesi." },
|
||||
{ id: "feat-3", title: "Samimi Hizmet", content: "Sadece satış odaklı değil, stil önerileriyle yanınızda olan bir ekip." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-emo-kid-with-crossed-arms_23-2149645180.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -113,46 +79,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Modern Şıklık Ceket",
|
||||
price: "1.250 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Modern Şıklık Ceket", price: "1.250 TL", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Özel Kombin Elbise",
|
||||
price: "2.100 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", name: "Özel Kombin Elbise", price: "2.100 TL", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sezon Trendi Triko",
|
||||
price: "890 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", name: "Sezon Trendi Triko", price: "890 TL", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Minimalist Pantolon",
|
||||
price: "950 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg?_wi=4",
|
||||
},
|
||||
id: "p4", name: "Minimalist Pantolon", price: "950 TL", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Trend Aksesuar Seti",
|
||||
price: "450 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg?_wi=5",
|
||||
},
|
||||
id: "p5", name: "Trend Aksesuar Seti", price: "450 TL", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Özel Tasarım Bluz",
|
||||
price: "750 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg?_wi=6",
|
||||
},
|
||||
id: "p6", name: "Özel Tasarım Bluz", price: "750 TL", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-long-black-hair-dark-green-dress-posing-chair_613910-11094.jpg"},
|
||||
]}
|
||||
title="Özel Seçkiler"
|
||||
description="Sezonun trend parçalarını tarzınıza göre keşfedin."
|
||||
@@ -166,40 +109,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Umut Can Çetin",
|
||||
role: "Müşteri",
|
||||
testimonial: "İzmit’te bulamadığım parçalar burada var. Ürün kalitesi gerçekten harika.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Umut Can Çetin", role: "Müşteri", testimonial: "İzmit’te bulamadığım parçalar burada var. Ürün kalitesi gerçekten harika.", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ayşe Yılmaz",
|
||||
role: "Müşteri",
|
||||
testimonial: "Birebir stil önerileri çok yardımcı oldu, harika bir alışveriş deneyimi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Ayşe Yılmaz", role: "Müşteri", testimonial: "Birebir stil önerileri çok yardımcı oldu, harika bir alışveriş deneyimi.", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hasan Çetin",
|
||||
role: "Müşteri",
|
||||
testimonial: "İlgili ekip ve çok özel ürünler. Kesinlikle tavsiye ediyorum.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg?_wi=3",
|
||||
},
|
||||
id: "3", name: "Hasan Çetin", role: "Müşteri", testimonial: "İlgili ekip ve çok özel ürünler. Kesinlikle tavsiye ediyorum.", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zeynep Demir",
|
||||
role: "Müşteri",
|
||||
testimonial: "Mağazanın havası ve ürünlerin kalitesi çok üst düzey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Zeynep Demir", role: "Müşteri", testimonial: "Mağazanın havası ve ürünlerin kalitesi çok üst düzey.", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Canan Kaya",
|
||||
role: "Müşteri",
|
||||
testimonial: "Kartepe’de böyle bir butik olması harika bir şans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Canan Kaya", role: "Müşteri", testimonial: "Kartepe’de böyle bir butik olması harika bir şans.", imageSrc: "http://img.b2bpic.net/free-photo/female-shop-seller-helping-woman-try-new-dress-tying-waistband-customer-choosing-clothes-fashion-store-buying-clothes-boutique-concept_74855-11698.jpg"},
|
||||
]}
|
||||
title="Müşterilerimiz Ne Diyor?"
|
||||
description="Mutlu müşterilerimizden gelen geri bildirimler."
|
||||
@@ -209,15 +127,10 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
text="İstasyon, Leyla Atakan Cad. No:27, Kartepe / Kocaeli | 0530 816 04 41 | Her gün 21:00'e kadar açık."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp ile İletişim",
|
||||
href: "https://wa.me/905308160441",
|
||||
},
|
||||
{ text: "WhatsApp ile İletişim", href: "https://wa.me/905308160441" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -227,42 +140,21 @@ export default function LandingPage() {
|
||||
logoText="MODACOLLECTION"
|
||||
columns={[
|
||||
{
|
||||
title: "Kurumsal",
|
||||
items: [
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Kurumsal", items: [
|
||||
{ label: "Hakkımızda", href: "#about" },
|
||||
{ label: "İletişim", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Mağaza",
|
||||
items: [
|
||||
{
|
||||
label: "Konum",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Çalışma Saatleri",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Mağaza", items: [
|
||||
{ label: "Konum", href: "#contact" },
|
||||
{ label: "Çalışma Saatleri", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Sosyal",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/905308160441",
|
||||
},
|
||||
title: "Sosyal", items: [
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "WhatsApp", href: "https://wa.me/905308160441" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -272,4 +164,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user