From 83d5289c6cd2543361d70b145289f66276d0bf40 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 12:24:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 167b732..81441c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,6 +68,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + animationType="slide-up" features={[ { title: "", description: "", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-mountain-silhouette_23-2150524938.jpg", imageAlt: "Силуэт Кавказских гор с дымящейся саклей", buttonText: "", buttonHref: "#", titleImageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-mountain-silhouette_23-2150524932.jpg" @@ -104,6 +105,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + animationType="slide-up" products={[ { id: "dish-1", name: "Уалибах", price: "550 ₽", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shakh-plov-delicious-rice-meal-cooked-inside-round-dough-with-raisins-grey-surface_140725-90651.jpg", imageAlt: "Иконка осетинского пирога", onFavorite: () => {}, -- 2.49.1