Update src/app/menu/page.tsx
This commit is contained in:
@@ -26,35 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Əsas Səhifə",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Əsas Səhifə", id: "/"},
|
||||
{
|
||||
name: "Haqqımızda",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "Haqqımızda", id: "/about"},
|
||||
{
|
||||
name: "Menyu",
|
||||
id: "menu",
|
||||
href: "/menu",
|
||||
},
|
||||
name: "Menyu", id: "/menu"},
|
||||
{
|
||||
name: "Rəylər",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
name: "Rəylər", id: "/reviews"},
|
||||
{
|
||||
name: "Əlaqə",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Əlaqə", id: "/contact"},
|
||||
{
|
||||
name: "Qalereya",
|
||||
id: "gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
name: "Qalereya", id: "/gallery"},
|
||||
]}
|
||||
brandName="Biton Restaurant"
|
||||
/>
|
||||
@@ -68,47 +50,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Biton Burger",
|
||||
price: "12.50 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42671.jpg?_wi=2",
|
||||
imageAlt: "Biton Burger",
|
||||
},
|
||||
id: "1", name: "Biton Burger", price: "12.50 AZN", imageSrc: "http://img.b2bpic.net/free-photo/knife-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42671.jpg", imageAlt: "Biton Burger"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pepperoni Pizza",
|
||||
price: "18.00 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-square-pizza-with-pepperoni-high-angle_23-2149336002.jpg?_wi=1",
|
||||
imageAlt: "Pepperoni Pizza",
|
||||
},
|
||||
id: "2", name: "Pepperoni Pizza", price: "18.00 AZN", imageSrc: "http://img.b2bpic.net/free-photo/delicious-square-pizza-with-pepperoni-high-angle_23-2149336002.jpg", imageAlt: "Pepperoni Pizza"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mersin Tantunisi",
|
||||
price: "9.50 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-ketchup_23-2148685540.jpg?_wi=1",
|
||||
imageAlt: "Mersin Tantunisi",
|
||||
},
|
||||
id: "3", name: "Mersin Tantunisi", price: "9.50 AZN", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-ketchup_23-2148685540.jpg", imageAlt: "Mersin Tantunisi"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Toyuq Dönər Seti",
|
||||
price: "8.00 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doner-lavash-meat-lettuce-cucumber-tomato-spicy-pepper-side-view_141793-1772.jpg",
|
||||
imageAlt: "Toyuq Dönər Seti",
|
||||
},
|
||||
id: "4", name: "Toyuq Dönər Seti", price: "8.00 AZN", imageSrc: "http://img.b2bpic.net/free-photo/doner-lavash-meat-lettuce-cucumber-tomato-spicy-pepper-side-view_141793-1772.jpg", imageAlt: "Toyuq Dönər Seti"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ayran",
|
||||
price: "2.00 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dovga-yogurt-boiled-pouring-inside-glass-grey_140725-14952.jpg",
|
||||
imageAlt: "Təbii Ayran",
|
||||
},
|
||||
id: "5", name: "Ayran", price: "2.00 AZN", imageSrc: "http://img.b2bpic.net/free-photo/dovga-yogurt-boiled-pouring-inside-glass-grey_140725-14952.jpg", imageAlt: "Təbii Ayran"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Soyuq Baklava",
|
||||
price: "7.00 AZN",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baklava_1401-391.jpg",
|
||||
imageAlt: "Fıstıqlı Soyuq Baklava",
|
||||
},
|
||||
id: "6", name: "Soyuq Baklava", price: "7.00 AZN", imageSrc: "http://img.b2bpic.net/free-photo/baklava_1401-391.jpg", imageAlt: "Fıstıqlı Soyuq Baklava"},
|
||||
]}
|
||||
title="Menyumuzda Nələr Var?"
|
||||
description="Biton Restaurant-ın zəngin menyusu hər zövqə uyğun ləzzətlər təqdim edir. Təzə inqrediyentlərlə hazırlanan hər yemək sizə unudulmaz dad təcrübəsi yaşadacaq."
|
||||
@@ -122,29 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Həftənin Kampaniyası",
|
||||
description: "Seçilmiş burgerlərə xüsusi endirimlər.",
|
||||
tag: "Burger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knife-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42671.jpg?_wi=3",
|
||||
imageAlt: "Özel Burger Kampanyası",
|
||||
},
|
||||
id: "1", title: "Həftənin Kampaniyası", description: "Seçilmiş burgerlərə xüsusi endirimlər.", tag: "Burger", imageSrc: "http://img.b2bpic.net/free-photo/knife-meat-sandwich-chicken-nuggets-tomatoes-with-stem-pepper-wooden-board-sauce-ketchup-dark-blue-surface_179666-42671.jpg", imageAlt: "Özel Burger Kampanyası"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Ailə Pizzası",
|
||||
description: "Böyük boy pizzalara içki hədiyyə.",
|
||||
tag: "Pizza",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-square-pizza-with-pepperoni-high-angle_23-2149336002.jpg?_wi=2",
|
||||
imageAlt: "Ailə Pizza Paketi",
|
||||
},
|
||||
id: "2", title: "Ailə Pizzası", description: "Böyük boy pizzalara içki hədiyyə.", tag: "Pizza", imageSrc: "http://img.b2bpic.net/free-photo/delicious-square-pizza-with-pepperoni-high-angle_23-2149336002.jpg", imageAlt: "Ailə Pizza Paketi"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Türk Ləzzətləri",
|
||||
description: "Tantuni və Dönər setlərinə əlavə endirim.",
|
||||
tag: "Türk Mətbəxi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-ketchup_23-2148685540.jpg?_wi=2",
|
||||
imageAlt: "Türk Mətbəxi Təklifi",
|
||||
},
|
||||
id: "3", title: "Türk Ləzzətləri", description: "Tantuni və Dönər setlərinə əlavə endirim.", tag: "Türk Mətbəxi", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-kebab-with-ketchup_23-2148685540.jpg", imageAlt: "Türk Mətbəxi Təklifi"},
|
||||
]}
|
||||
title="Xüsusi Təkliflərimiz"
|
||||
description="Hər həftə yenilənən xüsusi təkliflər və kampaniyalarla daha çox ləzzət kəşf edin."
|
||||
@@ -155,46 +89,29 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Haqqımızda",
|
||||
items: [
|
||||
title: "Haqqımızda", items: [
|
||||
{
|
||||
label: "Biz Kimik?",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Biz Kimik?", href: "/about"},
|
||||
{
|
||||
label: "Karyera",
|
||||
href: "#",
|
||||
},
|
||||
label: "Karyera", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menyu",
|
||||
items: [
|
||||
title: "Menyu", items: [
|
||||
{
|
||||
label: "Burgerlər",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Burgerlər", href: "/menu"},
|
||||
{
|
||||
label: "Pizzalar",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Pizzalar", href: "/menu"},
|
||||
{
|
||||
label: "Türk Mətbəxi",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Türk Mətbəxi", href: "/menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Dəstək",
|
||||
items: [
|
||||
title: "Dəstək", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
{
|
||||
label: "Əlaqə",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Əlaqə", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user