From cc857ee96fe898e73de3d2b8f21fc54f6032893c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:24:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 316b8ed..6dbfb66 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="blur-reveal" 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="blur-reveal" /> @@ -108,7 +108,7 @@ export default function CryptoVaultPage() { description="Trust the platform chosen by millions of traders and institutional investors for reliable, secure cryptocurrency trading" tag="Our Stats" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} metrics={[ { @@ -133,7 +133,7 @@ export default function CryptoVaultPage() { description="Hear from thousands of satisfied users who have transformed their crypto trading experience with CryptoVault" tag="Testimonials" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={true} showRating={true} testimonials={[ @@ -165,9 +165,9 @@ export default function CryptoVaultPage() { description="Find answers to common questions about security, trading, accounts, and more" tag="Help & Support" textboxLayout="default" - animationType="slide-up" + animationType="blur-reveal" useInvertedBackground={false} - faqsAnimation="smooth" + faqsAnimation="instant" faqs={[ { id: "1", title: "How secure is my cryptocurrency on CryptoVault?", content: "CryptoVault employs military-grade encryption, multi-signature authentication, and cold storage wallets to secure all digital assets. We maintain insurance coverage for client assets and conduct regular third-party security audits. Our platform has maintained a perfect security record since inception."}, @@ -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="blur-reveal" mediaPosition="right" buttonText="Create Free Account" /> -- 2.49.1