Merge version_1 into main #2
117
src/app/page.tsx
117
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import { Heart } from "lucide-react";
|
||||
import { Heart, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Меню",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Меню", id: "menu"},
|
||||
{
|
||||
name: "О нас",
|
||||
id: "about",
|
||||
},
|
||||
name: "О нас", id: "about"},
|
||||
{
|
||||
name: "Контакты",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Контакты", id: "contact"},
|
||||
]}
|
||||
brandName="Груша"
|
||||
/>
|
||||
@@ -52,39 +46,23 @@ export default function LandingPage() {
|
||||
description="Атмосферный ресторан с лучшей кавказской кухней во Владикавказе."
|
||||
buttons={[
|
||||
{
|
||||
text: "Позвонить",
|
||||
href: "tel:+79990000000",
|
||||
},
|
||||
text: "Позвонить", href: "tel:+79990000000"},
|
||||
{
|
||||
text: "Забронировать",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Забронировать", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=1",
|
||||
imageAlt: "gourmet restaurant interior elegant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", imageAlt: "gourmet restaurant interior elegant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg?_wi=1",
|
||||
imageAlt: "shashlik barbecue restaurant table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg", imageAlt: "shashlik barbecue restaurant table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg?_wi=1",
|
||||
imageAlt: "luxury restaurant terrace view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg", imageAlt: "luxury restaurant terrace view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/capital-salad-with-peas-table_140725-7655.jpg",
|
||||
imageAlt: "fresh gourmet appetizers flatlay",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/capital-salad-with-peas-table_140725-7655.jpg", imageAlt: "fresh gourmet appetizers flatlay"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-flower-leaf_23-2148176841.jpg",
|
||||
imageAlt: "cocktail glass restaurant bar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-flower-leaf_23-2148176841.jpg", imageAlt: "cocktail glass restaurant bar"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-with-floral-decoration_23-2151973719.jpg",
|
||||
imageAlt: "gourmet dessert plate restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-dessert-with-floral-decoration_23-2151973719.jpg", imageAlt: "gourmet dessert plate restaurant"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,14 +72,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Рейтинг 4.5",
|
||||
"481 отзыв",
|
||||
"Терраса",
|
||||
"Коктейли",
|
||||
"Кавказская кухня",
|
||||
"Уютная атмосфера",
|
||||
"Доставка",
|
||||
]}
|
||||
"Рейтинг 4.5", "481 отзыв", "Терраса", "Коктейли", "Кавказская кухня", "Уютная атмосфера", "Доставка"]}
|
||||
title="Доверие гостей"
|
||||
description="Мы гордимся нашей атмосферой и качеством, подтвержденными нашими гостями."
|
||||
/>
|
||||
@@ -113,33 +84,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Уалибах",
|
||||
description: "Традиционный осетинский пирог с сочной начинкой.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg",
|
||||
imageAlt: "abstract blur in coffee shop",
|
||||
},
|
||||
title: "Уалибах", description: "Традиционный осетинский пирог с сочной начинкой.", buttonIcon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg", imageAlt: "abstract blur in coffee shop"},
|
||||
{
|
||||
title: "Шашлык на углях",
|
||||
description: "Нежное мясо, приготовленное на настоящих березовых углях.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg?_wi=2",
|
||||
imageAlt: "abstract blur in coffee shop",
|
||||
},
|
||||
title: "Шашлык на углях", description: "Нежное мясо, приготовленное на настоящих березовых углях.", buttonIcon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hanging-glass-lamp-light-vintage_1203-5789.jpg", imageAlt: "abstract blur in coffee shop"},
|
||||
{
|
||||
title: "Кебаб со спаржей",
|
||||
description: "Авторская подача кебаба с хрустящей спаржей.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg?_wi=2",
|
||||
imageAlt: "abstract blur in coffee shop",
|
||||
},
|
||||
title: "Кебаб со спаржей", description: "Авторская подача кебаба с хрустящей спаржей.", buttonIcon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg", imageAlt: "abstract blur in coffee shop"},
|
||||
{
|
||||
title: "Авторские коктейли",
|
||||
description: "Изысканные напитки, дополняющие ваш ужин.",
|
||||
buttonIcon: "ArrowRight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg?_wi=2",
|
||||
imageAlt: "abstract blur in coffee shop",
|
||||
},
|
||||
title: "Авторские коктейли", description: "Изысканные напитки, дополняющие ваш ужин.", buttonIcon: ArrowRight,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-chairs-antique-store_23-2149640752.jpg", imageAlt: "abstract blur in coffee shop"},
|
||||
]}
|
||||
title="Наше меню"
|
||||
description="Попробуйте лучшие блюда кавказской кухни, приготовленные по традиционным рецептам."
|
||||
@@ -166,16 +121,10 @@ export default function LandingPage() {
|
||||
description="Свяжитесь с нами прямо сейчас или оставьте заявку, и мы перезвоним вам в течение 15 минут."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Ваше имя",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Ваше имя", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Ваш телефон",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Ваш телефон", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-working-service-industry_23-2150722790.jpg"
|
||||
@@ -188,33 +137,23 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Меню",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Меню", href: "#menu"},
|
||||
{
|
||||
label: "О нас",
|
||||
href: "#about",
|
||||
},
|
||||
label: "О нас", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Контакты",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Контакты", href: "#contact"},
|
||||
{
|
||||
label: "Бронь",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Бронь", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Политика",
|
||||
href: "#",
|
||||
},
|
||||
label: "Политика", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user