diff --git a/src/app/page.tsx b/src/app/page.tsx index deec4e3..b59d140 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {