From b9b4aa84a0443593b7a505887f6868772e6e257d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:07:59 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f80352b..c0260d1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,31 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "CryptoVault - Secure Crypto Trading Platform", - description: "Trade cryptocurrencies securely with institutional-grade security, low fees, and advanced trading tools. Join thousands of traders worldwide.", - keywords: "cryptocurrency, bitcoin, ethereum, crypto trading, digital assets, blockchain, secure exchange", - openGraph: { - title: "CryptoVault - Secure Crypto Trading", - description: "Trade crypto with security, transparency, and low fees", - siteName: "CryptoVault", - type: "website", - images: [ + title: "CryptoVault - Secure Crypto Trading Platform", description: "Trade cryptocurrencies securely with institutional-grade security, low fees, and advanced trading tools. Join thousands of traders worldwide.", keywords: "cryptocurrency, bitcoin, ethereum, crypto trading, digital assets, blockchain, secure exchange", openGraph: { + title: "CryptoVault - Secure Crypto Trading", description: "Trade crypto with security, transparency, and low fees", siteName: "CryptoVault", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-61045.jpg", - alt: "CryptoVault trading platform" + url: "https://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-61045.jpg", alt: "CryptoVault trading platform" } ] }, twitter: { - card: "summary_large_image", - title: "CryptoVault - Secure Crypto Trading", - description: "Trade crypto securely with institutional-grade protection", - images: ["https://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-61045.jpg"] + card: "summary_large_image", title: "CryptoVault - Secure Crypto Trading", description: "Trade crypto securely with institutional-grade protection", images: ["https://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-61045.jpg"] }, robots: { index: true,