Update src/app/features/page.tsx

This commit is contained in:
2026-01-25 11:37:31 +00:00
parent e0937004d2
commit 448e3c6957

View File

@@ -42,46 +42,22 @@ export default function FeaturesPage() {
<FeatureCardThree <FeatureCardThree
features={[ features={[
{ {
id: "01", id: "01", title: "Military-Grade Security", description: "Multi-signature wallets with cold storage and advanced encryption protocols that protect your assets with bank-level security standards", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Security features"
title: "Military-Grade Security",
description: "Multi-signature wallets with cold storage and advanced encryption protocols that protect your assets with bank-level security standards",
imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg",
imageAlt: "Security features"
}, },
{ {
id: "02", id: "02", title: "Lightning Speed", description: "Instant transactions with sub-second confirmation times across all networks, powered by our proprietary optimization engine", imageSrc: "https://img.b2bpic.net/free-photo/top-view-lock-keyboard_23-2148578048.jpg", imageAlt: "Fast transaction processing"
title: "Lightning Speed",
description: "Instant transactions with sub-second confirmation times across all networks, powered by our proprietary optimization engine",
imageSrc: "https://img.b2bpic.net/free-photo/top-view-lock-keyboard_23-2148578048.jpg",
imageAlt: "Fast transaction processing"
}, },
{ {
id: "03", id: "03", title: "Real-Time Analytics", description: "Advanced charting tools and AI-powered market insights for smarter trading decisions with predictive algorithms", imageSrc: "https://img.b2bpic.net/free-vector/wireframe-chain-with-digital-code-lock-blockchain-cyber-security-safe-privacy-concept_127544-953.jpg", imageAlt: "Analytics dashboard"
title: "Real-Time Analytics",
description: "Advanced charting tools and AI-powered market insights for smarter trading decisions with predictive algorithms",
imageSrc: "https://img.b2bpic.net/free-vector/wireframe-chain-with-digital-code-lock-blockchain-cyber-security-safe-privacy-concept_127544-953.jpg",
imageAlt: "Analytics dashboard"
}, },
{ {
id: "04", id: "04", title: "API Integration", description: "Connect seamlessly with other platforms and build custom trading strategies using our comprehensive REST and WebSocket APIs", imageSrc: "https://img.b2bpic.net/free-vector/abstract-security-background-with-circuits_23-2147633221.jpg", imageAlt: "API integration"
title: "API Integration",
description: "Connect seamlessly with other platforms and build custom trading strategies using our comprehensive REST and WebSocket APIs",
imageSrc: "https://img.b2bpic.net/free-vector/abstract-security-background-with-circuits_23-2147633221.jpg",
imageAlt: "API integration"
}, },
{ {
id: "05", id: "05", title: "Multi-Chain Support", description: "Trade across 15+ blockchain networks including Bitcoin, Ethereum, Polygon, Solana, and emerging Layer 2 solutions", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Multi-chain support"
title: "Multi-Chain Support",
description: "Trade across 15+ blockchain networks including Bitcoin, Ethereum, Polygon, Solana, and emerging Layer 2 solutions",
imageSrc: "/placeholders/placeholder1.webp",
imageAlt: "Multi-chain support"
}, },
{ {
id: "06", id: "06", title: "Advanced Order Types", description: "Execute sophisticated trading strategies with stop-loss, take-profit, trailing stops, and algorithmic order execution", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Advanced order types"
title: "Advanced Order Types",
description: "Execute sophisticated trading strategies with stop-loss, take-profit, trailing stops, and algorithmic order execution",
imageSrc: "/placeholders/placeholder1.webp",
imageAlt: "Advanced order types"
} }
]} ]}
title="Complete Trading Arsenal" title="Complete Trading Arsenal"
@@ -110,7 +86,7 @@ export default function FeaturesPage() {
textboxLayout="default" textboxLayout="default"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -134,8 +110,7 @@ export default function FeaturesPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "/features" }, { label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Security", href: "https://cryptovault.io/security" }, { label: "Security", href: "https://cryptovault.io/security" },
@@ -143,8 +118,7 @@ export default function FeaturesPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Blog", href: "https://blog.cryptovault.io" }, { label: "Blog", href: "https://blog.cryptovault.io" },
{ label: "Careers", href: "https://careers.cryptovault.io" }, { label: "Careers", href: "https://careers.cryptovault.io" },
@@ -152,8 +126,7 @@ export default function FeaturesPage() {
] ]
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" }, { label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
{ label: "Terms of Service", href: "https://cryptovault.io/terms" }, { label: "Terms of Service", href: "https://cryptovault.io/terms" },
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" }, { label: "Cookie Policy", href: "https://cryptovault.io/cookies" },