Update src/app/layout.tsx

This commit is contained in:
2026-03-05 01:37:54 +00:00
parent d9854cf6a7
commit 68e2686aa4

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}