diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fb9d4a..4d1a91d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -191,51 +102,9 @@ export default function LandingPage() { animationType="depth-3d" textboxLayout="split" gridVariant="one-large-left-three-stacked-right" - useInvertedBackground={false} - testimonials={[ - { - id: "1", - name: "Alexander B.", - role: "Food Critic", - company: "Fine Dine Weekly", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/feminine-young-alluring-woman-leaning-coffee-table-sitting-cafe-looking-camera-with-slight-romantic-smile-gazing-sensually-having-date-with-boyfriend-favorite-place-downtown_197531-30506.jpg", - }, - { - id: "2", - name: "Elena V.", - role: "Architect", - company: "Design Lab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-lady-holding-her-blonde-hair-making-pony-tail-before-brakfast-cafe_132075-9376.jpg", - }, - { - id: "3", - name: "Sergey P.", - role: "Tech Entrepreneur", - company: "Innovate", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/adult-enjoying-cocktail_52683-107594.jpg", - }, - { - id: "4", - name: "Maria K.", - role: "Art Director", - company: "Creative Co", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-vegetables-salad-camera_23-2148558135.jpg", - }, - { - id: "5", - name: "Dmitry S.", - role: "Investor", - company: "Capital Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", - }, - ]} - title="Guest Reflections" - description="Join our satisfied community of fine dining enthusiasts." + title="Отзывы гостей" + description="Присоединяйтесь к нашему сообществу ценителей высокой кухни." + testimonials={[]} /> @@ -244,49 +113,22 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Do you accept walk-ins?", - content: "While we prioritize reservations, walk-in seating is available at the bar on a first-come basis.", - }, - { - id: "q2", - title: "Is there a dress code?", - content: "We recommend business-casual attire to suit our premium dining atmosphere.", - }, - { - id: "q3", - title: "Do you accommodate allergies?", - content: "Yes, our chefs are happy to accommodate dietary restrictions with prior notification.", - }, + { id: "q1", title: "Принимаете ли вы без записи?", content: "Мы рекомендуем бронировать, но места за барной стойкой часто доступны для гостей без записи." }, + { id: "q2", title: "Есть ли дресс-код?", content: "Приветствуется стиль smart casual." }, ]} - title="Dining Insights" - description="Common questions regarding our restaurant policies and reservations." + title="Частые вопросы" + description="Ответы на популярные вопросы о нашем заведении." faqsAnimation="blur-reveal" />