Merge version_1 into main #2
147
src/app/page.tsx
147
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "products",
|
||||
},
|
||||
name: "Collection", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SoleStyle"
|
||||
/>
|
||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Adımlarınıza Değer Katın"
|
||||
description="El yapımı deri ayakkabılarımızla hem şıklığı hem konforu aynı anda yaşayın. En yeni koleksiyonumuzu keşfedin."
|
||||
tag="Yeni Sezon"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg?_wi=1",
|
||||
imageAlt: "Şık ayakkabı tasarımı",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg", imageAlt: "Şık ayakkabı tasarımı"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-foot-wear-close-up_1303-11600.jpg",
|
||||
imageAlt: "Mağaza iç mekan",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg?_wi=2",
|
||||
imageAlt: "Deride zarafet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-footwear-fashion-lifestyle-girl_1303-635.jpg?_wi=1",
|
||||
imageAlt: "Minimalist sneaker",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shoes-isolated_1203-8371.jpg?_wi=1",
|
||||
imageAlt: "Klasik deri oxford",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-foot-wear-close-up_1303-11600.jpg", imageAlt: "Mağaza iç mekan"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -107,41 +82,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Klasik Deri Oxford",
|
||||
price: "1.250 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Klasik Deri Oxford", price: "1.250 TL", imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Minimalist Sneaker",
|
||||
price: "950 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-footwear-fashion-lifestyle-girl_1303-635.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Minimalist Sneaker", price: "950 TL", imageSrc: "http://img.b2bpic.net/free-photo/woman-footwear-fashion-lifestyle-girl_1303-635.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Hakiki Deri Bot",
|
||||
price: "1.800 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-shoes-isolated_1203-8371.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Hakiki Deri Bot", price: "1.800 TL", imageSrc: "http://img.b2bpic.net/free-photo/woman-shoes-isolated_1203-8371.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Günlük Yürüyüş",
|
||||
price: "800 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-sports-woman-listening-music_171337-7993.jpg",
|
||||
},
|
||||
id: "4", name: "Günlük Yürüyüş", price: "800 TL", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-sports-woman-listening-music_171337-7993.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Şık Topuklu",
|
||||
price: "1.400 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-shoe-rock-studio_52683-94835.jpg",
|
||||
},
|
||||
id: "5", name: "Şık Topuklu", price: "1.400 TL", imageSrc: "http://img.b2bpic.net/free-photo/black-shoe-rock-studio_52683-94835.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Süet Bağcıklı",
|
||||
price: "1.100 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669606.jpg",
|
||||
},
|
||||
id: "6", name: "Süet Bağcıklı", price: "1.100 TL", imageSrc: "http://img.b2bpic.net/free-photo/still-life-say-no-fast-fashion_23-2149669606.jpg"},
|
||||
]}
|
||||
title="Yeni Koleksiyon"
|
||||
description="Sizin için özenle seçtiğimiz modeller."
|
||||
@@ -156,45 +107,15 @@ export default function LandingPage() {
|
||||
description="SoleStyle ailesine katılan mutlu müşterilerimizin deneyimleri."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Harika Konfor",
|
||||
quote: "İnanılmaz rahat bir ayakkabı, günlük kullanım için mükemmel.",
|
||||
name: "Ahmet Y.",
|
||||
role: "Mühendis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg",
|
||||
},
|
||||
id: "t1", title: "Harika Konfor", quote: "İnanılmaz rahat bir ayakkabı, günlük kullanım için mükemmel.", name: "Ahmet Y.", role: "Mühendis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-boy-cafe_23-2148436234.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Şık Tasarım",
|
||||
quote: "Ofis şıklığımı tamamlayan vazgeçilmez parçam oldu.",
|
||||
name: "Ayşe K.",
|
||||
role: "Mimar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-woman-holding-camera-with-copy-space_23-2148647590.jpg",
|
||||
},
|
||||
id: "t2", title: "Şık Tasarım", quote: "Ofis şıklığımı tamamlayan vazgeçilmez parçam oldu.", name: "Ayşe K.", role: "Mimar", imageSrc: "http://img.b2bpic.net/free-photo/smiley-young-woman-holding-camera-with-copy-space_23-2148647590.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Kaliteli İşçilik",
|
||||
quote: "Derinin kalitesi elinize aldığınızda bile belli oluyor.",
|
||||
name: "Mehmet D.",
|
||||
role: "Avukat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cute-caucasian-young-women-shirt-jeans-looking-each-other-posing-white-background-concept-human-emotions-facial-expressions_197531-31458.jpg",
|
||||
},
|
||||
id: "t3", title: "Kaliteli İşçilik", quote: "Derinin kalitesi elinize aldığınızda bile belli oluyor.", name: "Mehmet D.", role: "Avukat", imageSrc: "http://img.b2bpic.net/free-photo/two-cute-caucasian-young-women-shirt-jeans-looking-each-other-posing-white-background-concept-human-emotions-facial-expressions_197531-31458.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Hızlı Teslimat",
|
||||
quote: "Sipariş verdiğim günün ertesi elime ulaştı, teşekkürler.",
|
||||
name: "Selin B.",
|
||||
role: "Yönetici",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-sitting-park-talking-phone_1303-22108.jpg",
|
||||
},
|
||||
id: "t4", title: "Hızlı Teslimat", quote: "Sipariş verdiğim günün ertesi elime ulaştı, teşekkürler.", name: "Selin B.", role: "Yönetici", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-sitting-park-talking-phone_1303-22108.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Çok Başarılı",
|
||||
quote: "Tasarımlar modern ve zamansız.",
|
||||
name: "Canan M.",
|
||||
role: "Tasarımcı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-lady-jacket-white-pants-smiling-outside-lovely-woman-with-bright-lips-eyeglasses-outdoors_197531-19337.jpg",
|
||||
},
|
||||
id: "t5", title: "Çok Başarılı", quote: "Tasarımlar modern ve zamansız.", name: "Canan M.", role: "Tasarımcı", imageSrc: "http://img.b2bpic.net/free-photo/joyful-lady-jacket-white-pants-smiling-outside-lovely-woman-with-bright-lips-eyeglasses-outdoors_197531-19337.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -206,25 +127,17 @@ export default function LandingPage() {
|
||||
description="Sorularınız için bizimle iletişime geçin."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Adınız",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Adınız", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "E-posta Adresiniz",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "E-posta Adresiniz", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Mesajınız",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Mesajınız", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-footwear-fashion-lifestyle-girl_1303-635.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-footwear-fashion-lifestyle-girl_1303-635.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -234,25 +147,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Mağaza",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mağaza", href: "#"},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "İletişim", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Gizlilik",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gizlilik", href: "#"},
|
||||
{
|
||||
label: "İptal/İade",
|
||||
href: "#",
|
||||
},
|
||||
label: "İptal/İade", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user