Merge version_1 into main #1
405
src/app/page.tsx
405
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Markets",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Markets", id: "#products" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="PrimeCrypto"
|
||||
/>
|
||||
@@ -54,114 +42,38 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Prime Security for Digital Assets"
|
||||
description="Experience the next level of crypto trading with our institutional-grade platform designed for speed, security, and precision."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg",
|
||||
imageAlt: "Crypto Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480171.jpg",
|
||||
imageAlt: "Trading Graph",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66723.jpg",
|
||||
imageAlt: "Trading UI",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572135.jpg",
|
||||
imageAlt: "Market Data",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037248.jpg",
|
||||
imageAlt: "Security Vault",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg", imageAlt: "Crypto Dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480171.jpg", imageAlt: "Trading Graph" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66723.jpg", imageAlt: "Trading UI" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572135.jpg", imageAlt: "Market Data" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037248.jpg", imageAlt: "Security Vault" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148217224.jpg",
|
||||
imageAlt: "Market Data",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
|
||||
imageAlt: "Crypto Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-digital-tunnel_23-2152020936.jpg",
|
||||
imageAlt: "Trading Graph",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037184.jpg",
|
||||
imageAlt: "Security Vault",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2152004114.jpg",
|
||||
imageAlt: "Digital Asset",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-style_23-2148217224.jpg", imageAlt: "Market Data" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Crypto Dashboard" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-digital-tunnel_23-2152020936.jpg", imageAlt: "Trading Graph" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037184.jpg", imageAlt: "Security Vault" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concept_23-2152004114.jpg", imageAlt: "Digital Asset" }
|
||||
]}
|
||||
buttons={[{ text: "Get Started", href: "#contact" }, { text: "Learn More", href: "#features" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116600.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-with-businessman-patching-something-keyboard-graphics-monitor_482257-32827.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-using-tablet_53876-41005.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480184.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116600.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-with-businessman-patching-something-keyboard-graphics-monitor_482257-32827.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-using-tablet_53876-41005.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-rendering-blockchain-technology_23-2151480184.jpg", alt: "User 5" }
|
||||
]}
|
||||
avatarText="Trusted by 2M+ global traders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884870.jpg",
|
||||
alt: "Logo 1",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/modern-home-with-pc-monitor-ready-online-stock-trading-forex-analysis_482257-126333.jpg",
|
||||
alt: "Logo 2",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907726.jpg",
|
||||
alt: "Logo 3",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/view-3d-islamic-lantern_23-2151112512.jpg",
|
||||
alt: "Logo 4",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037218.jpg",
|
||||
alt: "Logo 5",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884870.jpg", alt: "Logo 1" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/modern-home-with-pc-monitor-ready-online-stock-trading-forex-analysis_482257-126333.jpg", alt: "Logo 2" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-abstract-glowing-background_23-2151907726.jpg", alt: "Logo 3" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/view-3d-islamic-lantern_23-2151112512.jpg", alt: "Logo 4" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-shapes-glowing-with-bright-holographic-colors_23-2151037218.jpg", alt: "Logo 5" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -172,18 +84,9 @@ export default function LandingPage() {
|
||||
title="Built for Global Markets"
|
||||
description="We combine cutting-edge blockchain technology with traditional financial security to empower traders everywhere."
|
||||
metrics={[
|
||||
{
|
||||
value: "$50B+",
|
||||
title: "Volume Traded",
|
||||
},
|
||||
{
|
||||
value: "2M+",
|
||||
title: "Active Users",
|
||||
},
|
||||
{
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
},
|
||||
{ value: "$50B+", title: "Volume Traded" },
|
||||
{ value: "2M+", title: "Active Users" },
|
||||
{ value: "99.9%", title: "Uptime" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/general-manager-night-meeting-analyzes-global-market-data-financial-forecast-monthly_482257-132890.jpg"
|
||||
imageAlt="About PrimeCrypto Team"
|
||||
@@ -198,33 +101,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10ms",
|
||||
title: "Latency",
|
||||
items: [
|
||||
"Lightning-fast execution",
|
||||
"Global server nodes",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "150+",
|
||||
title: "Assets",
|
||||
items: [
|
||||
"Top-tier cryptocurrencies",
|
||||
"New token support",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "0.01%",
|
||||
title: "Trading Fees",
|
||||
items: [
|
||||
"Institutional low fees",
|
||||
"Competitive pricing",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "10ms", title: "Latency", items: ["Lightning-fast execution", "Global server nodes"] },
|
||||
{ id: "m2", value: "150+", title: "Assets", items: ["Top-tier cryptocurrencies", "New token support"] },
|
||||
{ id: "m3", value: "0.01%", title: "Trading Fees", items: ["Institutional low fees", "Competitive pricing"] },
|
||||
]}
|
||||
title="Unmatched Market Performance"
|
||||
description="High-frequency trading infrastructure that stays ahead of market movements."
|
||||
@@ -237,36 +116,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
label: "Security",
|
||||
title: "Cold Storage Protection",
|
||||
items: [
|
||||
"Offline asset management",
|
||||
"Multi-signature wallets",
|
||||
"Continuous auditing",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
label: "Speed",
|
||||
title: "High Frequency Engine",
|
||||
items: [
|
||||
"Real-time data streams",
|
||||
"Ultra-low latency",
|
||||
"High throughput processing",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
label: "Access",
|
||||
title: "Cross-Platform Access",
|
||||
items: [
|
||||
"Desktop-grade mobile",
|
||||
"Powerful API access",
|
||||
"Seamless sync across devices",
|
||||
],
|
||||
},
|
||||
{ id: "f1", label: "Security", title: "Cold Storage Protection", items: ["Offline asset management", "Multi-signature wallets", "Continuous auditing"] },
|
||||
{ id: "f2", label: "Speed", title: "High Frequency Engine", items: ["Real-time data streams", "Ultra-low latency", "High throughput processing"] },
|
||||
{ id: "f3", label: "Access", title: "Cross-Platform Access", items: ["Desktop-grade mobile", "Powerful API access", "Seamless sync across devices"] },
|
||||
]}
|
||||
title="Professional Trading Tools"
|
||||
description="Equipped with the tools you need to succeed in volatile markets."
|
||||
@@ -280,42 +132,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Bitcoin (BTC)",
|
||||
price: "Current Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572176.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Ethereum (ETH)",
|
||||
price: "Current Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-template-collection_23-2148593866.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Solana (SOL)",
|
||||
price: "Current Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037249.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Cardano (ADA)",
|
||||
price: "Current Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/padlock-cloud-storage-from-lines-dot-abstract-low-poly-background-vector-illustration_587448-786.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Polygon (MATIC)",
|
||||
price: "Current Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-63415.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Chainlink (LINK)",
|
||||
price: "Current Market Rate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-tablet_53876-14782.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Bitcoin (BTC)", price: "Current Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572176.jpg" },
|
||||
{ id: "p2", name: "Ethereum (ETH)", price: "Current Market Rate", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-template-collection_23-2148593866.jpg" },
|
||||
{ id: "p3", name: "Solana (SOL)", price: "Current Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/3d-shape-glowing-with-bright-holographic-colors_23-2151037249.jpg" },
|
||||
{ id: "p4", name: "Cardano (ADA)", price: "Current Market Rate", imageSrc: "http://img.b2bpic.net/free-vector/padlock-cloud-storage-from-lines-dot-abstract-low-poly-background-vector-illustration_587448-786.jpg" },
|
||||
{ id: "p5", name: "Polygon (MATIC)", price: "Current Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/bitcoin-coin-keyboard-with-nice-background-crypto-money-concept_169016-63415.jpg" },
|
||||
{ id: "p6", name: "Chainlink (LINK)", price: "Current Market Rate", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-tablet_53876-14782.jpg" },
|
||||
]}
|
||||
title="Available Markets"
|
||||
description="Explore our extensive library of tradeable assets."
|
||||
@@ -328,54 +150,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Retail",
|
||||
price: "$0 / mo",
|
||||
subtitle: "Perfect for beginners",
|
||||
features: [
|
||||
"Basic trading features",
|
||||
"Mobile access",
|
||||
"Standard support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro",
|
||||
price: "$49 / mo",
|
||||
subtitle: "For advanced traders",
|
||||
features: [
|
||||
"Advanced charting",
|
||||
"Low trading fees",
|
||||
"24/7 Priority support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Upgrade Now",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "inst",
|
||||
badge: "Institutional",
|
||||
price: "Custom",
|
||||
subtitle: "For high-volume firms",
|
||||
features: [
|
||||
"Dedicated account manager",
|
||||
"Custom API integration",
|
||||
"Advanced security options",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Contact Sales",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ id: "basic", badge: "Retail", price: "$0 / mo", subtitle: "Perfect for beginners", features: ["Basic trading features", "Mobile access", "Standard support"], buttons: [{ text: "Get Started" }] },
|
||||
{ id: "pro", badge: "Pro", price: "$49 / mo", subtitle: "For advanced traders", features: ["Advanced charting", "Low trading fees", "24/7 Priority support"], buttons: [{ text: "Upgrade Now" }] },
|
||||
{ id: "inst", badge: "Institutional", price: "Custom", subtitle: "For high-volume firms", features: ["Dedicated account manager", "Custom API integration", "Advanced security options"], buttons: [{ text: "Contact Sales" }] },
|
||||
]}
|
||||
title="Scalable Plans"
|
||||
description="Whether you're a retail trader or an institution, find the plan that suits you."
|
||||
@@ -384,44 +161,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
handle: "@alex_trader",
|
||||
testimonial: "The best platform I've used so far. Very secure and fast execution.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah K.",
|
||||
handle: "@sarah_invest",
|
||||
testimonial: "Excellent interface and reliable trading experience. Truly impressed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-diagram_23-2147669294.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Michael L.",
|
||||
handle: "@ml_crypto",
|
||||
testimonial: "Great support team. They are always helpful and prompt.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-factory-consultant-observes-production-systems-pc-solar-plant_482257-126030.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Jennifer W.",
|
||||
handle: "@jenny_fin",
|
||||
testimonial: "Secure, fast, and very professional. Highly recommended for traders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-touching-her-face_1098-3321.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David M.",
|
||||
handle: "@dm_assets",
|
||||
testimonial: "I appreciate the consistent performance. PrimeCrypto is my top choice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Alex R.", handle: "@alex_trader", testimonial: "The best platform I've used so far. Very secure and fast execution.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg" },
|
||||
{ id: "t2", name: "Sarah K.", handle: "@sarah_invest", testimonial: "Excellent interface and reliable trading experience. Truly impressed.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-with-diagram_23-2147669294.jpg" },
|
||||
{ id: "t3", name: "Michael L.", handle: "@ml_crypto", testimonial: "Great support team. They are always helpful and prompt.", imageSrc: "http://img.b2bpic.net/free-photo/male-factory-consultant-observes-production-systems-pc-solar-plant_482257-126030.jpg" },
|
||||
{ id: "t4", name: "Jennifer W.", handle: "@jenny_fin", testimonial: "Secure, fast, and very professional. Highly recommended for traders.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-touching-her-face_1098-3321.jpg" },
|
||||
{ id: "t5", name: "David M.", handle: "@dm_assets", testimonial: "I appreciate the consistent performance. PrimeCrypto is my top choice.", imageSrc: "http://img.b2bpic.net/free-photo/computer-scientist-server-farm-ensuring-compliance-with-industry-standards_482257-123806.jpg" },
|
||||
]}
|
||||
title="Trusted by Traders"
|
||||
description="Join thousands of traders who rely on PrimeCrypto every day."
|
||||
@@ -431,63 +179,20 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to Start?"
|
||||
title="Join PrimeCrypto Today"
|
||||
description="Sign up now and get your account verified within minutes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Create Account",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Create Account", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "Markets",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Products", items: [{ label: "Markets", href: "#products" }, { label: "Pricing", href: "#pricing" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
logoText="PrimeCrypto"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user