Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1035637f6 | |||
| 41d81c3537 | |||
| e5d5901d00 |
@@ -9,7 +9,6 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -30,7 +29,6 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Меню", id: "menu" },
|
|
||||||
{ name: "О нас", id: "about" },
|
{ name: "О нас", id: "about" },
|
||||||
{ name: "Отзывы", id: "testimonials" },
|
{ name: "Отзывы", id: "testimonials" },
|
||||||
{ name: "Контакты", id: "contact" },
|
{ name: "Контакты", id: "contact" },
|
||||||
@@ -47,7 +45,6 @@ export default function LandingPage() {
|
|||||||
description="Погрузитесь в атмосферу Стамбула с нашими традиционными блюдами, приготовленными по старинным рецептам."
|
description="Погрузитесь в атмосферу Стамбула с нашими традиционными блюдами, приготовленными по старинным рецептам."
|
||||||
tag="Buyuk Istanbul"
|
tag="Buyuk Istanbul"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Посмотреть меню", href: "#menu" },
|
|
||||||
{ text: "Забронировать стол", href: "#contact" },
|
{ text: "Забронировать стол", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
@@ -87,25 +84,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="menu" data-section="menu">
|
|
||||||
<ProductCardFour
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="split"
|
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
products={[
|
|
||||||
{ id: "p1", name: "Чечевичный суп", price: "25,000 UZS", variant: "Горячее", imageSrc: "http://img.b2bpic.net/free-photo/lentil-soup-with-bread-table-1_140725-1389.jpg" },
|
|
||||||
{ id: "p2", name: "Плов по-турецки", price: "45,000 UZS", variant: "Основное", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pilaf-pilaf-spoon-five-bowls-spices-garlic-bottle-oil-dark-table_140725-78949.jpg" },
|
|
||||||
{ id: "p3", name: "Кебаб Адана", price: "60,000 UZS", variant: "Гриль", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-with-grilled-vegetables-barbecque-sauce_114579-2870.jpg" },
|
|
||||||
{ id: "p4", name: "Лахмаджун", price: "30,000 UZS", variant: "Выпечка", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomato-soup-with-finely-chopped-parmesan-slice-bread-blue-bowl_114579-1792.jpg" },
|
|
||||||
{ id: "p5", name: "Баклава", price: "20,000 UZS", variant: "Десерт", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-stuffed-cabbage-with-herbs-lemon-sauce-plate-herbs-rice-sour-cream-bowls-black-table_140725-110501.jpg" },
|
|
||||||
{ id: "p6", name: "Айран", price: "10,000 UZS", variant: "Напитки", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-kebab-slate-with-cloth_23-2148685482.jpg" },
|
|
||||||
]}
|
|
||||||
title="Наше меню"
|
|
||||||
description="Откройте для себя аутентичные вкусы Турции."
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -158,7 +136,6 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Навигация", items: [
|
title: "Навигация", items: [
|
||||||
{ label: "Меню", href: "#menu" },
|
|
||||||
{ label: "О нас", href: "#about" },
|
{ label: "О нас", href: "#about" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user