6 Commits

Author SHA1 Message Date
fb22a68c0c Merge version_2 into main
Merge version_2 into main
2026-05-17 15:53:41 +00:00
f9a1453d18 Update src/app/styles/variables.css 2026-05-17 15:53:39 +00:00
30574ea020 Update src/app/page.tsx 2026-05-17 15:53:38 +00:00
b2283da44a Merge version_1 into main
Merge version_1 into main
2026-05-17 15:52:42 +00:00
e5a0fce9e4 Merge version_1 into main
Merge version_1 into main
2026-05-17 15:52:15 +00:00
1e53a4ef86 Merge version_1 into main
Merge version_1 into main
2026-05-17 15:51:46 +00:00
2 changed files with 20 additions and 19 deletions

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="flat" primaryButtonStyle="flat"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
headingFontWeight="light" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -44,8 +44,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ variant: "plain" }} background={{ variant: "plain" }}
title="Future-Proof Your Wealth with Institutional Crypto Trading" title="Premium Institutional Crypto Trading"
description="NexusCrypto offers elite security and lightning-fast execution for professionals seeking to dominate the digital asset market." description="NexusCrypto provides institutional-grade security, extreme liquidity, and lightning-fast execution for professionals."
tag="Trusted by 10,000+ Institutional Clients" tag="Trusted by 10,000+ Institutional Clients"
buttons={[ buttons={[
{ text: "Get Started", href: "#pricing" }, { 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: "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"] }, { id: "m3", value: "99.9%", title: "Uptime", items: ["Institutional reliability", "24/7 maintenance"] },
]} ]}
title="Market Leading Performance" title="High Performance Infrastructure"
description="Unmatched speed and security for the discerning trader." description="Unmatched speed and security for the professional crypto trader."
/> />
</div> </div>
@@ -96,7 +96,8 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Defining the Standard of Secure Digital Wealth" 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." 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" 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> </div>
@@ -120,7 +121,7 @@ export default function LandingPage() {
button: { text: "Request Quote" }, 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"}, 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." description="Choose a plan that scales with your strategy."
/> />
</div> </div>
@@ -130,8 +131,8 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={["Bitcoin", "Ethereum", "Solana", "Polkadot", "Chainlink", "Ripple", "Cardano"]} names={["Bitcoin", "Ethereum", "Solana", "Polkadot", "Chainlink", "Ripple", "Cardano"]}
title="Powered by Leading Blockchain Networks" title="Powered by Leading Networks"
description="Integration with world-class protocols." description="Seamless integration with world-class protocols."
/> />
</div> </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." }, { 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" imageSrc="http://img.b2bpic.net/free-photo/abstract-neon-light-waves-wonder-wheel_23-2148328072.jpg"
title="Frequently Asked Questions" title="Have Questions?"
description="Clear answers for our users." description="Get the answers you need about our platform."
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
/> />
</div> </div>
@@ -172,7 +173,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Partner with NexusCrypto" title="Connect with Our Team"
description="Ready to scale your digital asset portfolio? Reach out today." description="Ready to scale your digital asset portfolio? Reach out today."
inputs={[ inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "name", type: "text", placeholder: "Your Name", required: true },

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #020617; --background: #fafffb;
--card: #0f172a; --card: #f7fffa;
--foreground: #e2e8f0; --foreground: #001a0a;
--primary-cta: #c4d8f9; --primary-cta: #0a7039;
--primary-cta-text: #020617; --primary-cta-text: #020617;
--secondary-cta: #041633; --secondary-cta: #ffffff;
--secondary-cta-text: #e2e8f0; --secondary-cta-text: #e2e8f0;
--accent: #2d30f3; --accent: #a8d9be;
--background-accent: #1d4ed8; --background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);