Update src/app/page.tsx
This commit is contained in:
200
src/app/page.tsx
200
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Такомания"
|
||||
/>
|
||||
@@ -58,33 +46,21 @@ export default function LandingPage() {
|
||||
description="Приглашаем вас насладиться настоящими тако в центре Санкт-Петербурга. Лермонтовский проспект, 10/53."
|
||||
buttons={[
|
||||
{
|
||||
text: "Посмотреть меню",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Посмотреть меню", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-hat-wrapped-tacos-tasty-nachos-salsa-sauce-guacamole-black-slate-red-chilies-table_23-2148042473.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mexican-hat-wrapped-tacos-tasty-nachos-salsa-sauce-guacamole-black-slate-red-chilies-table_23-2148042473.jpg"
|
||||
imageAlt="cozy cafe interior mexican food"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg",
|
||||
alt: "Attractive young woman sitting in cafe holding takeaway coffee cup",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-sitting-cafe-holding-takeaway-coffee-cup_23-2148148111.jpg", alt: "Attractive young woman sitting in cafe holding takeaway coffee cup"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
alt: "Portrait of smiling brunette woman drinks morning coffee in a cafe.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", alt: "Portrait of smiling brunette woman drinks morning coffee in a cafe."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg",
|
||||
alt: "Medium shot smiley woman with kebab",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg", alt: "Medium shot smiley woman with kebab"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-successful-young-man-black-hat-casual-t-shirt-having-coffee-sitting-sidewalk-restaurant_273609-1754.jpg",
|
||||
alt: "People, leisure and lifestyle concept. Successful young man in black hat and casual t-shirt having coffee sitting at sidewalk restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-leisure-lifestyle-concept-successful-young-man-black-hat-casual-t-shirt-having-coffee-sitting-sidewalk-restaurant_273609-1754.jpg", alt: "People, leisure and lifestyle concept. Successful young man in black hat and casual t-shirt having coffee sitting at sidewalk restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-lifestyle-indoor-portrait-pretty-blonde-woman-posing-restaurant-eating-tasty-cake-showing-something-by-her-finger-cute-girly-interior-cheerful-emotions_291049-2284.jpg",
|
||||
alt: "Close up lifestyle indoor portrait of pretty blonde woman posing at restaurant, eating tasty cake and showing something by her finger, cute girly interior, cheerful emotions.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-lifestyle-indoor-portrait-pretty-blonde-woman-posing-restaurant-eating-tasty-cake-showing-something-by-her-finger-cute-girly-interior-cheerful-emotions_291049-2284.jpg", alt: "Close up lifestyle indoor portrait of pretty blonde woman posing at restaurant, eating tasty cake and showing something by her finger, cute girly interior, cheerful emotions."},
|
||||
]}
|
||||
avatarText="Более 500 довольных гостей"
|
||||
/>
|
||||
@@ -97,7 +73,7 @@ export default function LandingPage() {
|
||||
title="Уютное место для каждого"
|
||||
description="Мы создаем атмосферу гостеприимства и предлагаем уникальные мексиканские рецепты в самом сердце города."
|
||||
subdescription="Ждем вас ежедневно по адресу Лермонтовский проспект, 10/53."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tortilla-mexican-food-near-blackboard_23-2147740761.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/tortilla-mexican-food-near-blackboard_23-2147740761.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Coffee}
|
||||
imageAlt="cafe staff preparing food fresh"
|
||||
@@ -111,28 +87,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Традиционные рецепты",
|
||||
description: "Только аутентичные ингредиенты",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24813.jpg?_wi=1",
|
||||
imageAlt: "authentic mexican street tacos",
|
||||
title: "Традиционные рецепты", description: "Только аутентичные ингредиенты", bentoComponent: "reveal-icon", icon: Flame,
|
||||
},
|
||||
{
|
||||
title: "Свежие продукты",
|
||||
description: "Ежедневная поставка ингредиентов",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-hat-wrapped-tacos-tasty-nachos-salsa-sauce-guacamole-black-slate-red-chilies-table_23-2148042473.jpg?_wi=2",
|
||||
imageAlt: "authentic mexican street tacos",
|
||||
title: "Свежие продукты", description: "Ежедневная поставка ингредиентов", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Удобное расположение",
|
||||
description: "Всего пара минут от метро Садовая",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: MapPin,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-mexican-food-near-blackboard_23-2147740761.jpg?_wi=2",
|
||||
imageAlt: "authentic mexican street tacos",
|
||||
title: "Удобное расположение", description: "Всего пара минут от метро Садовая", bentoComponent: "reveal-icon", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
title="Наши особенности"
|
||||
@@ -148,41 +109,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Тако с говядиной",
|
||||
price: "350 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-tasty-mexican-dishes_23-2147740802.jpg",
|
||||
},
|
||||
id: "1", name: "Тако с говядиной", price: "350 ₽", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-tasty-mexican-dishes_23-2147740802.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Буррито с фасолью",
|
||||
price: "420 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-with-tasty-mexican-food_23-2148329075.jpg",
|
||||
},
|
||||
id: "2", name: "Буррито с фасолью", price: "420 ₽", imageSrc: "http://img.b2bpic.net/free-photo/close-up-arrangement-with-tasty-mexican-food_23-2148329075.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Начос с соусом",
|
||||
price: "290 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-yellow-mexican-nachos-plate-butter-paper_23-2148042529.jpg",
|
||||
},
|
||||
id: "3", name: "Начос с соусом", price: "290 ₽", imageSrc: "http://img.b2bpic.net/free-photo/close-up-yellow-mexican-nachos-plate-butter-paper_23-2148042529.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Кесадилья",
|
||||
price: "380 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mash-with-food-wrapped-lavash_140725-3785.jpg",
|
||||
},
|
||||
id: "4", name: "Кесадилья", price: "380 ₽", imageSrc: "http://img.b2bpic.net/free-photo/mash-with-food-wrapped-lavash_140725-3785.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Сет тако",
|
||||
price: "890 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selection-delicious-mexican-food-with-meat-vegetables_23-2148614376.jpg",
|
||||
},
|
||||
id: "5", name: "Сет тако", price: "890 ₽", imageSrc: "http://img.b2bpic.net/free-photo/selection-delicious-mexican-food-with-meat-vegetables_23-2148614376.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Фахитас",
|
||||
price: "550 ₽",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-105979.jpg",
|
||||
},
|
||||
id: "6", name: "Фахитас", price: "550 ₽", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-105979.jpg"},
|
||||
]}
|
||||
title="Наше меню"
|
||||
description="Попробуйте наши хиты продаж"
|
||||
@@ -195,60 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Анна",
|
||||
date: "10.01.2025",
|
||||
title: "Отлично!",
|
||||
quote: "Очень вкусные тако, вернусь еще!",
|
||||
tag: "Гость",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mexican-hat-wrapped-tacos-tasty-nachos-salsa-sauce-guacamole-black-slate-red-chilies-table_23-2148042473.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating tacos",
|
||||
},
|
||||
id: "1", name: "Анна", date: "10.01.2025", title: "Отлично!", quote: "Очень вкусные тако, вернусь еще!", tag: "Гость", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mexican-hat-wrapped-tacos-tasty-nachos-salsa-sauce-guacamole-black-slate-red-chilies-table_23-2148042473.jpg", imageAlt: "happy customer eating tacos"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Иван",
|
||||
date: "15.01.2025",
|
||||
title: "Лучшее тако",
|
||||
quote: "Настоящий мексиканский вкус в центре.",
|
||||
tag: "Постоянный клиент",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tortilla-mexican-food-near-blackboard_23-2147740761.jpg?_wi=3",
|
||||
imageAlt: "happy customer eating tacos",
|
||||
},
|
||||
id: "2", name: "Иван", date: "15.01.2025", title: "Лучшее тако", quote: "Настоящий мексиканский вкус в центре.", tag: "Постоянный клиент", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-funny-pin-up-woman-holding-cake-hands_176420-3320.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tortilla-mexican-food-near-blackboard_23-2147740761.jpg", imageAlt: "happy customer eating tacos"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Мария",
|
||||
date: "20.01.2025",
|
||||
title: "Уютно",
|
||||
quote: "Прекрасное место для ужина с друзьями.",
|
||||
tag: "Гость",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491798.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24813.jpg?_wi=2",
|
||||
imageAlt: "happy customer eating tacos",
|
||||
},
|
||||
id: "3", name: "Мария", date: "20.01.2025", title: "Уютно", quote: "Прекрасное место для ужина с друзьями.", tag: "Гость", avatarSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-eating-restaurant_23-2150491798.jpg", imageSrc: "http://img.b2bpic.net/free-photo/papaya-salad-ingredients-include-papaya_1150-24813.jpg", imageAlt: "happy customer eating tacos"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Сергей",
|
||||
date: "25.01.2025",
|
||||
title: "Быстро и вкусно",
|
||||
quote: "Идеально для быстрого перекуса.",
|
||||
tag: "Гость",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-assortment-high-angle_23-2148725090.jpg",
|
||||
imageAlt: "happy customer eating tacos",
|
||||
},
|
||||
id: "4", name: "Сергей", date: "25.01.2025", title: "Быстро и вкусно", quote: "Идеально для быстрого перекуса.", tag: "Гость", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-women-break-time_23-2149308479.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-assortment-high-angle_23-2148725090.jpg", imageAlt: "happy customer eating tacos"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ольга",
|
||||
date: "01.02.2025",
|
||||
title: "Любимое кафе",
|
||||
quote: "Рекомендую всем любителям мексиканской кухни.",
|
||||
tag: "Постоянный клиент",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-shot-handsome-young-man-sitting-cafe-front-table-drinking-coffee-wearing_1258-314069.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-juice-different-colors_114579-21875.jpg",
|
||||
imageAlt: "happy customer eating tacos",
|
||||
},
|
||||
id: "5", name: "Ольга", date: "01.02.2025", title: "Любимое кафе", quote: "Рекомендую всем любителям мексиканской кухни.", tag: "Постоянный клиент", avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-shot-handsome-young-man-sitting-cafe-front-table-drinking-coffee-wearing_1258-314069.jpg", imageSrc: "http://img.b2bpic.net/free-photo/glasses-juice-different-colors_114579-21875.jpg", imageAlt: "happy customer eating tacos"},
|
||||
]}
|
||||
title="Отзывы наших гостей"
|
||||
description="Более 50 довольных клиентов"
|
||||
@@ -260,20 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Где вы находитесь?",
|
||||
content: "Лермонтовский проспект, 10/53.",
|
||||
},
|
||||
id: "1", title: "Где вы находитесь?", content: "Лермонтовский проспект, 10/53."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Какой график работы?",
|
||||
content: "Мы работаем ежедневно с 10:00 до 22:00.",
|
||||
},
|
||||
id: "2", title: "Какой график работы?", content: "Мы работаем ежедневно с 10:00 до 22:00."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Как с нами связаться?",
|
||||
content: "+7 981 723 47 73",
|
||||
},
|
||||
id: "3", title: "Как с нами связаться?", content: "+7 981 723 47 73"},
|
||||
]}
|
||||
sideTitle="Полезная информация"
|
||||
sideDescription="Ответы на частые вопросы"
|
||||
@@ -285,8 +168,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Свяжитесь с нами"
|
||||
description="Забронируйте столик или задайте вопрос."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-brunette-girl-walking-down-street-funny-sunglasses_231208-2827.jpg"
|
||||
@@ -302,29 +184,19 @@ export default function LandingPage() {
|
||||
logoText="Такомания"
|
||||
columns={[
|
||||
{
|
||||
title: "Компания",
|
||||
items: [
|
||||
title: "Компания", items: [
|
||||
{
|
||||
label: "О нас",
|
||||
href: "#",
|
||||
},
|
||||
label: "О нас", href: "#"},
|
||||
{
|
||||
label: "Контакты",
|
||||
href: "#",
|
||||
},
|
||||
label: "Контакты", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Ресурсы",
|
||||
items: [
|
||||
title: "Ресурсы", items: [
|
||||
{
|
||||
label: "Меню",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Меню", href: "#menu"},
|
||||
{
|
||||
label: "Отзывы",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Отзывы", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user