10 Commits

Author SHA1 Message Date
2f5b99b48d Update src/app/page.tsx 2026-03-06 07:31:38 +00:00
df0fb8bfb7 Update src/app/page.tsx 2026-03-06 07:30:16 +00:00
02dbf61f6f Update src/app/page.tsx 2026-03-06 07:28:55 +00:00
aecc79f935 Update src/app/layout.tsx 2026-03-06 07:28:55 +00:00
231f38ba01 Merge version_1 into main
Merge version_1 into main
2026-03-06 07:27:23 +00:00
cc6712c62e Merge version_1 into main
Merge version_1 into main
2026-03-06 07:25:57 +00:00
9e02ad546d Merge version_1 into main
Merge version_1 into main
2026-03-06 07:24:21 +00:00
0746e0baf9 Merge version_1 into main
Merge version_1 into main
2026-03-06 07:22:50 +00:00
5853889ec9 Merge version_1 into main
Merge version_1 into main
2026-03-06 07:21:21 +00:00
fafdfdeafa Merge version_1 into main
Merge version_1 into main
2026-03-06 07:20:09 +00:00
2 changed files with 10 additions and 49 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "CryptoVault - Premium Cryptocurrency Trading Platform", description: "Trade 500+ cryptocurrencies with military-grade security, advanced analytics, and 24/7 support. Join 5M+ traders worldwide.", keywords: "cryptocurrency trading, crypto exchange, Bitcoin, Ethereum, digital assets, blockchain, fintech", metadataBase: new URL("https://cryptovault.com"),
alternates: {
canonical: "https://cryptovault.com"},
openGraph: {
title: "CryptoVault - Secure Crypto Trading", description: "The premier platform for secure cryptocurrency trading with institutional-grade tools and features.", url: "https://cryptovault.com", siteName: "CryptoVault", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/a-sleek-cryptocurrency-trading-dashboard-1772781560257-4e9779ec.png", alt: "CryptoVault Trading Platform"},
],
},
twitter: {
card: "summary_large_image", title: "CryptoVault - Premium Crypto Trading", description: "Secure, fast, and reliable cryptocurrency trading platform trusted by millions.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/a-sleek-cryptocurrency-trading-dashboard-1772781560257-4e9779ec.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "CryptoVault - Secure Cryptocurrency Trading Platform", description: "The premier platform for secure cryptocurrency trading, advanced portfolio management, and blockchain innovation."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -112,10 +112,10 @@ export default function CryptoVaultPage() {
useInvertedBackground={false}
metrics={[
{
id: "1", title: "Trading Volume", subtitle: "Over 500 Billion USD processed", category: "Markets", value: "$500B+", buttons: [{ text: "Trade Now", href: "contact" }],
id: "2", title: "Zero Security Breaches", subtitle: "Industry-leading track record since inception", category: "Security", value: "100%", buttons: [{ text: "View Security Audit", href: "#" }],
},
{
id: "2", title: "Zero Security Breaches", subtitle: "Industry-leading track record since inception", category: "Security", value: "100%", buttons: [{ text: "Learn More", href: "#" }],
id: "1", title: "Trading Volume", subtitle: "Over 500 Billion USD processed", category: "Markets", value: "$500B+", buttons: [{ text: "Trade Now", href: "contact" }],
},
{
id: "3", title: "Global Users", subtitle: "Traders and investors from 150+ countries", category: "Community", value: "5M+", buttons: [{ text: "Join Today", href: "contact" }],
@@ -165,9 +165,9 @@ export default function CryptoVaultPage() {
description="Find answers to common questions about security, trading, accounts, and more"
tag="Help & Support"
textboxLayout="default"
animationType="slide-up"
animationType="smooth"
useInvertedBackground={false}
faqsAnimation="smooth"
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "How secure is my cryptocurrency on CryptoVault?", content: "CryptoVault employs military-grade encryption, multi-signature authentication, and cold storage wallets to secure all digital assets. We maintain insurance coverage for client assets and conduct regular third-party security audits. Our platform has maintained a perfect security record since inception."},