Update src/app/page.tsx

This commit is contained in:
2026-05-25 13:49:09 +00:00
parent b9e16da538
commit fa678d4c5d

View File

@@ -68,6 +68,7 @@ export default function LandingPage() {
{ icon: Smile, label: "Счастливых гостей", value: "15к+" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -92,6 +93,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "1", name: "IPA Craft", price: "350 ₽", imageSrc: "http://img.b2bpic.net/free-photo/simit-rolls-wooden-board-with-glass-drink-coffee-beans-around_114579-26325.jpg" },
{ id: "2", name: "Фирменный бургер", price: "650 ₽", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-stuffed-with-mixed-ingreadients-black-board_114579-2601.jpg" },
@@ -118,6 +120,7 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Как забронировать столик?", content: "Просто оставьте заявку в форме ниже или позвоните нам!" },
{ id: "2", title: "Есть ли парковка?", content: "Да, перед баром есть удобная парковочная зона." },