Update src/app/page.tsx
This commit is contained in:
255
src/app/page.tsx
255
src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Rezervasyon",
|
||||
id: "reservation",
|
||||
},
|
||||
{
|
||||
name: "Galeri",
|
||||
id: "gallery",
|
||||
},
|
||||
{
|
||||
name: "İletişim",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Anasayfa", id: "hero" },
|
||||
{ name: "Hakkımızda", id: "about" },
|
||||
{ name: "Rezervasyon", id: "reservation" },
|
||||
{ name: "Galeri", id: "gallery" },
|
||||
{ name: "İletişim", id: "contact" },
|
||||
]}
|
||||
brandName="Edeler Gurme"
|
||||
/>
|
||||
@@ -58,33 +43,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Edeler Gurme: Sakarya’da Lezzet, Şıklık ve Aile Keyfi"
|
||||
description="Zengin kahvaltılar, özel tatlılar, seçkin yemekler ve aile dostu atmosferiyle Edeler Gurme’de her an lezzetli bir deneyime dönüşür."
|
||||
tag="Sakarya'nın Premium Lezzet Noktası"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg",
|
||||
imageAlt: "luxury restaurant table setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-assortment-with-plant-view_23-2148914893.jpg", imageAlt: "luxury restaurant table setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg",
|
||||
imageAlt: "luxurious restaurant interior architecture",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg",
|
||||
imageAlt: "Selective focus shot of table setting with wine glasses and plates",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mushrooms-tomato_140725-3752.jpg",
|
||||
imageAlt: "Fried chicken with mushrooms and tomato",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157791.jpg",
|
||||
imageAlt: "Top view of dining tables without food",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couples-celebrating-birthday_23-2149891043.jpg", imageAlt: "luxurious restaurant interior architecture"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -97,9 +64,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Gourmet Deneyiminde Aile Sıcaklığı"
|
||||
description={[
|
||||
"Edeler Gurme, Sakarya Serdivan'da üç katlı ferah yapısıyla bir restorandan çok daha fazlasını sunuyor. En seçkin kahvaltıdan dünya mutfağının özel tariflerine, el yapımı baklavalardan taze pastalara kadar her detayı özenle tasarladık.",
|
||||
"Ailelerin, dost gruplarının ve gastronomi tutkunlarının buluşma noktası olan mekanımızda, misafirlerimize en taze ürünlerle unutulmaz anlar yaşatmak temel önceliğimizdir.",
|
||||
]}
|
||||
"Edeler Gurme, Sakarya Serdivan'da üç katlı ferah yapısıyla bir restorandan çok daha fazlasını sunuyor. En seçkin kahvaltıdan dünya mutfağının özel tariflerine, el yapımı baklavalardan taze pastalara kadar her detayı özenle tasarladık.", "Ailelerin, dost gruplarının ve gastronomi tutkunlarının buluşma noktası olan mekanımızda, misafirlerimize en taze ürünlerle unutulmaz anlar yaşatmak temel önceliğimizdir."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -109,51 +74,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Serpme Kahvaltı",
|
||||
tags: [
|
||||
"Gurme",
|
||||
"Zengin",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-seeds-pomegranate_23-2147758404.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Izgara & Et",
|
||||
tags: [
|
||||
"Lezzet",
|
||||
"Premium",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Pasta & Tatlı",
|
||||
tags: [
|
||||
"Taze",
|
||||
"Özel",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkish-style-dessert-havudj-dilimi-walnuts-pistachios-syrop-dough-side-view_141793-12673.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Çocuk Alanı",
|
||||
tags: [
|
||||
"Ücretsiz",
|
||||
"Güvenli",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-costume-decorating-pumpkin_329181-20681.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Teras Keyfi",
|
||||
tags: [
|
||||
"Manzara",
|
||||
"Huzur",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-eating-exterior-party_23-2149409339.jpg",
|
||||
},
|
||||
{ id: "1", title: "Serpme Kahvaltı", tags: ["Gurme", "Zengin"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-seeds-pomegranate_23-2147758404.jpg" },
|
||||
{ id: "2", title: "Izgara & Et", tags: ["Lezzet", "Premium"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-dining-tables-without-food_23-2150157821.jpg" },
|
||||
{ id: "3", title: "Pasta & Tatlı", tags: ["Taze", "Özel"], imageSrc: "http://img.b2bpic.net/free-photo/turkish-style-dessert-havudj-dilimi-walnuts-pistachios-syrop-dough-side-view_141793-12673.jpg" },
|
||||
{ id: "4", title: "Çocuk Alanı", tags: ["Ücretsiz", "Güvenli"], imageSrc: "http://img.b2bpic.net/free-photo/kids-costume-decorating-pumpkin_329181-20681.jpg" },
|
||||
{ id: "5", title: "Teras Keyfi", tags: ["Manzara", "Huzur"], imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-eating-exterior-party_23-2149409339.jpg" },
|
||||
]}
|
||||
title="İmza Lezzetlerimiz"
|
||||
description="Her biri usta ellerden çıkan, gurme dokunuşlarla hazırlanmış zengin menü seçeneklerimiz."
|
||||
@@ -165,49 +90,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Özel Baklava",
|
||||
price: "Gourmet",
|
||||
variant: "Geleneksel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cheesecake-with-confiture-candies_114579-14629.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Meyveli Pasta",
|
||||
price: "Premium",
|
||||
variant: "Taze",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-chocolate-chips_140725-3589.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Magnolia",
|
||||
price: "Özel",
|
||||
variant: "Farklı Tatlar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7272.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Tiramisu",
|
||||
price: "Klasik",
|
||||
variant: "İtalyan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-sushi-fish-rolls-with-fish-rice-along-with-sauce-grey-wall_140725-46263.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Profiterol",
|
||||
price: "Favori",
|
||||
variant: "Çikolatalı",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cake-pavlova-with-cream-berries_2829-8441.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "El Yapımı Çikolata",
|
||||
price: "Seçkin",
|
||||
variant: "Özel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-citrus-fruits-cup-tea-plate-cake_140725-74129.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Özel Baklava", price: "Gourmet", variant: "Geleneksel", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-cheesecake-with-confiture-candies_114579-14629.jpg" },
|
||||
{ id: "p2", name: "Meyveli Pasta", price: "Premium", variant: "Taze", imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-chocolate-chips_140725-3589.jpg" },
|
||||
{ id: "p3", name: "Magnolia", price: "Özel", variant: "Farklı Tatlar", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7272.jpg" },
|
||||
]}
|
||||
title="Gözünüzü de Doyuran Tatlı Dünyası"
|
||||
description="Baklavadan profiterole, magnoliadan çikolataya her damak tadına hitap eden tatlı şöleni."
|
||||
@@ -219,9 +106,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Terasımızda Aile Keyfi"
|
||||
description={[
|
||||
"Üçüncü katımızda bulunan ferah terasımız, ailece yemeğin tadını çıkarırken çocuklarınızın güvenle eğlenebileceği ücretsiz oyun alanımızla tasarlandı.",
|
||||
"Siz huzurlu bir akşam yemeğinin keyfini sürerken, çocuklarınız uzman gözetiminde eğlenceli zaman geçirebilirler.",
|
||||
]}
|
||||
"Üçüncü katımızda bulunan ferah terasımız, ailece yemeğin tadını çıkarırken çocuklarınızın güvenle eğlenebileceği ücretsiz oyun alanımızla tasarlandı.", "Siz huzurlu bir akşam yemeğinin keyfini sürerken, çocuklarınız uzman gözetiminde eğlenceli zaman geçirebilirler."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -230,12 +115,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Geniş ve Ferah Mekan",
|
||||
"Tatlı Çeşitleri Çok Zengin",
|
||||
"Aile Dostu Ortam",
|
||||
"Hızlı ve Güler Yüzlü Hizmet",
|
||||
"Özel Günler İçin İdeal",
|
||||
]}
|
||||
"Geniş ve Ferah Mekan", "Tatlı Çeşitleri Çok Zengin", "Aile Dostu Ortam", "Hızlı ve Güler Yüzlü Hizmet", "Özel Günler İçin İdeal"]}
|
||||
title="Misafirlerimiz Ne Diyor?"
|
||||
description="Edeler Gurme'nin premium dünyasında deneyim yaşayan misafirlerimizin yorumlarından bazıları."
|
||||
/>
|
||||
@@ -246,26 +126,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Tazelik Garantisi",
|
||||
content: "Tüm ürünlerimiz günlük olarak en taze malzemelerle hazırlanır.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Hijyen ve Konfor",
|
||||
content: "Düzenli dezenfekte edilen geniş mekanımızda konforlu bir deneyim sunuyoruz.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Güler Yüzlü Hizmet",
|
||||
content: "Misafirlerimizin ihtiyaçlarına duyarlı, deneyimli bir kadroyla hizmet veriyoruz.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Organize Hizmet",
|
||||
content: "Kalabalık gruplar ve özel günler için rezervasyon sistemiyle hızlı ve organize bir akış sunuyoruz.",
|
||||
},
|
||||
{ id: "1", title: "Tazelik Garantisi", content: "Tüm ürünlerimiz günlük olarak en taze malzemelerle hazırlanır." },
|
||||
{ id: "2", title: "Hijyen ve Konfor", content: "Düzenli dezenfekte edilen geniş mekanımızda konforlu bir deneyim sunuyoruz." },
|
||||
]}
|
||||
title="Edeler Gurme Misafir Sözü"
|
||||
description="Kalite, hijyen ve memnuniyetten ödün vermiyoruz."
|
||||
@@ -276,45 +138,20 @@ export default function LandingPage() {
|
||||
<div id="gallery" data-section="gallery">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dessert Display",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-choosing-cake-standing-front-glass-cabinet_23-2148027959.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Breakfast Table",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Terrace View",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cafe-having-coffee-talking-phone_1303-10747.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Family Area",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decoration-sit-store-lifestyle-woman_1253-467.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Baklava Corner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/azerbaijani-dessert-pakhlava-with-nuts-sultana-inside-white-plate_114579-3588.jpg",
|
||||
},
|
||||
{ id: "1", name: "Dessert Display", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-choosing-cake-standing-front-glass-cabinet_23-2148027959.jpg" },
|
||||
{ id: "2", name: "Breakfast Table", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
|
||||
]}
|
||||
cardTitle="Lezzet Galerimiz"
|
||||
cardTag="Görsel Şölen"
|
||||
cardAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="reservation" data-section="reservation">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Rezervasyon"
|
||||
title="Masanızı Ayırtın"
|
||||
description="Hafta sonu ve kalabalık gruplar için rezervasyon önerilir. Sizi ağırlamak için sabırsızlanıyoruz."
|
||||
@@ -326,9 +163,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="İletişim"
|
||||
title="Edeler Gurme'ye Ulaşın"
|
||||
description="Serdivan'daki mekanımızda sizi ağırlamaktan mutluluk duyarız."
|
||||
@@ -339,40 +174,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Edeler Gurme"
|
||||
columns={[
|
||||
{
|
||||
title: "Hızlı Menü",
|
||||
items: [
|
||||
{
|
||||
label: "Anasayfa",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "#desserts",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hizmetler",
|
||||
items: [
|
||||
{
|
||||
label: "Rezervasyon",
|
||||
href: "#reservation",
|
||||
},
|
||||
{
|
||||
label: "Galeri",
|
||||
href: "#gallery",
|
||||
},
|
||||
{
|
||||
label: "İletişim",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Hızlı Menü", items: [{ label: "Anasayfa", href: "#hero" }, { label: "Hakkımızda", href: "#about" }] },
|
||||
{ title: "Hizmetler", items: [{ label: "Rezervasyon", href: "#reservation" }, { label: "İletişim", href: "#contact" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user