Merge version_1 into main #1

Merged
development merged 5 commits from version_1 into main 2026-01-25 11:37:37 +00:00
5 changed files with 60 additions and 202 deletions

View File

@@ -57,44 +57,33 @@ export default function ContactPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "How can I contact customer support?",
content: "Reach out via email at support@cryptovault.io, live chat in the app, or submit a ticket through your dashboard. Our team responds within 2 hours."
id: "1", title: "How can I contact customer support?", content: "Reach out via email at support@cryptovault.io, live chat in the app, or submit a ticket through your dashboard. Our team responds within 2 hours."
},
{
id: "2",
title: "What are your support hours?",
content: "We provide 24/7 support for all users. Pro and Elite members get priority support with faster response times and dedicated account managers."
id: "2", title: "What are your support hours?", content: "We provide 24/7 support for all users. Pro and Elite members get priority support with faster response times and dedicated account managers."
},
{
id: "3",
title: "Do you offer phone support?",
content: "Phone support is available for Elite plan members and institutional clients. Contact your account manager to schedule a call."
id: "3", title: "Do you offer phone support?", content: "Phone support is available for Elite plan members and institutional clients. Contact your account manager to schedule a call."
},
{
id: "4",
title: "How do I report a security concern?",
content: "For security issues, email security@cryptovault.io immediately. We take all security reports seriously and respond within 30 minutes."
id: "4", title: "How do I report a security concern?", content: "For security issues, email security@cryptovault.io immediately. We take all security reports seriously and respond within 30 minutes."
},
{
id: "5",
title: "Can I request new features?",
content: "Absolutely! Share your feature requests through the in-app feedback system or email features@cryptovault.io. We regularly review and implement user suggestions."
id: "5", title: "Can I request new features?", content: "Absolutely! Share your feature requests through the in-app feedback system or email features@cryptovault.io. We regularly review and implement user suggestions."
}
]}
sideTitle="Support & Contact"
sideDescription="Quick answers to common questions about getting help"
textPosition="left"
animationType="smooth"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "https://cryptovault.io/security" },
@@ -102,8 +91,7 @@ export default function ContactPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "https://blog.cryptovault.io" },
{ label: "Careers", href: "https://careers.cryptovault.io" },
@@ -111,8 +99,7 @@ export default function ContactPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },

View File

@@ -42,46 +42,22 @@ export default function FeaturesPage() {
<FeatureCardThree
features={[
{
id: "01",
title: "Military-Grade Security",
description: "Multi-signature wallets with cold storage and advanced encryption protocols that protect your assets with bank-level security standards",
imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg",
imageAlt: "Security features"
id: "01", title: "Military-Grade Security", description: "Multi-signature wallets with cold storage and advanced encryption protocols that protect your assets with bank-level security standards", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Security features"
},
{
id: "02",
title: "Lightning Speed",
description: "Instant transactions with sub-second confirmation times across all networks, powered by our proprietary optimization engine",
imageSrc: "https://img.b2bpic.net/free-photo/top-view-lock-keyboard_23-2148578048.jpg",
imageAlt: "Fast transaction processing"
id: "02", title: "Lightning Speed", description: "Instant transactions with sub-second confirmation times across all networks, powered by our proprietary optimization engine", imageSrc: "https://img.b2bpic.net/free-photo/top-view-lock-keyboard_23-2148578048.jpg", imageAlt: "Fast transaction processing"
},
{
id: "03",
title: "Real-Time Analytics",
description: "Advanced charting tools and AI-powered market insights for smarter trading decisions with predictive algorithms",
imageSrc: "https://img.b2bpic.net/free-vector/wireframe-chain-with-digital-code-lock-blockchain-cyber-security-safe-privacy-concept_127544-953.jpg",
imageAlt: "Analytics dashboard"
id: "03", title: "Real-Time Analytics", description: "Advanced charting tools and AI-powered market insights for smarter trading decisions with predictive algorithms", imageSrc: "https://img.b2bpic.net/free-vector/wireframe-chain-with-digital-code-lock-blockchain-cyber-security-safe-privacy-concept_127544-953.jpg", imageAlt: "Analytics dashboard"
},
{
id: "04",
title: "API Integration",
description: "Connect seamlessly with other platforms and build custom trading strategies using our comprehensive REST and WebSocket APIs",
imageSrc: "https://img.b2bpic.net/free-vector/abstract-security-background-with-circuits_23-2147633221.jpg",
imageAlt: "API integration"
id: "04", title: "API Integration", description: "Connect seamlessly with other platforms and build custom trading strategies using our comprehensive REST and WebSocket APIs", imageSrc: "https://img.b2bpic.net/free-vector/abstract-security-background-with-circuits_23-2147633221.jpg", imageAlt: "API integration"
},
{
id: "05",
title: "Multi-Chain Support",
description: "Trade across 15+ blockchain networks including Bitcoin, Ethereum, Polygon, Solana, and emerging Layer 2 solutions",
imageSrc: "/placeholders/placeholder1.webp",
imageAlt: "Multi-chain support"
id: "05", title: "Multi-Chain Support", description: "Trade across 15+ blockchain networks including Bitcoin, Ethereum, Polygon, Solana, and emerging Layer 2 solutions", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Multi-chain support"
},
{
id: "06",
title: "Advanced Order Types",
description: "Execute sophisticated trading strategies with stop-loss, take-profit, trailing stops, and algorithmic order execution",
imageSrc: "/placeholders/placeholder1.webp",
imageAlt: "Advanced order types"
id: "06", title: "Advanced Order Types", description: "Execute sophisticated trading strategies with stop-loss, take-profit, trailing stops, and algorithmic order execution", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Advanced order types"
}
]}
title="Complete Trading Arsenal"
@@ -110,7 +86,7 @@ export default function FeaturesPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -134,8 +110,7 @@ export default function FeaturesPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "https://cryptovault.io/security" },
@@ -143,8 +118,7 @@ export default function FeaturesPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "https://blog.cryptovault.io" },
{ label: "Careers", href: "https://careers.cryptovault.io" },
@@ -152,8 +126,7 @@ export default function FeaturesPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },

View File

@@ -3,36 +3,23 @@ import { Rubik } from "next/font/google";
import "./globals.css";
const rubik = Rubik({
variable: "--font-rubik",
subsets: ["latin"],
variable: "--font-rubik", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "CryptoVault - Secure Cryptocurrency Trading Platform",
description: "Trade and manage cryptocurrency with military-grade security, advanced analytics, and 24/7 support. Join 500K+ active users on the #1 trusted crypto platform.",
keywords: "cryptocurrency trading, bitcoin, ethereum, crypto wallet, blockchain, secure exchange",
metadataBase: new URL("https://cryptovault.io"),
title: "CryptoVault - Secure Cryptocurrency Trading Platform", description: "Trade and manage cryptocurrency with military-grade security, advanced analytics, and 24/7 support. Join 500K+ active users on the #1 trusted crypto platform.", keywords: "cryptocurrency trading, bitcoin, ethereum, crypto wallet, blockchain, secure exchange", metadataBase: new URL("https://cryptovault.io"),
alternates: {
canonical: "https://cryptovault.io",
},
canonical: "https://cryptovault.io"},
openGraph: {
title: "CryptoVault - Secure Cryptocurrency Trading",
description: "Trade crypto with enterprise-grade security and lightning-fast transactions",
url: "https://cryptovault.io",
siteName: "CryptoVault",
images: [
title: "CryptoVault - Secure Cryptocurrency Trading", description: "Trade crypto with enterprise-grade security and lightning-fast transactions", url: "https://cryptovault.io", siteName: "CryptoVault", images: [
{
url: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg",
alt: "CryptoVault trading platform"
url: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg", alt: "CryptoVault trading platform"
}
],
type: "website"
},
twitter: {
card: "summary_large_image",
title: "CryptoVault - Secure Cryptocurrency Trading",
description: "Trade crypto with military-grade security and AI-powered insights",
images: ["https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg"]
card: "summary_large_image", title: "CryptoVault - Secure Cryptocurrency Trading", description: "Trade crypto with military-grade security and AI-powered insights", images: ["https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg"]
},
robots: {
index: true,

View File

@@ -3,6 +3,8 @@
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -51,7 +53,6 @@ export default function HomePage() {
{ text: "Get Started Free", href: "https://app.example.com" },
{ text: "Watch Demo", href: "demo" }
]}
useInvertedBackground="noInvert"
/>
</div>
@@ -59,32 +60,16 @@ export default function HomePage() {
<FeatureCardThree
features={[
{
id: "01",
title: "Military-Grade Security",
description: "Multi-signature wallets with cold storage and advanced encryption protocols",
imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg",
imageAlt: "Security features"
id: "01", title: "Military-Grade Security", description: "Multi-signature wallets with cold storage and advanced encryption protocols", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Security features"
},
{
id: "02",
title: "Lightning Speed",
description: "Instant transactions with sub-second confirmation times across all networks",
imageSrc: "https://img.b2bpic.net/free-photo/top-view-lock-keyboard_23-2148578048.jpg",
imageAlt: "Fast transaction processing"
id: "02", title: "Lightning Speed", description: "Instant transactions with sub-second confirmation times across all networks", imageSrc: "https://img.b2bpic.net/free-photo/top-view-lock-keyboard_23-2148578048.jpg", imageAlt: "Fast transaction processing"
},
{
id: "03",
title: "Real-Time Analytics",
description: "Advanced charting tools and AI-powered market insights for smarter trading",
imageSrc: "https://img.b2bpic.net/free-vector/wireframe-chain-with-digital-code-lock-blockchain-cyber-security-safe-privacy-concept_127544-953.jpg",
imageAlt: "Analytics dashboard"
id: "03", title: "Real-Time Analytics", description: "Advanced charting tools and AI-powered market insights for smarter trading", imageSrc: "https://img.b2bpic.net/free-vector/wireframe-chain-with-digital-code-lock-blockchain-cyber-security-safe-privacy-concept_127544-953.jpg", imageAlt: "Analytics dashboard"
},
{
id: "04",
title: "API Integration",
description: "Connect seamlessly with other platforms and build custom trading strategies",
imageSrc: "https://img.b2bpic.net/free-vector/abstract-security-background-with-circuits_23-2147633221.jpg",
imageAlt: "API integration"
id: "04", title: "API Integration", description: "Connect seamlessly with other platforms and build custom trading strategies", imageSrc: "https://img.b2bpic.net/free-vector/abstract-security-background-with-circuits_23-2147633221.jpg", imageAlt: "API integration"
}
]}
title="Powerful Features for Traders"
@@ -94,7 +79,7 @@ export default function HomePage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -121,48 +106,22 @@ export default function HomePage() {
<PricingCardEight
plans={[
{
id: "starter",
badge: "Popular",
price: "$0",
subtitle: "Perfect for beginners",
buttons: [{ text: "Start Free", href: "https://app.example.com/signup" }],
id: "starter", badge: "Popular", price: "$0", subtitle: "Perfect for beginners", buttons: [{ text: "Start Free", href: "https://app.example.com/signup" }],
features: [
"Unlimited trades per month",
"Basic charting tools",
"Email support",
"Mobile app access",
"Community forum"
"Unlimited trades per month", "Basic charting tools", "Email support", "Mobile app access", "Community forum"
]
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$19/mo",
subtitle: "Best for active traders",
buttons: [{ text: "Upgrade Now", href: "https://app.example.com/pro" }],
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
price: "$19/mo", subtitle: "Best for active traders", buttons: [{ text: "Upgrade Now", href: "https://app.example.com/pro" }],
features: [
"All Starter features",
"Advanced analytics & AI signals",
"Priority support 24/7",
"API access",
"Custom alerts",
"Lower trading fees"
"All Starter features", "Advanced analytics & AI signals", "Priority support 24/7", "API access", "Custom alerts", "Lower trading fees"
]
},
{
id: "elite",
badge: "Premium",
price: "$99/mo",
subtitle: "For professional traders",
buttons: [{ text: "Go Elite", href: "https://app.example.com/elite" }],
id: "elite", badge: "Premium", price: "$99/mo", subtitle: "For professional traders", buttons: [{ text: "Go Elite", href: "https://app.example.com/elite" }],
features: [
"All Pro features",
"Dedicated account manager",
"White-label solutions",
"Margin trading access",
"Premium liquidity pools",
"Custom fee structure"
"All Pro features", "Dedicated account manager", "White-label solutions", "Margin trading access", "Premium liquidity pools", "Custom fee structure"
]
}
]}
@@ -172,7 +131,7 @@ export default function HomePage() {
tagIcon={Sparkles}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -196,8 +155,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "https://cryptovault.io/security" },
@@ -205,8 +163,7 @@ export default function HomePage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "https://blog.cryptovault.io" },
{ label: "Careers", href: "https://careers.cryptovault.io" },
@@ -214,8 +171,7 @@ export default function HomePage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },

View File

@@ -41,55 +41,23 @@ export default function PricingPage() {
<PricingCardEight
plans={[
{
id: "starter",
badge: "Popular",
badgeIcon: Star,
price: "$0",
subtitle: "Perfect for beginners",
buttons: [{ text: "Start Free", href: "https://app.example.com/signup" }],
id: "starter", badge: "Popular", badgeIcon: Star,
price: "$0", subtitle: "Perfect for beginners", buttons: [{ text: "Start Free", href: "https://app.example.com/signup" }],
features: [
"Unlimited trades per month",
"Basic charting tools",
"Email support",
"Mobile app access",
"Community forum access",
"Standard trading fees (0.1%/0.2%)"
"Unlimited trades per month", "Basic charting tools", "Email support", "Mobile app access", "Community forum access", "Standard trading fees (0.1%/0.2%)"
]
},
{
id: "pro",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$19/mo",
subtitle: "Best for active traders",
buttons: [{ text: "Upgrade Now", href: "https://app.example.com/pro" }],
id: "pro", badge: "Most Popular", badgeIcon: Sparkles,
price: "$19/mo", subtitle: "Best for active traders", buttons: [{ text: "Upgrade Now", href: "https://app.example.com/pro" }],
features: [
"All Starter features",
"Advanced analytics & AI signals",
"Priority support 24/7",
"API access with rate limits",
"Custom alerts and notifications",
"Lower trading fees (0.05%/0.1%)",
"Advanced order types",
"Portfolio management tools"
"All Starter features", "Advanced analytics & AI signals", "Priority support 24/7", "API access with rate limits", "Custom alerts and notifications", "Lower trading fees (0.05%/0.1%)", "Advanced order types", "Portfolio management tools"
]
},
{
id: "elite",
badge: "Premium",
price: "$99/mo",
subtitle: "For professional traders",
buttons: [{ text: "Go Elite", href: "https://app.example.com/elite" }],
id: "elite", badge: "Premium", price: "$99/mo", subtitle: "For professional traders", buttons: [{ text: "Go Elite", href: "https://app.example.com/elite" }],
features: [
"All Pro features",
"Dedicated account manager",
"White-label solutions",
"Margin trading access",
"Premium liquidity pools",
"Custom fee structure",
"Institutional-grade security",
"Priority order execution",
"Advanced risk management"
"All Pro features", "Dedicated account manager", "White-label solutions", "Margin trading access", "Premium liquidity pools", "Custom fee structure", "Institutional-grade security", "Priority order execution", "Advanced risk management"
]
}
]}
@@ -107,36 +75,26 @@ export default function PricingPage() {
<FaqSplitText
faqs={[
{
id: "1",
title: "Can I change my plan anytime?",
content: "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately and we'll prorate any billing differences."
id: "1", title: "Can I change my plan anytime?", content: "Yes! You can upgrade or downgrade your plan at any time. Changes take effect immediately and we'll prorate any billing differences."
},
{
id: "2",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, bank transfers, and cryptocurrency payments including Bitcoin, Ethereum, and USDC."
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards, bank transfers, and cryptocurrency payments including Bitcoin, Ethereum, and USDC."
},
{
id: "3",
title: "Is there a free trial for paid plans?",
content: "Yes! Pro and Elite plans come with a 14-day free trial. No credit card required to start your trial period."
id: "3", title: "Is there a free trial for paid plans?", content: "Yes! Pro and Elite plans come with a 14-day free trial. No credit card required to start your trial period."
},
{
id: "4",
title: "What happens to my data if I downgrade?",
content: "Your trading history and portfolio data are always preserved. Some advanced features may be limited based on your plan."
id: "4", title: "What happens to my data if I downgrade?", content: "Your trading history and portfolio data are always preserved. Some advanced features may be limited based on your plan."
},
{
id: "5",
title: "Do you offer volume discounts?",
content: "Yes! High-volume traders and institutions can contact our sales team for custom pricing and enterprise features."
id: "5", title: "Do you offer volume discounts?", content: "Yes! High-volume traders and institutions can contact our sales team for custom pricing and enterprise features."
}
]}
sideTitle="Pricing Questions"
sideDescription="Everything you need to know about our plans and billing"
textPosition="left"
animationType="smooth"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -160,8 +118,7 @@ export default function PricingPage() {
<FooterBaseReveal
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "https://cryptovault.io/security" },
@@ -169,8 +126,7 @@ export default function PricingPage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "https://blog.cryptovault.io" },
{ label: "Careers", href: "https://careers.cryptovault.io" },
@@ -178,8 +134,7 @@ export default function PricingPage() {
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "https://cryptovault.io/privacy" },
{ label: "Terms of Service", href: "https://cryptovault.io/terms" },
{ label: "Cookie Policy", href: "https://cryptovault.io/cookies" },