Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
245
src/app/page.tsx
245
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Ana Sayfa", id: "hero"},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menü", id: "menu"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
name: "İletişim", id: "contact"},
|
||||
]}
|
||||
brandName="Altunbaş Kebap"
|
||||
/>
|
||||
@@ -53,109 +45,60 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Adana'nın Gerçek Kebap Lezzeti"
|
||||
description="Altunbaş Kebap'ta geleneksel yöntemlerle hazırlanan taze et ve odun ateşinde pişmiş eşsiz lezzetleri keşfedin."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ahmet Yılmaz",
|
||||
handle: "@ahmetyilmaz",
|
||||
testimonial: "Adana'da yediğim en iyi kebap, kesinlikle tavsiye ederim!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg?_wi=1",
|
||||
imageAlt: "adana kebab plate close up",
|
||||
},
|
||||
name: "Ahmet Yılmaz", handle: "@ahmetyilmaz", testimonial: "Adana'da yediğim en iyi kebap, kesinlikle tavsiye ederim!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg", imageAlt: "adana kebab plate close up"},
|
||||
{
|
||||
name: "Ayşe Demir",
|
||||
handle: "@aysedemir",
|
||||
testimonial: "Hızlı servis ve harika lezzet. Ciğer şiş efsane.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg?_wi=1",
|
||||
imageAlt: "ciğer şiş kebab plate",
|
||||
},
|
||||
name: "Ayşe Demir", handle: "@aysedemir", testimonial: "Hızlı servis ve harika lezzet. Ciğer şiş efsane.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg", imageAlt: "ciğer şiş kebab plate"},
|
||||
{
|
||||
name: "Mehmet Kaya",
|
||||
handle: "@mehmetkaya",
|
||||
testimonial: "Gerçekten odun ateşinde pişiriyorlar, fark ediliyor.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg?_wi=1",
|
||||
imageAlt: "beyti kebap plate presentation",
|
||||
},
|
||||
name: "Mehmet Kaya", handle: "@mehmetkaya", testimonial: "Gerçekten odun ateşinde pişiriyorlar, fark ediliyor.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg", imageAlt: "beyti kebap plate presentation"},
|
||||
{
|
||||
name: "Zeynep Çelik",
|
||||
handle: "@zeynepcelik",
|
||||
testimonial: "Ailece geldik, herkes çok memnun kaldı.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg?_wi=1",
|
||||
imageAlt: "tavuk şiş kebab",
|
||||
},
|
||||
name: "Zeynep Çelik", handle: "@zeynepcelik", testimonial: "Ailece geldik, herkes çok memnun kaldı.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg", imageAlt: "tavuk şiş kebab"},
|
||||
{
|
||||
name: "Caner Yıldız",
|
||||
handle: "@caneryildiz",
|
||||
testimonial: "Adana kebap tutkunları için adres burası.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg?_wi=1",
|
||||
imageAlt: "turkish restaurant charcoal grill",
|
||||
},
|
||||
name: "Caner Yıldız", handle: "@caneryildiz", testimonial: "Adana kebap tutkunları için adres burası.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg", imageAlt: "turkish restaurant charcoal grill"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Sipariş Ver",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Sipariş Ver", href: "#contact"},
|
||||
{
|
||||
text: "Menüyü Gör",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Menüyü Gör", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg"
|
||||
imageAlt="Lezzetli Adana Kebap tabağı"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906301.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
]}
|
||||
src: "http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906301.jpg", alt: "User 5"},
|
||||
],
|
||||
}
|
||||
avatarText="Binlerce mutlu müşterimizden bazıları."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Odun Ateşinde Lezzet",
|
||||
},
|
||||
type: "text", text: "Odun Ateşinde Lezzet"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Günlük Taze Et",
|
||||
},
|
||||
type: "text", text: "Günlük Taze Et"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Geleneksel Tarifler",
|
||||
},
|
||||
type: "text", text: "Geleneksel Tarifler"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hızlı Servis",
|
||||
},
|
||||
type: "text", text: "Hızlı Servis"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Lezzet Garantisi",
|
||||
},
|
||||
type: "text", text: "Lezzet Garantisi"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,59 +111,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Kebaplar",
|
||||
name: "Adana Kebap",
|
||||
price: "180 TL",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg?_wi=2",
|
||||
},
|
||||
id: "1", brand: "Kebaplar", name: "Adana Kebap", price: "180 TL", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Kebaplar",
|
||||
name: "Açık Beyti Kebap",
|
||||
price: "220 TL",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg?_wi=2",
|
||||
},
|
||||
id: "2", brand: "Kebaplar", name: "Açık Beyti Kebap", price: "220 TL", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Tavuk",
|
||||
name: "Kemiksiz Tavuk Sarma",
|
||||
price: "150 TL",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg?_wi=2",
|
||||
},
|
||||
id: "3", brand: "Tavuk", name: "Kemiksiz Tavuk Sarma", price: "150 TL", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Kebaplar",
|
||||
name: "Ciğer Şiş",
|
||||
price: "160 TL",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg?_wi=3",
|
||||
},
|
||||
id: "4", brand: "Kebaplar", name: "Ciğer Şiş", price: "160 TL", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Kebaplar",
|
||||
name: "Yağlı Kara",
|
||||
price: "190 TL",
|
||||
rating: 5,
|
||||
reviewCount: "40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg?_wi=3",
|
||||
},
|
||||
id: "5", brand: "Kebaplar", name: "Yağlı Kara", price: "190 TL", rating: 5,
|
||||
reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Tavuk",
|
||||
name: "Tavuk Kanat",
|
||||
price: "140 TL",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg?_wi=3",
|
||||
},
|
||||
id: "6", brand: "Tavuk", name: "Tavuk Kanat", price: "140 TL", rating: 4,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg"},
|
||||
]}
|
||||
title="Lezzetli Menümüz"
|
||||
description="Odun ateşinde hazırlanan eşsiz kebap çeşitlerimiz."
|
||||
@@ -232,14 +139,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Adana'nın Köklü Lezzet Hikayesi",
|
||||
},
|
||||
type: "text", content: "Adana'nın Köklü Lezzet Hikayesi"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg",
|
||||
alt: "Kebap ızgarası",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg", alt: "Kebap ızgarası"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -254,32 +156,16 @@ export default function LandingPage() {
|
||||
showStepNumbers={true}
|
||||
features={[
|
||||
{
|
||||
title: "Taze Yerel Malzemeler",
|
||||
description: "Etlerimizi günlük olarak en iyi çiftliklerden temin ediyoruz.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg?_wi=4",
|
||||
imageAlt: "Taze et",
|
||||
},
|
||||
title: "Taze Yerel Malzemeler", description: "Etlerimizi günlük olarak en iyi çiftliklerden temin ediyoruz.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-arabic-fast-food-skewers_23-2148651114.jpg", imageAlt: "Taze et"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg?_wi=4",
|
||||
imageAlt: "Taze malzemeler",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906301.jpg?_wi=1",
|
||||
imageAlt: "map pin location marker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-beyti-kebab-served-with-ayran-pickles_141793-2114.jpg", imageAlt: "Taze malzemeler"},
|
||||
},
|
||||
{
|
||||
title: "Gerçek Odun Ateşi",
|
||||
description: "Kebaplarımıza o eşsiz kokuyu veren geleneksel meşe kömürü ateşi.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg?_wi=2",
|
||||
imageAlt: "Izgara",
|
||||
},
|
||||
title: "Gerçek Odun Ateşi", description: "Kebaplarımıza o eşsiz kokuyu veren geleneksel meşe kömürü ateşi.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-cook-holding-burning-pan-hand_23-2148040255.jpg", imageAlt: "Izgara"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg?_wi=4",
|
||||
imageAlt: "Pişirme süreci",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-fried-potato-with-vegetables-onion_141793-688.jpg?_wi=3",
|
||||
imageAlt: "adana kebab plate close up",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-lula-with-rice-pepper-tomato-onion-side-view_140725-11220.jpg", imageAlt: "Pişirme süreci"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -289,12 +175,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Bize Ulaşın"
|
||||
title="Altunbaş Kebap İletişim"
|
||||
description="Adres: Eski senem market göbeği Yıldız yapı yanı, Sarıçam/Adana. Telefon: +90 322 341 01 33"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906301.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/location-symbol-with-landscape-background_23-2149906301.jpg"
|
||||
imageAlt="İletişim haritası"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -305,33 +190,21 @@ export default function LandingPage() {
|
||||
logoText="Altunbaş Kebap"
|
||||
columns={[
|
||||
{
|
||||
title: "Menü",
|
||||
items: [
|
||||
title: "Menü", items: [
|
||||
{
|
||||
label: "Kebaplar",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Kebaplar", href: "#menu"},
|
||||
{
|
||||
label: "Tavuk",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Tavuk", href: "#menu"},
|
||||
{
|
||||
label: "İçecekler",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "İçecekler", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
title: "İletişim", items: [
|
||||
{
|
||||
label: "0322 341 01 33",
|
||||
href: "tel:+903223410133",
|
||||
},
|
||||
label: "0322 341 01 33", href: "tel:+903223410133"},
|
||||
{
|
||||
label: "Adana, Türkiye",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Adana, Türkiye", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user