Merge version_3 into main #11
@@ -5,7 +5,7 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "CryptoVault - Secure Cryptocurrency Trading Platform", description: "The premier platform for secure cryptocurrency trading, advanced portfolio management, and blockchain innovation."};
|
||||
title: "CryptoVault", description: "The premier platform for secure cryptocurrency trading, advanced portfolio management, and blockchain innovation."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
@@ -112,10 +112,10 @@ export default function CryptoVaultPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "2", title: "Zero Security Breaches", subtitle: "Industry-leading track record since inception", category: "Security", value: "100%", buttons: [{ text: "View Security Audit", href: "#" }],
|
||||
id: "1", title: "Zero Security Breaches", subtitle: "Industry-leading track record since inception", category: "Security", value: "100%", buttons: [{ text: "View Security Audit", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "1", title: "Trading Volume", subtitle: "Over 500 Billion USD processed", category: "Markets", value: "$500B+", buttons: [{ text: "Trade Now", href: "contact" }],
|
||||
id: "2", title: "Trading Volume", subtitle: "Over 500 Billion USD processed", category: "Markets", value: "$500B+", buttons: [{ text: "Trade Now", href: "contact" }],
|
||||
},
|
||||
{
|
||||
id: "3", title: "Global Users", subtitle: "Traders and investors from 150+ countries", category: "Community", value: "5M+", buttons: [{ text: "Join Today", href: "contact" }],
|
||||
|
||||
Reference in New Issue
Block a user