Update src/app/page.tsx
This commit is contained in:
193
src/app/page.tsx
193
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Ana Sayfa",
|
name: "Ana Sayfa", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Hakkımızda",
|
name: "Hakkımızda", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menü",
|
name: "Menü", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rezervasyon",
|
name: "Rezervasyon", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="TUZDA BALIK PENDİK"
|
brandName="TUZDA BALIK PENDİK"
|
||||||
/>
|
/>
|
||||||
@@ -54,42 +46,21 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Tazeliğin ve Lezzetin Denizle Buluştuğu Nokta"
|
title="Tazeliğin ve Lezzetin Denizle Buluştuğu Nokta"
|
||||||
description="Pendik’in en sevilen deniz ürünleri restoranında eşsiz balık deneyimi."
|
description="Pendik’in en sevilen deniz ürünleri restoranında eşsiz balık deneyimi."
|
||||||
tag="PREMIUM SEAFOOD"
|
tag="PREMIUM SEAFOOD"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Menüye Göz At",
|
text: "Menüye Göz At", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Rezervasyon Yap",
|
text: "Rezervasyon Yap", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409244.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409244.jpg", imageAlt: "grilled seafood platter luxury restaurant"},
|
||||||
imageAlt: "grilled seafood platter luxury restaurant",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22764.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22764.jpg", imageAlt: "modern seafood restaurant interior"}
|
||||||
imageAlt: "modern seafood restaurant interior",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/salad-with-fried-shrimps-juice_140725-44289.jpg",
|
|
||||||
imageAlt: "Salad with fried shrimps and juice",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-seafood-platter-with-lobster-king-prawns-mussels_140725-5247.jpg",
|
|
||||||
imageAlt: "Waiter holding seafood platter with lobster king prawns and mussels",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-mushrooms-bell-peppers-scallions_140725-8551.jpg",
|
|
||||||
imageAlt: "Fried meat with mushrooms, bell peppers and scallions",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -105,17 +76,11 @@ export default function LandingPage() {
|
|||||||
description="Tuzda Balık Pendik, deniz ürünlerinde kaliteyi ve tazeliği ön planda tutan özel bir lezzet noktasıdır. Günlük taze balık çeşitleri, özenle hazırlanan mezeler ve modern sunumlarla misafirlerine unutulmaz bir deneyim sunar."
|
description="Tuzda Balık Pendik, deniz ürünlerinde kaliteyi ve tazeliği ön planda tutan özel bir lezzet noktasıdır. Günlük taze balık çeşitleri, özenle hazırlanan mezeler ve modern sunumlarla misafirlerine unutulmaz bir deneyim sunar."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "15+",
|
value: "15+", title: "Yıllık Tecrübe"},
|
||||||
title: "Yıllık Tecrübe",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", title: "Günlük Taze Balık"},
|
||||||
title: "Günlük Taze Balık",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "500+",
|
value: "500+", title: "Mutlu Misafir"},
|
||||||
title: "Mutlu Misafir",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16138.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-chef-smelling-dish-after-cooking_329181-16138.jpg"
|
||||||
imageAlt="chef preparing fresh fish seafood"
|
imageAlt="chef preparing fresh fish seafood"
|
||||||
@@ -132,47 +97,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Levrek Izgara", price: "₺450", variant: "Izgara Balıklar", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg"},
|
||||||
name: "Levrek Izgara",
|
|
||||||
price: "₺450",
|
|
||||||
variant: "Izgara Balıklar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-fried-shrimps_140725-44339.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Çupra Izgara", price: "₺420", variant: "Izgara Balıklar", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_1203-2328.jpg"},
|
||||||
name: "Çupra Izgara",
|
|
||||||
price: "₺420",
|
|
||||||
variant: "Izgara Balıklar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_1203-2328.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Somon Izgara", price: "₺480", variant: "Izgara Balıklar", imageSrc: "http://img.b2bpic.net/free-photo/healthy-grilled-vegetable-meal-gourmet-crockery-plate-generative-ai_188544-9441.jpg"},
|
||||||
name: "Somon Izgara",
|
|
||||||
price: "₺480",
|
|
||||||
variant: "Izgara Balıklar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-grilled-vegetable-meal-gourmet-crockery-plate-generative-ai_188544-9441.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Kalamar Tava", price: "₺250", variant: "Deniz Ürünleri", imageSrc: "http://img.b2bpic.net/free-photo/calamari-ring_74190-4730.jpg"},
|
||||||
name: "Kalamar Tava",
|
|
||||||
price: "₺250",
|
|
||||||
variant: "Deniz Ürünleri",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/calamari-ring_74190-4730.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Karides Güveç", price: "₺320", variant: "Deniz Ürünleri", imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-lemon-table_140725-9208.jpg"},
|
||||||
name: "Karides Güveç",
|
|
||||||
price: "₺320",
|
|
||||||
variant: "Deniz Ürünleri",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-with-lemon-table_140725-9208.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Fırın Helva", price: "₺150", variant: "Tatlılar", imageSrc: "http://img.b2bpic.net/free-photo/closeup-piece-delicious-jerry-crumble-sheet-cake-white-wood-table_181624-23784.jpg"},
|
||||||
name: "Fırın Helva",
|
|
||||||
price: "₺150",
|
|
||||||
variant: "Tatlılar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-piece-delicious-jerry-crumble-sheet-cake-white-wood-table_181624-23784.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Özel Menümüz"
|
title="Özel Menümüz"
|
||||||
description="Taze deniz ürünleri ve el yapımı mezelerimizle lezzet şölenine davetlisiniz."
|
description="Taze deniz ürünleri ve el yapımı mezelerimizle lezzet şölenine davetlisiniz."
|
||||||
@@ -185,29 +120,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "TAZE",
|
tag: "TAZE", title: "Günlük Taze Ürün", subtitle: "Denizden Sofraya", description: "Her gün taze avlanan balıklarımızı en doğal haliyle sunuyoruz.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg", imageAlt: "Front view fried shrimp with sauce on a plate"},
|
||||||
title: "Günlük Taze Ürün",
|
|
||||||
subtitle: "Denizden Sofraya",
|
|
||||||
description: "Her gün taze avlanan balıklarımızı en doğal haliyle sunuyoruz.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-shrimp-with-sauce-plate_141793-11283.jpg",
|
|
||||||
imageAlt: "Front view fried shrimp with sauce on a plate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "UZMAN",
|
tag: "UZMAN", title: "Uzman Şefler", subtitle: "Deniz Mahsulleri", description: "Deniz ürünleri konusunda uzman kadromuzla lezzet odaklıyız.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409244.jpg", imageAlt: "Front view fried shrimp with sauce on a plate"},
|
||||||
title: "Uzman Şefler",
|
|
||||||
subtitle: "Deniz Mahsulleri",
|
|
||||||
description: "Deniz ürünleri konusunda uzman kadromuzla lezzet odaklıyız.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-sea-food_23-2149409244.jpg?_wi=2",
|
|
||||||
imageAlt: "Front view fried shrimp with sauce on a plate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "SERVİS",
|
tag: "SERVİS", title: "Premium Servis", subtitle: "Aile Ortamı", description: "Lüks hizmet anlayışımızla aile sıcaklığını birleştiriyoruz.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22764.jpg", imageAlt: "Front view fried shrimp with sauce on a plate"},
|
||||||
title: "Premium Servis",
|
|
||||||
subtitle: "Aile Ortamı",
|
|
||||||
description: "Lüks hizmet anlayışımızla aile sıcaklığını birleştiriyoruz.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-shrimp-soaked-fish-sauce-thai-food_1150-22764.jpg?_wi=2",
|
|
||||||
imageAlt: "Front view fried shrimp with sauce on a plate",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Neden Biz?"
|
title="Neden Biz?"
|
||||||
description="Misafirlerimize en iyisini sunmak için çalışıyoruz."
|
description="Misafirlerimize en iyisini sunmak için çalışıyoruz."
|
||||||
@@ -221,40 +138,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Ayşe Yılmaz", handle: "@ayseyilmaz", testimonial: "Pendik’te yediğim en kaliteli balık deneyimiydi.", imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg"},
|
||||||
name: "Ayşe Yılmaz",
|
|
||||||
handle: "@ayseyilmaz",
|
|
||||||
testimonial: "Pendik’te yediğim en kaliteli balık deneyimiydi.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Mehmet Demir", handle: "@mehmetd", testimonial: "Mezeler inanılmaz taze ve lezzetli.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg"},
|
||||||
name: "Mehmet Demir",
|
|
||||||
handle: "@mehmetd",
|
|
||||||
testimonial: "Mezeler inanılmaz taze ve lezzetli.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Canan Öztürk", handle: "@cananozturk", testimonial: "Atmosfer ve servis premium seviyede.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-brings-bowl-meat-salad-woman_140725-7111.jpg"},
|
||||||
name: "Canan Öztürk",
|
|
||||||
handle: "@cananozturk",
|
|
||||||
testimonial: "Atmosfer ve servis premium seviyede.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-brings-bowl-meat-salad-woman_140725-7111.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Hakan Kılıç", handle: "@hakankilic", testimonial: "Deniz ürünleri kesinlikle çok başarılı.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tasty-food_23-2150168091.jpg"},
|
||||||
name: "Hakan Kılıç",
|
|
||||||
handle: "@hakankilic",
|
|
||||||
testimonial: "Deniz ürünleri kesinlikle çok başarılı.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tasty-food_23-2150168091.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Selin Şahin", handle: "@selinsahin", testimonial: "Ailecek müdavimi olduk, harika bir yer.", imageSrc: "http://img.b2bpic.net/free-photo/good-friends-make-everything-easier_329181-2938.jpg"},
|
||||||
name: "Selin Şahin",
|
|
||||||
handle: "@selinsahin",
|
|
||||||
testimonial: "Ailecek müdavimi olduk, harika bir yer.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/good-friends-make-everything-easier_329181-2938.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Misafirlerimizden Yorumlar"
|
title="Misafirlerimizden Yorumlar"
|
||||||
description="Lezzetimiz hakkında neler dediler?"
|
description="Lezzetimiz hakkında neler dediler?"
|
||||||
@@ -265,18 +157,13 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
text="Masanızı ayırtmak için bizi arayabilir veya WhatsApp üzerinden ulaşabilirsiniz. (0216) 771 21 02"
|
text="Masanızı ayırtmak için bizi arayabilir veya WhatsApp üzerinden ulaşabilirsiniz. (0216) 771 21 02"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Hemen Ara",
|
text: "Hemen Ara", href: "tel:+902167712102"},
|
||||||
href: "tel:+902167712102",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "WhatsApp Rezervasyon",
|
text: "WhatsApp Rezervasyon", href: "https://wa.me/902167712102"},
|
||||||
href: "https://wa.me/902167712102",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -286,29 +173,19 @@ export default function LandingPage() {
|
|||||||
logoText="TUZDA BALIK PENDİK"
|
logoText="TUZDA BALIK PENDİK"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Adres",
|
title: "Adres", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Dumlupınar, Zeytin Dalı Cd No:12B, Pendik / İstanbul",
|
label: "Dumlupınar, Zeytin Dalı Cd No:12B, Pendik / İstanbul", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "İletişim",
|
title: "İletişim", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "(0216) 771 21 02",
|
label: "(0216) 771 21 02", href: "tel:+902167712102"},
|
||||||
href: "tel:+902167712102",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Google Haritalar",
|
label: "Google Haritalar", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user