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