Merge version_2 into main #2
@@ -10,7 +10,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { Sparkles, Drama, Building2, UtensilsCrossed, Heart, Cake, Crown } from 'lucide-react';
|
||||
import { Sparkles, Drama, Building2, UtensilsCrossed, Heart, Cake, Crown, Music, Wine } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "Интерьер", id: "interiors" },
|
||||
{ name: "Кухня", id: "cuisine" },
|
||||
{ name: "Случаи", id: "occasions" },
|
||||
{ name: "Отзывы", id: "service" }
|
||||
{ name: "Сервис и атмосфера", id: "service" }
|
||||
]}
|
||||
bottomLeftText="Москва"
|
||||
bottomRightText="hello@turandot.ru"
|
||||
@@ -184,8 +184,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="service" data-section="service">
|
||||
<TestimonialCardSixteen
|
||||
title="Сервис, который чувствуется"
|
||||
description="Внимательное, но ненавязчивое обслуживание. Медленный ритм — чтобы наслаждаться. Живая музыка и атмосфера, созданная специально для вас."
|
||||
title="Сервис и атмосфера — театральное совершенство"
|
||||
description="Каждый жест персонала — продолжение спектакля. Живая музыка, мягкий свет, безупречный сервис создают магию вечера. Мы понимаем, что атмосфера — это главный ингредиент."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -253,7 +253,7 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{ label: "События", href: "#occasions" },
|
||||
{ label: "Сервис", href: "#service" },
|
||||
{ label: "Сервис и атмосфера", href: "#service" },
|
||||
{ label: "Бронирование", href: "#reservation" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user