Update src/app/features/page.tsx
This commit is contained in:
@@ -42,46 +42,22 @@ export default function FeaturesPage() {
|
||||
<FeatureCardThree
|
||||
features={[
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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="Complete Trading Arsenal"
|
||||
@@ -110,7 +86,7 @@ export default function FeaturesPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -134,8 +110,7 @@ export default function FeaturesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Security", href: "https://cryptovault.io/security" },
|
||||
@@ -143,8 +118,7 @@ export default function FeaturesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "https://blog.cryptovault.io" },
|
||||
{ label: "Careers", href: "https://careers.cryptovault.io" },
|
||||
@@ -152,8 +126,7 @@ export default function FeaturesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
|
||||
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
|
||||
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },
|
||||
|
||||
Reference in New Issue
Block a user