From 727d2e8e61ea02787c2c604b91b5f4090938697d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:27:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 316b8ed..e38d271 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function CryptoVaultPage() { tag="Why Choose Us" tagIcon={Zap} textboxLayout="default" - animationType="slide-up" + animationType="opacity" gridVariant="uniform-all-items-equal" carouselMode="buttons" useInvertedBackground={false} @@ -98,7 +98,7 @@ export default function CryptoVaultPage() { buttons={[{ text: "View Our Story", href: "#" }]} useInvertedBackground={true} showBorder={true} - buttonAnimation="slide-up" + buttonAnimation="opacity" /> @@ -204,7 +204,7 @@ export default function CryptoVaultPage() { useInvertedBackground={true} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/modern-customer-support-visualization-sh-1772781559873-e37e8594.png" imageAlt="Customer support team" - mediaAnimation="slide-up" + mediaAnimation="opacity" mediaPosition="right" buttonText="Create Free Account" /> -- 2.49.1