Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 48250d2d4c | |||
| 2a9d2ccb12 | |||
| 8c267f5c6d | |||
| 886340347d | |||
| 6e27e4f3c0 | |||
| a08a969f21 | |||
| 38ae17d83e | |||
| 4da596ee44 |
@@ -22,16 +22,19 @@ const inter = Inter({
|
||||
export const metadata: Metadata = {
|
||||
title: "CryptoVault - Premium Institutional Cryptocurrency Platform", description: "Secure, scalable cryptocurrency trading and custody platform for institutional investors. Military-grade security, 99.99% uptime, and real-time analytics.", keywords: "cryptocurrency, trading, institutional crypto, blockchain, digital assets, secure custody, crypto platform", metadataBase: new URL("https://cryptovault.com"),
|
||||
alternates: {
|
||||
canonical: "https://cryptovault.com"},
|
||||
canonical: "https://cryptovault.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "CryptoVault - The Future of Crypto Trading", description: "Enterprise-grade cryptocurrency platform with military-grade security and institutional features.", url: "https://cryptovault.com", siteName: "CryptoVault", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuZvSOfjedtSWgw9OzfJQef2R/a-sleek-cryptocurrency-trading-dashboard-1772598436266-eac0c538.png", alt: "CryptoVault Trading Dashboard"},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuZvSOfjedtSWgw9OzfJQef2R/a-sleek-cryptocurrency-trading-dashboard-1772598436266-eac0c538.png", alt: "CryptoVault Trading Dashboard"
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "CryptoVault - Premium Crypto Platform", description: "Institutional-grade cryptocurrency trading with enterprise security.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuZvSOfjedtSWgw9OzfJQef2R/a-sleek-cryptocurrency-trading-dashboard-1772598436266-eac0c538.png"],
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASuZvSOfjedtSWgw9OzfJQef2R/a-sleek-cryptocurrency-trading-dashboard-1772598436266-eac0c538.png"
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional", tag: "For Professional Traders", price: "$499", period: "/month", description: "Advanced tools and priority support for serious traders", button: { text: "Start Free Trial", href: "contact" },
|
||||
id: "professional", tag: "For Professional Traders - Most Popular", price: "$499", period: "/month", description: "Advanced tools and priority support for serious traders", button: { text: "Start Free Trial", href: "contact" },
|
||||
featuresTitle: "Everything in Trader, plus:", features: [
|
||||
"Advanced analytics and predictive modeling", "Automated trading strategies", "Priority API access", "Dedicated account manager", "Multi-signature security", "White-glove onboarding"
|
||||
]
|
||||
@@ -177,6 +177,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
cardClassName="data-[plan=professional]:ring-2 data-[plan=professional]:ring-blue-500 data-[plan=professional]:scale-105 data-[plan=professional]:border-blue-500 data-[plan=professional]:border-2 data-[plan=professional]:shadow-lg data-[plan=professional]:shadow-blue-500/30"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,7 +193,7 @@ export default function LandingPage() {
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Is CryptoVault truly secure?", content: "Absolutely. CryptoVault employs military-grade 256-bit AES encryption, multi-signature wallets, and cold storage solutions. We maintain zero security breaches in our 12-year history and have passed all major security audits including SOC 2 Type II and ISO 27001 certification. Your assets are protected 24/7."
|
||||
id: "1", title: "Is CryptoVault truly secure?", content: "Yes. Military-grade encryption, multi-signature wallets, and cold storage protect your assets 24/7. We've maintained zero security breaches in 12 years."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What cryptocurrencies are supported?", content: "We support all major cryptocurrencies including Bitcoin, Ethereum, Litecoin, Ripple, and over 200+ altcoins. Our platform is constantly updated to support new blockchain networks and emerging digital assets. Check our full asset list in the trading dashboard."
|
||||
|
||||
Reference in New Issue
Block a user