diff --git a/src/app/page.tsx b/src/app/page.tsx index 95f14e1..f6f8796 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { } ]} gridVariant="two-items-per-row" - animationType="entrance-slide" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} buttons={[ @@ -118,8 +118,8 @@ export default function LandingPage() { description="4500 км через центр России. Время в пути: 3–5 дней. Сезон: июнь–август. Пройдите через Урал, Сибирь и достигните самого глубокого озера на планете." tag="Расстояние: 4500 км" tagIcon={MapPin} - tagAnimation="entrance-slide" - animationType="entrance-slide" + tagAnimation="blur-reveal" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={true} features={[ @@ -178,7 +178,7 @@ export default function LandingPage() { useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/woman-with-map-walking-shore_23-2147776771.jpg" imageAlt="Карта маршрутов России Пермь Крым Байкал" - mediaAnimation="entrance-slide" + mediaAnimation="blur-reveal" inputs={[ { name: "name", type: "text", placeholder: "Ваше имя", required: true }, { name: "email", type: "email", placeholder: "Ваш email", required: true },