From 966106f2caa319ef54918965f09c133cde054283 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:06:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c6a3c03..c48769a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "../styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "CryptoVault - The Future of Crypto Trading", description: "Experience lightning-fast transactions, military-grade security, and unparalleled control over your digital assets. Trade smarter with CryptoVault."}; + title: "CryptoVault - The Future of Crypto Trading", description: "Experience lightning-fast transactions, military-grade security, and unparalleled control over your digital assets. Trade smarter with CryptoVault." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 15ebe0c8adcc27672093cf54c01f778a672c3ec4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:06:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d0773f..56795e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,6 +97,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Explore All Features", href: "#contact" } + ]} /> @@ -249,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1