Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 10:13:01 +00:00
2 changed files with 26 additions and 51 deletions

View File

@@ -1,57 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Geist, Geist_Mono } 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 geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "CryptoTrade - Professional Cryptocurrency Trading Platform", description: "Trade Bitcoin, Ethereum, and 140+ cryptocurrencies with advanced tools, bank-grade security, and lightning-fast execution. Join 2.5M traders worldwide.", keywords: "cryptocurrency trading, bitcoin trading, crypto exchange, digital assets, forex trading platform", metadataBase: new URL("https://cryptotrade.com"),
alternates: {
canonical: "https://cryptotrade.com"},
openGraph: {
title: "CryptoTrade - Professional Cryptocurrency Trading", description: "Trade crypto with confidence. Advanced analytics, real-time data, and secure platform.", url: "https://cryptotrade.com", siteName: "CryptoTrade", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-sophisticated-cryptocurrency-trading-d-1772790894586-cdb57ca6.png", alt: "CryptoTrade Platform"},
],
},
twitter: {
card: "summary_large_image", title: "CryptoTrade - Professional Cryptocurrency Trading", description: "Trade 140+ cryptocurrencies with advanced tools and bank-grade security.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-sophisticated-cryptocurrency-trading-d-1772790894586-cdb57ca6.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "CryptoTrade - Professional Cryptocurrency Trading", description: "Trade cryptocurrencies with confidence. Real-time market data, advanced charting tools, and lightning-fast execution."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -120,7 +120,8 @@ export default function CryptoTradePage() {
{ text: "Learn More", href: "#" },
],
features: [
"Real-time market data", "Basic charting tools", "Standard order types", "Email support"],
"Real-time market data", "Basic charting tools", "Standard order types", "Email support"
],
},
{
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
@@ -129,7 +130,8 @@ export default function CryptoTradePage() {
{ text: "View Details", href: "#" },
],
features: [
"Advanced charting", "Technical indicators", "API access", "Priority support", "Volume discounts"],
"Advanced charting", "Technical indicators", "API access", "Priority support", "Volume discounts"
],
},
{
id: "3", price: "Custom", name: "Enterprise", buttons: [
@@ -137,7 +139,8 @@ export default function CryptoTradePage() {
{ text: "Schedule Call", href: "#" },
],
features: [
"White-label solutions", "Dedicated account manager", "Custom integrations", "Volume pricing", "24/7 phone support"],
"White-label solutions", "Dedicated account manager", "Custom integrations", "Volume pricing", "24/7 phone support"
],
},
]}
animationType="slide-up"
@@ -178,9 +181,11 @@ export default function CryptoTradePage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Coinbase", "Kraken", "Binance", "Gemini", "FTX", "Huobi", "Bybit", "OKEx"]}
"Coinbase", "Kraken", "Binance", "Gemini", "FTX", "Huobi", "Bybit", "OKEx"
]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/the-coinbase-cryptocurrency-exchange-log-1772790894343-1b68a1fb.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/the-kraken-cryptocurrency-exchange-logo--1772790893504-5b4782f8.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/the-binance-cryptocurrency-exchange-logo-1772790893325-9047b5a1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/the-gemini-cryptocurrency-exchange-logo--1772790893775-10194b4f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-modern-cryptocurrency-exchange-logo-de-1772790895233-e45ab336.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-cryptocurrency-exchange-logo-design-mo-1772790894176-3791cef0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-modern-cryptocurrency-derivatives-exch-1772790893972-e6e233d4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-global-cryptocurrency-exchange-logo-de-1772790894186-5f98e89e.png"]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/the-coinbase-cryptocurrency-exchange-log-1772790894343-1b68a1fb.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/the-kraken-cryptocurrency-exchange-logo--1772790893504-5b4782f8.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/the-binance-cryptocurrency-exchange-logo-1772790893325-9047b5a1.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/the-gemini-cryptocurrency-exchange-logo--1772790893775-10194b4f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-modern-cryptocurrency-exchange-logo-de-1772790895233-e45ab336.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-cryptocurrency-exchange-logo-design-mo-1772790894176-3791cef0.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-modern-cryptocurrency-derivatives-exch-1772790893972-e6e233d4.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZCcGC3uDNDL3vax9s8zbwxOip/a-global-cryptocurrency-exchange-logo-de-1772790894186-5f98e89e.png"
]}
speed={40}
showCard={true}
/>
@@ -195,16 +200,16 @@ export default function CryptoTradePage() {
useInvertedBackground={false}
faqs={[
{
id: "1", title: "How do I start trading on CryptoTrade?", content: "Getting started is simple: Sign up for an account, verify your identity, deposit funds, and you're ready to trade. We offer detailed tutorials and customer support to guide you through each step."
id: "1", title: "How secure is my account?", content: "We use military-grade encryption, multi-signature wallets, and cold storage for 95% of customer funds. All accounts include two-factor authentication (2FA) for additional security."
},
{
id: "2", title: "What cryptocurrencies can I trade?", content: "We support 140+ cryptocurrencies including Bitcoin, Ethereum, Litecoin, Ripple, and many altcoins. Our platform is constantly updated with new trading pairs."
id: "2", title: "How do I start trading on CryptoTrade?", content: "Getting started is simple: Sign up for an account, verify your identity, deposit funds, and you're ready to trade. We offer detailed tutorials and customer support to guide you through each step."
},
{
id: "3", title: "What are your trading fees?", content: "Our maker fee is 0.1% and taker fee is 0.08%. Premium members and high-volume traders receive reduced fees. See our pricing page for complete details."
id: "3", title: "What cryptocurrencies can I trade?", content: "We support 140+ cryptocurrencies including Bitcoin, Ethereum, Litecoin, Ripple, and many altcoins. Our platform is constantly updated with new trading pairs."
},
{
id: "4", title: "How secure is my account?", content: "We use military-grade encryption, multi-signature wallets, and cold storage for 95% of customer funds. All accounts include two-factor authentication (2FA) for additional security."
id: "4", title: "What are your trading fees?", content: "Our maker fee is 0.1% and taker fee is 0.08%. Premium members and high-volume traders receive reduced fees. See our pricing page for complete details."
},
{
id: "5", title: "What is the minimum deposit amount?", content: "The minimum deposit is $10 USD equivalent. We accept bank transfers, credit cards, and cryptocurrency transfers for maximum flexibility."