Merge version_3 into main #11

Merged
bender merged 2 commits from version_3 into main 2026-03-06 07:41:52 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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,

View File

@@ -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" }],