From fa678d4c5df4b3a4dc097c303e97dbd09d92c7a4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 13:49:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19d2677..ef33f79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,7 @@ export default function LandingPage() { { icon: Smile, label: "Счастливых гостей", value: "15к+" }, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -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() {