From 11ef8488977525e7e62d8f083deddf9cc3c580fc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:41:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef9eac1..bb97ee2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From aa832d52f6d686bfbc7d948fdc2493511a307908 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:41:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a9d3ec6..7933284 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }], -- 2.49.1