diff --git a/src/app/page.tsx b/src/app/page.tsx index ecddb25..316b8ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function CryptoVaultPage() { buttons={[{ text: "View Our Story", href: "#" }]} useInvertedBackground={true} showBorder={true} - buttonAnimation="smooth" + buttonAnimation="slide-up" /> @@ -167,7 +167,7 @@ export default function CryptoVaultPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - faqsAnimation="slide-up" + faqsAnimation="smooth" 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."}, @@ -180,7 +180,7 @@ export default function CryptoVaultPage() { { id: "5", title: "What cryptocurrencies can I trade?", content: "CryptoVault supports trading of 500+ cryptocurrencies including Bitcoin, Ethereum, and emerging altcoins. We continuously add new tokens based on user demand and regulatory approval. Access real-time market data for all supported assets."}, { - id: "6", title: "Do you offer leverage trading?", content: "Yes, we offer leverage trading up to 10x on select cryptocurrency pairs. Leverage trading carries increased risk, and we provide comprehensive risk management tools including stop-loss orders and position sizing guidance."}, + id: "6", title: "Do you offer leverage trading?", content: "Yes, we offer leverage trading up to 10x on select cryptocurrency pairs. Leverage trading carries increased risk, and we provide comprehensive risk management tools including stop-loss orders and position sizing guidance."} ]} />