Merge version_1 into main #1
304
src/app/page.tsx
304
src/app/page.tsx
@@ -32,75 +32,30 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Ana Sayfa",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Yorumlar",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Ana Sayfa", id: "hero" },
|
||||
{ name: "Hakkımızda", id: "about" },
|
||||
{ name: "Menü", id: "menu" },
|
||||
{ name: "Yorumlar", id: "testimonials" },
|
||||
{ name: "İletişim", id: "contact" },
|
||||
]}
|
||||
brandName="Burak Kuru Fasulye"
|
||||
button={{ text: "Rezervasyon", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
title="Burak Kuru Fasulye: Geleneksel Lezzetin Adresi"
|
||||
description="Pendik'te, 7/24 açık, aile sıcaklığında bir ortamda gerçek Türk mutfağının en seçkin lezzetlerini sizlerle buluşturuyoruz."
|
||||
buttons={[
|
||||
{
|
||||
text: "Menüyü İncele",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Menüyü İncele", href: "#menu" }]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg",
|
||||
imageAlt: "Geleneksel Kuru Fasulye",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-finger-flatbread-wrap-from-plate-served-breakfast_140725-7137.jpg",
|
||||
imageAlt: "Pilav ve Kuru Fasulye Servisi",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg",
|
||||
imageAlt: "Geleneksel Biftek",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-professional-food-recipe-restaurant-kitchen-using-fresh-vegetables-prepare-gourmet-meal-diverse-team-cooks-making-authentic-menu-dish-gastronomy-cuisine-service_482257-43501.jpg",
|
||||
imageAlt: "Sıcak Ortam",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-with-various-food-fried-eggs-assorted-ham-fresh-salad-juice_140725-12108.jpg",
|
||||
imageAlt: "Geleneksel Tatlar",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/administrator-with-impairment-meeting-with-his-diverse-employees-group_482257-116614.jpg",
|
||||
imageAlt: "Restoran Deneyimi",
|
||||
},
|
||||
{ id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", imageAlt: "Geleneksel Kuru Fasulye" },
|
||||
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-finger-flatbread-wrap-from-plate-served-breakfast_140725-7137.jpg", imageAlt: "Pilav ve Kuru Fasulye Servisi" },
|
||||
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", imageAlt: "Geleneksel Biftek" },
|
||||
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-professional-food-recipe-restaurant-kitchen-using-fresh-vegetables-prepare-gourmet-meal-diverse-team-cooks-making-authentic-menu-dish-gastronomy-cuisine-service_482257-43501.jpg", imageAlt: "Sıcak Ortam" },
|
||||
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-with-various-food-fried-eggs-assorted-ham-fresh-salad-juice_140725-12108.jpg", imageAlt: "Geleneksel Tatlar" },
|
||||
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/administrator-with-impairment-meeting-with-his-diverse-employees-group_482257-116614.jpg", imageAlt: "Restoran Deneyimi" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -109,19 +64,9 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Yılların Getirdiği ",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-sweet-food-customers_1170-641.jpg",
|
||||
alt: "Restoranımız",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
content: " Gelenek ve Kalite",
|
||||
},
|
||||
{ type: "text", content: "Yılların Getirdiği " },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/waiter-serving-cup-coffee-sweet-food-customers_1170-641.jpg", alt: "Restoranımız" },
|
||||
{ type: "text", content: " Gelenek ve Kalite" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -132,30 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Taze Malzemeler",
|
||||
descriptions: [
|
||||
"Her gün taze seçilen ürünlerle gerçek lezzetler.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-vegetable-fruits_23-2148913351.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Hızlı Servis",
|
||||
descriptions: [
|
||||
"Acıktığınız an en hızlı şekilde hizmetinizdeyiz.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-man-home_23-2148899727.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "7/24 Açık",
|
||||
descriptions: [
|
||||
"Günün her saati kapımız size açık.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Taze Malzemeler", descriptions: ["Her gün taze seçilen ürünlerle gerçek lezzetler."], imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-vegetable-fruits_23-2148913351.jpg" },
|
||||
{ id: "f2", title: "Hızlı Servis", descriptions: ["Acıktığınız an en hızlı şekilde hizmetinizdeyiz."], imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-man-home_23-2148899727.jpg" },
|
||||
{ id: "f3", title: "7/24 Açık", descriptions: ["Günün her saati kapımız size açık."], imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg" },
|
||||
]}
|
||||
title="Neden Bizi Seçmelisiniz?"
|
||||
description="Lezzet tutkunlarının buluşma noktası olan restoranımızda, kaliteyi ön planda tutuyoruz."
|
||||
@@ -167,56 +91,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Kuru Fasulye",
|
||||
price: "₺150",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-with-herbs-tomato-sauce_114579-15399.jpg",
|
||||
brand: "Klasik",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Beyaz Pirinç Pilavı",
|
||||
price: "₺80",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-bowl-woman-hands-different-stuffs-bowls-notebook-beige-background_140725-132376.jpg",
|
||||
brand: "Yan Lezzet",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Mercimek Çorbası",
|
||||
price: "₺70",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-white-bowl-sprinkled-with-ground-pepper_140725-4793.jpg",
|
||||
brand: "Çorba",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fırın Biftek",
|
||||
price: "₺450",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4632.jpg",
|
||||
brand: "Ana Yemek",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Baklava",
|
||||
price: "₺120",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sugar-candies-with-little-buns-white-surface_140725-66700.jpg",
|
||||
brand: "Tatlı",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Francala Ekmek",
|
||||
price: "₺25",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-packed-black-bread-blue-black-mixed-colors-background-with-free-space_179666-47421.jpg",
|
||||
brand: "Ekmek",
|
||||
},
|
||||
{ id: "p1", name: "Kuru Fasulye", price: "₺150", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/pasta-soup-with-herbs-tomato-sauce_114579-15399.jpg", brand: "Klasik" },
|
||||
{ id: "p2", name: "Beyaz Pirinç Pilavı", price: "₺80", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-erishte-bowl-woman-hands-different-stuffs-bowls-notebook-beige-background_140725-132376.jpg", brand: "Yan Lezzet" },
|
||||
{ id: "p3", name: "Mercimek Çorbası", price: "₺70", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-white-bowl-sprinkled-with-ground-pepper_140725-4793.jpg", brand: "Çorba" },
|
||||
{ id: "p4", name: "Fırın Biftek", price: "₺450", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-basturma-kebab-with-tomato-hot-pepper-grill-with-onion-sumac_141793-4632.jpg", brand: "Ana Yemek" },
|
||||
{ id: "p5", name: "Baklava", price: "₺120", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sugar-candies-with-little-buns-white-surface_140725-66700.jpg", brand: "Tatlı" },
|
||||
{ id: "p6", name: "Francala Ekmek", price: "₺25", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/front-view-packed-black-bread-blue-black-mixed-colors-background-with-free-space_179666-47421.jpg", brand: "Ekmek" },
|
||||
]}
|
||||
title="Öne Çıkan Menümüz"
|
||||
description="Geleneksel tariflerimizle hazırladığımız lezzetleri keşfedin."
|
||||
@@ -229,24 +110,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Yıllık Misafir",
|
||||
value: "500k+",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Çalışan Mutfağı",
|
||||
value: "30+",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Yıllık Deneyim",
|
||||
value: "20+",
|
||||
icon: Award,
|
||||
},
|
||||
{ id: "m1", title: "Yıllık Misafir", value: "500k+", icon: Users },
|
||||
{ id: "m2", title: "Çalışan Mutfağı", value: "30+", icon: Flame },
|
||||
{ id: "m3", title: "Yıllık Deneyim", value: "20+", icon: Award },
|
||||
]}
|
||||
title="Bizimle Büyüyen Lezzet Ailesi"
|
||||
description="Yıllardır binlerce misafirimizi ağırlamanın gururunu yaşıyoruz."
|
||||
@@ -257,50 +123,14 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Onur Bilgin",
|
||||
handle: "@onurbilgin",
|
||||
testimonial: "Kuru fasulyesi tam kıvamında pişiyor, yanında gelen pilavla harika bir uyum yakalıyor.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Betül Eğilmez",
|
||||
handle: "@gezenpapuclar",
|
||||
testimonial: "Çorba fiyatları iyi geldi lezzetli güzeldi.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ayşe Yılmaz",
|
||||
handle: "@ayseyilmaz",
|
||||
testimonial: "Güler yüzlü hizmet ve harika bir ambiyans. Kesinlikle tavsiye ederim.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cauliflower-inside-basket-plate-light-grey-table_140725-130282.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mehmet Demir",
|
||||
handle: "@mehmetdemir",
|
||||
testimonial: "Yıllardır gelirim, hiçbir zaman kaliteden ödün vermediler.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-with-foods-soft-drinks-restaurant_114579-3319.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Canan Seçkin",
|
||||
handle: "@cananseckin",
|
||||
testimonial: "Fasulye seviyorsanız mutlaka uğramanız gereken bir yer.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-blond-woman-smiling-looking-upper-left-corner-showing-okay-ok-gesture-standing-casual-clothes-against-white-background_176420-48668.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Onur Bilgin", handle: "@onurbilgin", testimonial: "Kuru fasulyesi tam kıvamında pişiyor, yanında gelen pilavla harika bir uyum yakalıyor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" },
|
||||
{ id: "2", name: "Betül Eğilmez", handle: "@gezenpapuclar", testimonial: "Çorba fiyatları iyi geldi lezzetli güzeldi.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg" },
|
||||
{ id: "3", name: "Ayşe Yılmaz", handle: "@ayseyilmaz", testimonial: "Güler yüzlü hizmet ve harika bir ambiyans. Kesinlikle tavsiye ederim.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-cauliflower-inside-basket-plate-light-grey-table_140725-130282.jpg" },
|
||||
{ id: "4", name: "Mehmet Demir", handle: "@mehmetdemir", testimonial: "Yıllardır gelirim, hiçbir zaman kaliteden ödün vermediler.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dinner-table-with-foods-soft-drinks-restaurant_114579-3319.jpg" },
|
||||
{ id: "5", name: "Canan Seçkin", handle: "@cananseckin", testimonial: "Fasulye seviyorsanız mutlaka uğramanız gereken bir yer.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/happy-blond-woman-smiling-looking-upper-left-corner-showing-okay-ok-gesture-standing-casual-clothes-against-white-background_176420-48668.jpg" },
|
||||
]}
|
||||
title="Müşterilerimizden Yorumlar"
|
||||
description="Lezzetimize ortak olan misafirlerimizin görüşleri."
|
||||
/>
|
||||
@@ -308,48 +138,29 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Kaçta açılıyorsunuz?",
|
||||
content: "Sabah 06:00'da hizmet vermeye başlıyoruz.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Rezervasyon alıyor musunuz?",
|
||||
content: "Gelen misafirlerimizi sırayla ağırlıyoruz, rezervasyon gerekmemektedir.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Paket servisiniz var mı?",
|
||||
content: "Evet, arabaya teslim alma ve temassız teslimat seçeneklerimiz mevcuttur.",
|
||||
},
|
||||
{ id: "faq1", title: "Kaçta açılıyorsunuz?", content: "Sabah 06:00'da hizmet vermeye başlıyoruz." },
|
||||
{ id: "faq2", title: "Rezervasyon alıyor musunuz?", content: "Gelen misafirlerimizi sırayla ağırlıyoruz, rezervasyon gerekmemektedir." },
|
||||
{ id: "faq3", title: "Paket servisiniz var mı?", content: "Evet, arabaya teslim alma ve temassız teslimat seçeneklerimiz mevcuttur." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-beautiful-asian-girl-barista-working-cafe-holding-cup-tea-giving-client-their-order-we_1258-138295.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
title="Sıkça Sorulan Sorular"
|
||||
description="Restoranımız hakkında merak ettikleriniz."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Bize Ulaşın"
|
||||
title="Hemen Randevu veya Bilgi Alın"
|
||||
description="Sorularınız için bizi arayabilir veya konumumuzdan ziyaret edebilirsiniz. Güllü Bağlar, Muhsin Yazıcıoğlu Cd No:61/D."
|
||||
buttons={[
|
||||
{
|
||||
text: "(0216) 307 57 12",
|
||||
href: "tel:02163075712",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "(0216) 307 57 12", href: "tel:02163075712" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -359,33 +170,16 @@ export default function LandingPage() {
|
||||
logoText="Burak Kuru Fasulye"
|
||||
columns={[
|
||||
{
|
||||
title: "İletişim",
|
||||
items: [
|
||||
{
|
||||
label: "Telefon: 0216 307 57 12",
|
||||
href: "tel:02163075712",
|
||||
},
|
||||
{
|
||||
label: "Pendik, İstanbul",
|
||||
href: "#",
|
||||
},
|
||||
title: "İletişim", items: [
|
||||
{ label: "Telefon: 0216 307 57 12", href: "tel:02163075712" },
|
||||
{ label: "Pendik, İstanbul", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hizmetler",
|
||||
items: [
|
||||
{
|
||||
label: "İçeride Servis",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Arabaya Teslim",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Paket Servis",
|
||||
href: "#",
|
||||
},
|
||||
title: "Hizmetler", items: [
|
||||
{ label: "İçeride Servis", href: "#" },
|
||||
{ label: "Arabaya Teslim", href: "#" },
|
||||
{ label: "Paket Servis", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user