Merge version_1 into main #3
@@ -50,9 +50,11 @@ export default function HomePage() {
|
||||
tagIcon={Clock}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Hemen Ara", href: "tel:02123254445"},
|
||||
text: "📞 Hemen Ara", href: "tel:02123254445"
|
||||
},
|
||||
{
|
||||
text: "📍 Yol Tarifi Al", href: "https://maps.google.com/?q=Huzur,+Kemal+Atatürk+Cd+no:3a,+Sarıyer,+İstanbul"},
|
||||
text: "📍 Yol Tarifi Al", href: "https://maps.google.com/?q=Huzur,+Kemal+Atatürk+Cd+no:3a,+Sarıyer,+İstanbul"
|
||||
},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
dashboard={{
|
||||
@@ -64,31 +66,39 @@ export default function HomePage() {
|
||||
],
|
||||
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"
|
||||
},
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Memnun Müşteri", values: [2400, 2600, 2800],
|
||||
description: "Google Reviews: 4.4/5 ⭐"},
|
||||
description: "Google Reviews: 4.4/5 ⭐"
|
||||
},
|
||||
{
|
||||
title: "Çorba Çeşidi", values: [8, 10, 12],
|
||||
description: "Geleneksel Tarifler"},
|
||||
description: "Geleneksel Tarifler"
|
||||
},
|
||||
{
|
||||
title: "Hizmet", values: ["Dine-in", "Takeaway", "Delivery"],
|
||||
description: "Hızlı ve Güvenilir"},
|
||||
description: "Hızlı ve Güvenilir"
|
||||
},
|
||||
],
|
||||
listTitle: "Popüler Çorbalar", listItems: [
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Kelle Paça Çorbası", status: "Bestseller"},
|
||||
title: "Kelle Paça Çorbası", status: "Bestseller"
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Mercimek Çorbası", status: "Favorisi"},
|
||||
title: "Mercimek Çorbası", status: "Favorisi"
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Tavuk Suyu Çorbası", status: "Popüler"},
|
||||
title: "Tavuk Suyu Çorbası", status: "Popüler"
|
||||
},
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -102,13 +112,17 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Kelle Paça Çorbası", price: "₺45", variant: "Sıcak • Tam Porsiyon", imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-lentil-soup-with-vegetables-beautiful-tablecloth_114579-69184.jpg", imageAlt: "Kelle Paça Çorbası"},
|
||||
id: "1", name: "Kelle Paça Çorbası", price: "₺45", variant: "Sıcak • Tam Porsiyon", imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-lentil-soup-with-vegetables-beautiful-tablecloth_114579-69184.jpg", imageAlt: "Kelle Paça Çorbası"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mercimek Çorbası", price: "₺35", variant: "Vegan • Hafif", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-lentil-soup-white-pot-served-with-lemons-green-bread-pieces-spike-tomatoes-black_140725-144517.jpg", imageAlt: "Mercimek Çorbası"},
|
||||
id: "2", name: "Mercimek Çorbası", price: "₺35", variant: "Vegan • Hafif", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-lentil-soup-white-pot-served-with-lemons-green-bread-pieces-spike-tomatoes-black_140725-144517.jpg", imageAlt: "Mercimek Çorbası"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Tavuk Suyu Çorbası", price: "₺40", variant: "Beslenme • Sağlıklı", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-salad-inside-tray-light-grey-table_140725-137135.jpg", imageAlt: "Tavuk Suyu Çorbası"},
|
||||
id: "3", name: "Tavuk Suyu Çorbası", price: "₺40", variant: "Beslenme • Sağlıklı", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-salad-inside-tray-light-grey-table_140725-137135.jpg", imageAlt: "Tavuk Suyu Çorbası"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Kaşarlı Domates Çorbası", price: "₺42", variant: "Peynirli • Lezzetli", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-with-delicious-local-food-meal_23-2148833831.jpg", imageAlt: "Kaşarlı Domates Çorbası"},
|
||||
id: "4", name: "Kaşarlı Domates Çorbası", price: "₺42", variant: "Peynirli • Lezzetli", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-with-delicious-local-food-meal_23-2148833831.jpg", imageAlt: "Kaşarlı Domates Çorbası"
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -116,7 +130,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Tüm Menüyü Gör", href: "#menu"},
|
||||
text: "Tüm Menüyü Gör", href: "#menu"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,13 +145,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "24 Saat Açık", description: "Her saatte, her zaman sıcak ve taze çorba hizmetinde.", imageSrc: "http://img.b2bpic.net/free-photo/view-feast-table-first-day-passover-seder_23-2150247752.jpg"},
|
||||
title: "24 Saat Açık", description: "Her saatte, her zaman sıcak ve taze çorba hizmetinde.", imageSrc: "http://img.b2bpic.net/free-photo/view-feast-table-first-day-passover-seder_23-2150247752.jpg"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Geleneksel Tarifler", description: "Nesillerden geçen orijinal tarif ve lezzet garantisi.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg"},
|
||||
title: "Geleneksel Tarifler", description: "Nesillerden geçen orijinal tarif ve lezzet garantisi.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Hızlı Hizmet", description: "Dine-in, Takeaway ve Delivery seçenekleri ile her zaman erişim.", imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-lentil-soup-with-vegetables-beautiful-tablecloth_114579-69184.jpg"},
|
||||
title: "Hızlı Hizmet", description: "Dine-in, Takeaway ve Delivery seçenekleri ile her zaman erişim.", imageSrc: "http://img.b2bpic.net/free-photo/white-bowl-lentil-soup-with-vegetables-beautiful-tablecloth_114579-69184.jpg"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -151,19 +169,24 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Sarıyer'in En İyi Çorbacısı", quote: "30 yıldır buraya geliyorum. Her çorba efsane. Geleneksel tarifleri asla değiştirmiyorlar. Tavsiye ederim!", name: "Ahmet Yılmaz", role: "Müşteri • 5 yıl müzteri", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg", imageAlt: "Ahmet Yılmaz"},
|
||||
id: "1", title: "Sarıyer'in En İyi Çorbacısı", quote: "30 yıldır buraya geliyorum. Her çorba efsane. Geleneksel tarifleri asla değiştirmiyorlar. Tavsiye ederim!", name: "Ahmet Yılmaz", role: "Müşteri • 5 yıl müzteri", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait_1296-429.jpg", imageAlt: "Ahmet Yılmaz"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Gece Vardiyasında Kahramanlık", quote: "Gece yarısı açık, lezzetli çorba bulmanın zor olduğu şehirde Hebun bir nimettir. Her gece tercihim.", name: "Fatma Kaya", role: "Hemşire • Terzi Sahip", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg", imageAlt: "Fatma Kaya"},
|
||||
id: "2", title: "Gece Vardiyasında Kahramanlık", quote: "Gece yarısı açık, lezzetli çorba bulmanın zor olduğu şehirde Hebun bir nimettir. Her gece tercihim.", name: "Fatma Kaya", role: "Hemşire • Terzi Sahip", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-man-relaxing-lunch-modern-cafe-sitting-front-open-laptop-smiling-happily-while-watching-funny-videos-online-earphones_273609-1958.jpg", imageAlt: "Fatma Kaya"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Aile Geleneğimiz Haline Geldi", quote: "Ailemin tüm üyeleri Hebun seviyor. Bayramda, soğuk günlerde, stresli saatlerde burası ilk seçenektir.", name: "Ali Demir", role: "İş Sahibi • Turist Sevgili", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Ali Demir"},
|
||||
id: "3", title: "Aile Geleneğimiz Haline Geldi", quote: "Ailemin tüm üyeleri Hebun seviyor. Bayramda, soğuk günlerde, stresli saatlerde burası ilk seçenektir.", name: "Ali Demir", role: "İş Sahibi • Turist Sevgili", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", imageAlt: "Ali Demir"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Uygun Fiyat, Yüksek Kalite", quote: "Fiyat/kalite dengelendirmesi mükemmel. Beslenme ve lezzet her soğuk kahvaltıda beni bekliyor.", name: "Zeynep Aktaş", role: "Öğrenci • Sosyal Medya", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageAlt: "Zeynep Aktaş"},
|
||||
id: "4", title: "Uygun Fiyat, Yüksek Kalite", quote: "Fiyat/kalite dengelendirmesi mükemmel. Beslenme ve lezzet her soğuk kahvaltıda beni bekliyor.", name: "Zeynep Aktaş", role: "Öğrenci • Sosyal Medya", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg", imageAlt: "Zeynep Aktaş"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Google'da Yorumları Gör", href: "https://maps.google.com/?q=Hebun+Çorba+Evi+Sarıyer"},
|
||||
text: "Google'da Yorumları Gör", href: "https://maps.google.com/?q=Hebun+Çorba+Evi+Sarıyer"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -174,9 +197,11 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Telefon Ara", href: "tel:02123254445"},
|
||||
text: "📞 Telefon Ara", href: "tel:02123254445"
|
||||
},
|
||||
{
|
||||
text: "📍 Haritada Gör", href: "https://maps.google.com/?q=Huzur,+Kemal+Atatürk+Cd+no:3a,+Sarıyer,+İstanbul"},
|
||||
text: "📍 Haritada Gör", href: "https://maps.google.com/?q=Huzur,+Kemal+Atatürk+Cd+no:3a,+Sarıyer,+İstanbul"
|
||||
},
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -205,10 +230,12 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Sosyal", items: [
|
||||
{
|
||||
label: "Google Maps", href: "https://maps.google.com/?q=Hebun+Çorba+Evi+Sarıyer"},
|
||||
label: "Google Maps", href: "https://maps.google.com/?q=Hebun+Çorba+Evi+Sarıyer"
|
||||
},
|
||||
{ label: "Telefon", href: "tel:02123254445" },
|
||||
{
|
||||
label: "Konum", href: "https://maps.google.com/?q=Huzur,+Kemal+Atatürk+Cd+no:3a,+Sarıyer,+İstanbul"},
|
||||
label: "Konum", href: "https://maps.google.com/?q=Huzur,+Kemal+Atatürk+Cd+no:3a,+Sarıyer,+İstanbul"
|
||||
},
|
||||
{ label: "Çalışma Saatleri", href: "#" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user