Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d4991f43ca | |||
| 705af7e426 | |||
| 3e6365d1b2 |
148
src/app/page.tsx
148
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Anasayfa",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Anasayfa", id: "hero"},
|
||||
{
|
||||
name: "Hakkımızda",
|
||||
id: "about",
|
||||
},
|
||||
name: "Hakkımızda", id: "about"},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menü", id: "products"},
|
||||
{
|
||||
name: "Rezervasyon",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Rezervasyon", id: "contact"},
|
||||
]}
|
||||
brandName="China Sakura"
|
||||
/>
|
||||
@@ -54,31 +46,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="China Sakura Sushi"
|
||||
description="Geleneksel Japon mutfağının sofistike dokunuşlarla yeniden yorumlandığı editorial bir gastronomi deneyimi."
|
||||
buttons={[
|
||||
{
|
||||
text: "Menüyü İncele", href: "#products"
|
||||
},
|
||||
{
|
||||
text: "Rezervasyon Yap", href: "#contact"
|
||||
}
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-japanese-sushi-closeup-isolated-white-background_613910-20201.jpg",
|
||||
imageAlt: "elegant sushi plating high quality",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-japanese-sushi-closeup-isolated-white-background_613910-20201.jpg", imageAlt: "elegant sushi plating high quality"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sushi-meal-arrangement_23-2148930392.jpg",
|
||||
imageAlt: "chef preparing fresh sushi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-sushi-meal-arrangement_23-2148930392.jpg", imageAlt: "chef preparing fresh sushi"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-table_140725-9994.jpg",
|
||||
imageAlt: "modern japanese restaurant dining area",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-set-table_140725-9994.jpg", imageAlt: "modern japanese restaurant dining area"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sticks-holding-raw-fish-with-rice_23-2148862946.jpg",
|
||||
imageAlt: "elegant sushi plating high quality",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sticks-holding-raw-fish-with-rice_23-2148862946.jpg", imageAlt: "elegant sushi plating high quality"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-dessert-cake-with-strawberry-pieces-chocolate-white-plate-center-dark-table_140725-118693.jpg",
|
||||
imageAlt: "chef preparing fresh sushi",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-from-afar-dessert-cake-with-strawberry-pieces-chocolate-white-plate-center-dark-table_140725-118693.jpg", imageAlt: "chef preparing fresh sushi"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -106,44 +95,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Nigiri Somon",
|
||||
price: "₺120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-raw-fish-plate_23-2148862986.jpg",
|
||||
},
|
||||
id: "1", name: "Nigiri Somon", price: "₺120", imageSrc: "http://img.b2bpic.net/free-photo/view-raw-fish-plate_23-2148862986.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Miso Çorbası",
|
||||
price: "₺85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg",
|
||||
},
|
||||
id: "2", name: "Miso Çorbası", price: "₺85", imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-breast-with-spring-onion-sauce-sesame-seeds-rice-plate_141793-4758.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Avokado Roll",
|
||||
price: "₺140",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll-with-chopsticks-black-plate_1147-427.jpg",
|
||||
},
|
||||
id: "3", name: "Avokado Roll", price: "₺140", imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll-with-chopsticks-black-plate_1147-427.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Shrimp Tempura",
|
||||
price: "₺180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-meat-seafood-barbecue-with-vegetables-wooden-skewers-plate-sauce-top-view_1253-954.jpg",
|
||||
},
|
||||
id: "4", name: "Shrimp Tempura", price: "₺180", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-meat-seafood-barbecue-with-vegetables-wooden-skewers-plate-sauce-top-view_1253-954.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ramen Geleneksel",
|
||||
price: "₺220",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-dipping-sauce-white-cement-floor_1150-22639.jpg",
|
||||
},
|
||||
id: "5", name: "Ramen Geleneksel", price: "₺220", imageSrc: "http://img.b2bpic.net/free-photo/sushi-is-plate-with-dipping-sauce-white-cement-floor_1150-22639.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Matcha Tatlı",
|
||||
price: "₺95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-herbal-tea-plate-various-cookies-wooden-board-high-quality-photo_114579-35967.jpg",
|
||||
},
|
||||
id: "6", name: "Matcha Tatlı", price: "₺95", imageSrc: "http://img.b2bpic.net/free-photo/cup-herbal-tea-plate-various-cookies-wooden-board-high-quality-photo_114579-35967.jpg"},
|
||||
]}
|
||||
title="Akıllı Menü"
|
||||
description="Kategorize edilmiş taze ve lezzetli seçkilerimiz."
|
||||
description="Hand-rolled freshness prepared daily by our master chefs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,25 +120,15 @@ export default function LandingPage() {
|
||||
author="Haluk Eren"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7931.jpg",
|
||||
alt: "happy customer eating sushi",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/funny-brunette-girl-yellow-sweater-eating-pizza-restaurant_627829-7931.jpg", alt: "happy customer eating sushi"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542680.jpg",
|
||||
alt: "Monochrome street food entertainment",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/monochrome-street-food-entertainment_23-2151542680.jpg", alt: "Monochrome street food entertainment"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-eating-sushi_23-2151345038.jpg",
|
||||
alt: "Close up on person eating sushi",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-person-eating-sushi_23-2151345038.jpg", alt: "Close up on person eating sushi"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244684.jpg",
|
||||
alt: "Portrait of beautiful asian woman at a friends reunion",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-asian-woman-friends-reunion_23-2149244684.jpg", alt: "Portrait of beautiful asian woman at a friends reunion"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-japanese-influencer-recording-vlog_23-2149187785.jpg",
|
||||
alt: "Young japanese influencer recording vlog",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-japanese-influencer-recording-vlog_23-2149187785.jpg", alt: "Young japanese influencer recording vlog"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -186,20 +141,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Çalışma saatleri?",
|
||||
content: "Haftanın her günü 12:00 - 00:00 arası açığız.",
|
||||
},
|
||||
id: "1", title: "Çalışma saatleri?", content: "Haftanın her günü 12:00 - 00:00 arası açığız."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Otopark var mı?",
|
||||
content: "Evet, binamızın önünde ücretsiz otopark alanı mevcuttur.",
|
||||
},
|
||||
id: "2", title: "Otopark var mı?", content: "Evet, binamızın önünde ücretsiz otopark alanı mevcuttur."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Rezervasyon gerekli mi?",
|
||||
content: "Hafta sonları için rezervasyon yapmanızı öneririz.",
|
||||
},
|
||||
id: "3", title: "Rezervasyon gerekli mi?", content: "Hafta sonları için rezervasyon yapmanızı öneririz."},
|
||||
]}
|
||||
title="Sıkça Sorulanlar"
|
||||
description="Restoran deneyiminizle ilgili merak ettikleriniz."
|
||||
@@ -211,8 +157,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Rezervasyon"
|
||||
title="Masayı Ayırt"
|
||||
description="Tarih, saat ve kişi sayısını seçerek yerinizi hemen garantileyin."
|
||||
@@ -224,8 +169,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="İletişim"
|
||||
title="Bize Ulaşın"
|
||||
description="Yaşamkent, 3061. Cd. No:23, Çankaya/Ankara. Telefon: 0540 240 31 06"
|
||||
@@ -236,29 +180,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "China Sakura",
|
||||
items: [
|
||||
title: "China Sakura", items: [
|
||||
{
|
||||
label: "Hakkımızda",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Hakkımızda", href: "#about"},
|
||||
{
|
||||
label: "Menü",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menü", href: "#products"},
|
||||
{
|
||||
label: "Rezervasyon",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Rezervasyon", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Çalışma Saatleri",
|
||||
items: [
|
||||
title: "Çalışma Saatleri", items: [
|
||||
{
|
||||
label: "Pazartesi-Pazar: 12:00 - 00:00",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pazartesi-Pazar: 12:00 - 00:00", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user