Merge version_2 into main #4
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="light"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
@@ -44,8 +44,8 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "plain" }}
|
||||
title="Future-Proof Your Wealth with Institutional Crypto Trading"
|
||||
description="NexusCrypto offers elite security and lightning-fast execution for professionals seeking to dominate the digital asset market."
|
||||
title="Premium Institutional Crypto Trading"
|
||||
description="NexusCrypto provides institutional-grade security, extreme liquidity, and lightning-fast execution for professionals."
|
||||
tag="Trusted by 10,000+ Institutional Clients"
|
||||
buttons={[
|
||||
{ text: "Get Started", href: "#pricing" },
|
||||
@@ -71,8 +71,8 @@ export default function LandingPage() {
|
||||
{ id: "m2", value: "$10B+", title: "Volume", items: ["Daily traded volume", "Deep market liquidity"] },
|
||||
{ id: "m3", value: "99.9%", title: "Uptime", items: ["Institutional reliability", "24/7 maintenance"] },
|
||||
]}
|
||||
title="Market Leading Performance"
|
||||
description="Unmatched speed and security for the discerning trader."
|
||||
title="High Performance Infrastructure"
|
||||
description="Unmatched speed and security for the professional crypto trader."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,7 +96,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Defining the Standard of Secure Digital Wealth"
|
||||
description="NexusCrypto is the bridge between traditional finance and the decentralized future. We provide a robust architecture built on transparency, safety, and performance."
|
||||
buttons={[{ text: "Our Vision", href: "#" }]}
|
||||
buttons={[{ text: "Our Vision", href: "#" }]
|
||||
}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/interior-jin-mao-tower-looking-up-from-lobby-grand-hyatt-hotel-shanghai-china_181624-8195.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
@@ -120,7 +121,7 @@ export default function LandingPage() {
|
||||
button: { text: "Request Quote" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-jin-mao-tower-looking-up-from-lobby-grand-hyatt-hotel-shanghai-china_181624-8195.jpg?_wi=2", imageAlt: "bitcoin logo white"},
|
||||
]}
|
||||
title="Select Your Trading Tier"
|
||||
title="Professional Tier Options"
|
||||
description="Choose a plan that scales with your strategy."
|
||||
/>
|
||||
</div>
|
||||
@@ -130,8 +131,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["Bitcoin", "Ethereum", "Solana", "Polkadot", "Chainlink", "Ripple", "Cardano"]}
|
||||
title="Powered by Leading Blockchain Networks"
|
||||
description="Integration with world-class protocols."
|
||||
title="Powered by Leading Networks"
|
||||
description="Seamless integration with world-class protocols."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -163,8 +164,8 @@ export default function LandingPage() {
|
||||
{ id: "q3", title: "What fees are applied?", content: "We offer tiered fee structures depending on volume." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-neon-light-waves-wonder-wheel_23-2148328072.jpg"
|
||||
title="Frequently Asked Questions"
|
||||
description="Clear answers for our users."
|
||||
title="Have Questions?"
|
||||
description="Get the answers you need about our platform."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -172,7 +173,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Partner with NexusCrypto"
|
||||
title="Connect with Our Team"
|
||||
description="Ready to scale your digital asset portfolio? Reach out today."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #c4d8f9;
|
||||
--background: #fafffb;
|
||||
--card: #f7fffa;
|
||||
--foreground: #001a0a;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
--accent: #a8d9be;
|
||||
--background-accent: #6bbf8e;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user