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