1 Commits

Author SHA1 Message Date
0db3622e07 Update src/app/page.tsx 2026-03-06 07:32:30 +00:00
2 changed files with 51 additions and 12 deletions

View File

@@ -1,20 +1,58 @@
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 inter = Inter({ subsets: ["latin"] });
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"],
});
export const metadata: Metadata = {
title: "CryptoVault - Secure Cryptocurrency Trading Platform", description: "The premier platform for secure cryptocurrency trading, advanced portfolio management, and blockchain innovation."};
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,
},
};
export default function RootLayout({
children,
}: {
}: Readonly<{
children: React.ReactNode;
}) {
}>) {
return (
<html lang="en">
<body className={inter.className}>{children}
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1382,6 +1420,7 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -75,7 +75,7 @@ export default function CryptoVaultPage() {
useInvertedBackground={false}
features={[
{
title: "Military-Grade Security", description: "Multi-layer encryption, cold storage wallets, and advanced authentication protocols protect your digital assets 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/advanced-cybersecurity-infrastructure-vi-1772781560504-c912a939.png", imageAlt: "Security encryption visualization", button: { text: "Learn More", href: "#" },
title: "Military-Grade Security", description: "Multi-layer encryption, cold storage wallets, and advanced authentication protocols protect your digital assets 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/advanced-cybersecurity-infrastructure-vi-1772781560504-c912a939.png?_wi=1", imageAlt: "Security encryption visualization", button: { text: "Learn More", href: "#" },
},
{
title: "Lightning-Fast Transactions", description: "Execute trades in milliseconds with our optimized matching engine and direct market access technology.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/high-speed-transaction-visualization-wit-1772781560480-c12c27b3.png", imageAlt: "High-speed transaction processing", button: { text: "Learn More", href: "#" },
@@ -84,7 +84,7 @@ export default function CryptoVaultPage() {
title: "Global Market Access", description: "Trade 500+ cryptocurrencies across worldwide exchanges with real-time market data and advanced analytics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/global-cryptocurrency-network-visualizat-1772781560423-3de64e45.png", imageAlt: "Global cryptocurrency network", button: { text: "Learn More", href: "#" },
},
{
title: "Advanced Analytics", description: "Professional-grade charting tools, technical indicators, and AI-powered market insights for informed trading decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/advanced-cybersecurity-infrastructure-vi-1772781560504-c912a939.png", imageAlt: "Analytics dashboard", button: { text: "Learn More", href: "#" },
title: "Advanced Analytics", description: "Professional-grade charting tools, technical indicators, and AI-powered market insights for informed trading decisions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/advanced-cybersecurity-infrastructure-vi-1772781560504-c912a939.png?_wi=2", imageAlt: "Analytics dashboard", button: { text: "Learn More", href: "#" },
},
]}
/>
@@ -139,10 +139,10 @@ export default function CryptoVaultPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahcrypto", testimonial: "CryptoVault's platform revolutionized my trading strategy. The security features and advanced analytics are unmatched in the industry. I've been using it for 2 years with zero issues.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-satisfied-cry-1772781561002-3ba8f702.png", imageAlt: "Sarah Chen"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-satisfied-cry-1772781561002-3ba8f702.png?_wi=1", imageAlt: "Sarah Chen"},
{
id: "2", name: "Michael Rodriguez", handle: "@mikecrypto_pro", testimonial: "The speed and reliability of CryptoVault's execution is exceptional. Their 24/7 support team is always ready to help. Highly recommended for serious traders.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-satisfied-fem-1772781559709-a0141933.png", imageAlt: "Michael Rodriguez"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-satisfied-fem-1772781559709-a0141933.png?_wi=1", imageAlt: "Michael Rodriguez"},
{
id: "3", name: "Alex Thompson", handle: "@alexchain", testimonial: "I've tested every major crypto platform, and CryptoVault stands head and shoulders above the competition. The user interface is intuitive and the security is bulletproof.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-an-experienced--1772781561612-d03defb8.png", imageAlt: "Alex Thompson"},
@@ -151,10 +151,10 @@ export default function CryptoVaultPage() {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-confident-fem-1772781559255-da77ce8c.png", imageAlt: "Emma Williams"},
{
id: "5", name: "David Kim", handle: "@davidbtc", testimonial: "Finally, a crypto platform that prioritizes user protection without sacrificing features. CryptoVault is the future of cryptocurrency trading.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-satisfied-cry-1772781561002-3ba8f702.png", imageAlt: "David Kim"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-satisfied-cry-1772781561002-3ba8f702.png?_wi=2", imageAlt: "David Kim"},
{
id: "6", name: "Lisa Patel", handle: "@lisacrypto", testimonial: "Outstanding platform. The analytics dashboard gives me insights I need to make informed decisions. Customer support is responsive and knowledgeable.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-satisfied-fem-1772781559709-a0141933.png", imageAlt: "Lisa Patel"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYtnHrrZrg5oVrNt3yETjGRXRL/professional-headshot-of-a-satisfied-fem-1772781559709-a0141933.png?_wi=2", imageAlt: "Lisa Patel"},
]}
/>
</div>