Merge version_1 into main #2
260
src/app/page.tsx
260
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Kategoriler",
|
||||
id: "#categories",
|
||||
},
|
||||
{
|
||||
name: "Ürünler",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Anasayfa", id: "#hero" },
|
||||
{ name: "Kategoriler", id: "#categories" },
|
||||
{ name: "Ürünler", id: "#products" },
|
||||
{ name: "İletişim", id: "#contact" },
|
||||
]}
|
||||
brandName="Ün Bebe Market"
|
||||
/>
|
||||
@@ -53,69 +41,31 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imagePosition="right"
|
||||
title="Bebeğiniz İçin En Güvenilir Seçim"
|
||||
description="Ün Bebe Market ile kalite, güven ve uygun fiyat bir arada."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ürünleri İncele",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "İletişime Geç",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Ürünleri İncele", href: "#products" },
|
||||
{ text: "İletişime Geç", href: "#contact" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfNIoWMZS1XjwRDzUnbc3NuDag/uploaded-1776773042489-on9bp51e.jpg?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfNIoWMZS1XjwRDzUnbc3NuDag/uploaded-1776773042489-on9bp51e.jpg"
|
||||
imageAlt="Ün Bebe Market Mağaza Girişi"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baby-concept-with-slate-heart_23-2147665727.jpg",
|
||||
alt: "Mutlu bebek",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-cute-little-baby-accessories_23-2148415457.jpg",
|
||||
alt: "Anne ve bebek",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/baby-concept-with-bib-shoes-hanging-clothesline_23-2147665759.jpg",
|
||||
alt: "Güvenli ürünler",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-kid-with-wooden-toys-floor_23-2149311278.jpg",
|
||||
alt: "Oyuncaklar",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-little-kid-playing-indoors_23-2149513073.jpg",
|
||||
alt: "Bebek eşyaları",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/baby-concept-with-slate-heart_23-2147665727.jpg", alt: "Mutlu bebek" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/front-view-cute-little-baby-accessories_23-2148415457.jpg", alt: "Anne ve bebek" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/baby-concept-with-bib-shoes-hanging-clothesline_23-2147665759.jpg", alt: "Güvenli ürünler" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-kid-with-wooden-toys-floor_23-2149311278.jpg", alt: "Oyuncaklar" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-little-kid-playing-indoors_23-2149513073.jpg", alt: "Bebek eşyaları" },
|
||||
]}
|
||||
avatarText="10.000+ Mutlu Ebeveyn"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Organik Pamuklu Ürünler",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hızlı Kargo İmkanı",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Güvenli Ödeme",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Uzman Tavsiyesi",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "7/24 Destek",
|
||||
},
|
||||
{ type: "text", text: "Organik Pamuklu Ürünler" },
|
||||
{ type: "text", text: "Hızlı Kargo İmkanı" },
|
||||
{ type: "text", text: "Güvenli Ödeme" },
|
||||
{ type: "text", text: "Uzman Tavsiyesi" },
|
||||
{ type: "text", text: "7/24 Destek" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,24 +75,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Bebek Bezleri",
|
||||
"Mama & Beslenme",
|
||||
"Islak Mendil",
|
||||
"Biberonlar",
|
||||
"Emzikler",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Bebek Giyim",
|
||||
"Oyuncaklar",
|
||||
"Anne Ürünleri",
|
||||
"Bebek Bakım",
|
||||
"Uyku Setleri",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Bebek Bezleri", "Mama & Beslenme", "Islak Mendil", "Biberonlar", "Emzikler"] }}
|
||||
positiveCard={{ items: ["Bebek Giyim", "Oyuncaklar", "Anne Ürünleri", "Bebek Bakım", "Uyku Setleri"] }}
|
||||
title="Kategoriler"
|
||||
description="İhtiyacınız olan her şey bir tık uzağınızda."
|
||||
/>
|
||||
@@ -155,42 +89,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bebek Kıyafet Seti",
|
||||
price: "299 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-forest_1328-712.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Organik Bakım Seti",
|
||||
price: "199 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rubber-duck-bath-salt_23-2148439102.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Eğitici Oyuncak",
|
||||
price: "450 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-with-colorful-wooden-toys-full-shot_23-2149357271.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Beslenme Seti",
|
||||
price: "350 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baby-clothes_1220-4297.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anne Bakım Seti",
|
||||
price: "599 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-women-applying-cream-her-belly_329181-18016.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Bebek Uyku Seti",
|
||||
price: "899 TL",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-baby-outdoors_23-2148482625.jpg",
|
||||
},
|
||||
{ id: "1", name: "Bebek Kıyafet Seti", price: "299 TL", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-forest_1328-712.jpg" },
|
||||
{ id: "2", name: "Organik Bakım Seti", price: "199 TL", imageSrc: "http://img.b2bpic.net/free-photo/rubber-duck-bath-salt_23-2148439102.jpg" },
|
||||
{ id: "3", name: "Eğitici Oyuncak", price: "450 TL", imageSrc: "http://img.b2bpic.net/free-photo/kid-playing-with-colorful-wooden-toys-full-shot_23-2149357271.jpg" },
|
||||
{ id: "4", name: "Beslenme Seti", price: "350 TL", imageSrc: "http://img.b2bpic.net/free-photo/baby-clothes_1220-4297.jpg" },
|
||||
{ id: "5", name: "Anne Bakım Seti", price: "599 TL", imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-women-applying-cream-her-belly_329181-18016.jpg" },
|
||||
{ id: "6", name: "Bebek Uyku Seti", price: "899 TL", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-baby-outdoors_23-2148482625.jpg" },
|
||||
]}
|
||||
title="Öne Çıkan Ürünler"
|
||||
description="En çok tercih edilen bebek ürünleri."
|
||||
@@ -202,12 +106,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Ün Bebe Market"
|
||||
title="Hakkımızda"
|
||||
buttons={[
|
||||
{
|
||||
text: "Daha Fazla Bilgi",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Daha Fazla Bilgi", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,31 +117,11 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
description: "Güvenilir Ürünler",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Uygun",
|
||||
description: "Fiyat Garantisi",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Geniş",
|
||||
description: "Ürün Çeşitliliği",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Öncelik",
|
||||
description: "Müşteri Memnuniyeti",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
value: "24/7",
|
||||
description: "Kesintisiz Destek",
|
||||
},
|
||||
{ id: "m1", value: "100%", description: "Güvenilir Ürünler" },
|
||||
{ id: "m2", value: "Uygun", description: "Fiyat Garantisi" },
|
||||
{ id: "m3", value: "Geniş", description: "Ürün Çeşitliliği" },
|
||||
{ id: "m4", value: "Öncelik", description: "Müşteri Memnuniyeti" },
|
||||
{ id: "m5", value: "24/7", description: "Kesintisiz Destek" },
|
||||
]}
|
||||
title="Neden Bizi Tercih Etmelisiniz?"
|
||||
description="Güven ve kalite odaklı hizmet anlayışımız."
|
||||
@@ -254,31 +133,13 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
description="Mağazamızdan keyifli anlar."
|
||||
members={[
|
||||
{
|
||||
id: "g1",
|
||||
name: "Mağaza Girişi",
|
||||
role: "Görünüm",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfNIoWMZS1XjwRDzUnbc3NuDag/uploaded-1776773042489-on9bp51e.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "g2",
|
||||
name: "Reyonlar",
|
||||
role: "Görünüm",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfNIoWMZS1XjwRDzUnbc3NuDag/uploaded-1776773042490-mpmtn7y3.jpg",
|
||||
},
|
||||
{
|
||||
id: "g3",
|
||||
name: "Düzen",
|
||||
role: "Görünüm",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfNIoWMZS1XjwRDzUnbc3NuDag/uploaded-1776773042490-47aik9j2.jpg",
|
||||
},
|
||||
{
|
||||
id: "g4",
|
||||
name: "Ürünler",
|
||||
role: "Görünüm",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-forest_1328-712.jpg?_wi=2",
|
||||
},
|
||||
{ id: "g1", name: "Mağaza Girişi", role: "Görünüm", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfNIoWMZS1XjwRDzUnbc3NuDag/uploaded-1776773042489-on9bp51e.jpg" },
|
||||
{ id: "g2", name: "Reyonlar", role: "Görünüm", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfNIoWMZS1XjwRDzUnbc3NuDag/uploaded-1776773042490-mpmtn7y3.jpg" },
|
||||
{ id: "g3", name: "Düzen", role: "Görünüm", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CfNIoWMZS1XjwRDzUnbc3NuDag/uploaded-1776773042490-47aik9j2.jpg" },
|
||||
{ id: "g4", name: "Ürünler", role: "Görünüm", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-forest_1328-712.jpg" },
|
||||
]}
|
||||
title="Mağazamızdan Kareler"
|
||||
/>
|
||||
@@ -290,25 +151,10 @@ export default function LandingPage() {
|
||||
title="İletişime Geçin"
|
||||
description="Sorularınız için bizimle her zaman iletişime geçebilirsiniz."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Adınız",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefon Numaranız",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Adınız", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Telefon Numaranız", required: true },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Mesajınız",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Mesajınız", rows: 4, required: true }}
|
||||
buttonText="Bize Hemen Ulaşın"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-mother-walking-with-baby-carriage-park_1303-14379.jpg"
|
||||
imageAlt="İletişim görseli"
|
||||
@@ -319,28 +165,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Ün Bebe Market"
|
||||
columns={[
|
||||
{
|
||||
title: "Hakkımızda",
|
||||
items: [
|
||||
{
|
||||
label: "Biz Kimiz",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Konum",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Hakkımızda", items: [{ label: "Biz Kimiz", href: "#about" }] },
|
||||
{ title: "İletişim", items: [{ label: "WhatsApp", href: "#" }, { label: "Konum", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Ün Bebe Market. Tüm hakları saklıdır."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user