From 68e2686aa4059cecccee02a8fe12dea300db8f65 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:37:54 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 312efed..7ffb699 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,41 +5,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", - subsets: ["latin"], + variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "CryptoVault - Buy, Sell & Trade Cryptocurrency Securely", - description: "Trade 200+ cryptocurrencies on CryptoVault with military-grade security, real-time data, and competitive fees. Join 50,000+ traders worldwide. Zero breaches since 2020.", - keywords: "cryptocurrency trading, buy bitcoin, ethereum exchange, crypto platform, fintech, secure trading, blockchain", - robots: { + title: "CryptoVault - Buy, Sell & Trade Cryptocurrency Securely", description: "Trade 200+ cryptocurrencies on CryptoVault with military-grade security, real-time data, and competitive fees. Join 50,000+ traders worldwide. Zero breaches since 2020.", keywords: "cryptocurrency trading, buy bitcoin, ethereum exchange, crypto platform, fintech, secure trading, blockchain", robots: { index: true, follow: true, }, openGraph: { - title: "CryptoVault - Secure Cryptocurrency Trading Platform", - description: "Trade cryptocurrencies with confidence on CryptoVault. Advanced tools, bank-grade security, and 24/7 support.", - type: "website", - siteName: "CryptoVault", - images: [ + title: "CryptoVault - Secure Cryptocurrency Trading Platform", description: "Trade cryptocurrencies with confidence on CryptoVault. Advanced tools, bank-grade security, and 24/7 support.", type: "website", siteName: "CryptoVault", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASDCkWpLOfpbrILWQoHR5aU18V/a-modern-cryptocurrency-trading-dashboar-1772674392237-84e1e3fd.png", - alt: "CryptoVault Trading Dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASDCkWpLOfpbrILWQoHR5aU18V/a-modern-cryptocurrency-trading-dashboar-1772674392237-84e1e3fd.png", alt: "CryptoVault Trading Dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "CryptoVault - Secure Cryptocurrency Trading", - description: "Trade 200+ cryptocurrencies with military-grade security and professional trading tools.", - images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASDCkWpLOfpbrILWQoHR5aU18V/a-modern-cryptocurrency-trading-dashboar-1772674392237-84e1e3fd.png"], + card: "summary_large_image", title: "CryptoVault - Secure Cryptocurrency Trading", description: "Trade 200+ cryptocurrencies with military-grade security and professional trading tools.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASDCkWpLOfpbrILWQoHR5aU18V/a-modern-cryptocurrency-trading-dashboar-1772674392237-84e1e3fd.png"], }, }; @@ -1427,4 +1413,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}