Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-05 11:14:42 +00:00

View File

@@ -9,7 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { TrendingDown, TrendingUp } from "lucide-react";
import { TrendingDown, TrendingUp, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Dashboard",
id: "dashboard",
},
name: "Dashboard", id: "dashboard"},
{
name: "Market",
id: "market",
},
name: "Market", id: "market"},
{
name: "Learn",
id: "learn",
},
name: "Learn", id: "learn"},
{
name: "Support",
id: "contact",
},
name: "Support", id: "contact"},
]}
brandName="Jeez"
/>
@@ -53,67 +45,42 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
title="Trade Crypto Like a Pro."
description="Jeez provides institutional-grade trading tools, real-time analytics, and expert-led education for serious traders."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg",
alt: "User 1",
},
src: "http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", alt: "User 1"},
{
src: "http://img.b2bpic.net/free-photo/3d-portrait-businessman_23-2150793883.jpg",
alt: "User 2",
},
src: "http://img.b2bpic.net/free-photo/3d-portrait-businessman_23-2150793883.jpg", alt: "User 2"},
{
src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
alt: "User 3",
},
src: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg", alt: "User 3"},
{
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
alt: "User 4",
},
src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "User 4"},
{
src: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg",
alt: "User 5",
},
src: "http://img.b2bpic.net/free-photo/smiley-front-view-business-man_23-2148763836.jpg", alt: "User 5"},
]}
buttons={[
{
text: "Launch Platform",
href: "/dashboard",
},
text: "Launch Platform", href: "/dashboard"},
{
text: "View Market",
href: "/market",
},
text: "View Market", href: "/market"},
]}
marqueeItems={[
{
type: "text-icon",
text: "BTC +2.4%",
icon: TrendingUp,
type: "text-icon", text: "BTC +2.4%", icon: TrendingUp,
},
{
type: "text-icon",
text: "ETH -0.1%",
icon: TrendingDown,
type: "text-icon", text: "ETH -0.1%", icon: TrendingDown,
},
{
type: "text-icon",
text: "SOL +5.1%",
icon: TrendingUp,
type: "text-icon", text: "SOL +5.1%", icon: TrendingUp,
},
{
type: "text-icon",
text: "BNB +1.2%",
icon: TrendingUp,
type: "text-icon", text: "BNB +1.2%", icon: TrendingUp,
},
{
type: "text-icon",
text: "XRP +0.8%",
icon: TrendingUp,
type: "text-icon", text: "XRP +0.8%", icon: TrendingUp,
},
]}
/>
@@ -125,28 +92,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "BTC / USD",
description: "Live price: $64,230.12 - 24h Change: +2.45%",
imageSrc: "http://img.b2bpic.net/free-photo/suit-information-watching-mobility-standing_1134-1400.jpg",
buttonIcon: "Zap",
title: "BTC / USD", description: "Live price: $64,230.12 - 24h Change: +2.45%", imageSrc: "http://img.b2bpic.net/free-photo/suit-information-watching-mobility-standing_1134-1400.jpg", buttonIcon: Zap,
},
{
title: "ETH / USD",
description: "Live price: $3,450.88 - 24h Change: -0.12%",
imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637765.jpg",
buttonIcon: "Zap",
title: "ETH / USD", description: "Live price: $3,450.88 - 24h Change: -0.12%", imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637765.jpg", buttonIcon: Zap,
},
{
title: "SOL / USD",
description: "Live price: $145.22 - 24h Change: +5.11%",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-waterfall-infographic-template_23-2148593931.jpg",
buttonIcon: "Zap",
title: "SOL / USD", description: "Live price: $145.22 - 24h Change: +5.11%", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-waterfall-infographic-template_23-2148593931.jpg", buttonIcon: Zap,
},
{
title: "BNB / USD",
description: "Live price: $580.45 - 24h Change: +1.20%",
imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160210.jpg",
buttonIcon: "Zap",
title: "BNB / USD", description: "Live price: $580.45 - 24h Change: +1.20%", imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160210.jpg", buttonIcon: Zap,
},
]}
title="Real-time Crypto Markets"
@@ -159,10 +114,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Master the Art of Trading"
description={[
"Our comprehensive Education Hub takes you from beginner basics to advanced technical analysis.",
"Learn risk management, chart patterns, and trading psychology from experts.",
"Join our Telegram community for real-time market signals and analysis.",
]}
"Our comprehensive Education Hub takes you from beginner basics to advanced technical analysis.", "Learn risk management, chart patterns, and trading psychology from experts.", "Join our Telegram community for real-time market signals and analysis."]}
/>
</div>
@@ -172,20 +124,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Is trading on Jeez real?",
content: "Yes. We provide access to real liquidity pools. We do not use any demo or fake systems.",
},
id: "f1", title: "Is trading on Jeez real?", content: "Yes. We provide access to real liquidity pools. We do not use any demo or fake systems."},
{
id: "f2",
title: "What are the withdrawal fees?",
content: "A standard 0.1% fee is applied to all withdrawals to support network maintenance.",
},
id: "f2", title: "What are the withdrawal fees?", content: "A standard 0.1% fee is applied to all withdrawals to support network maintenance."},
{
id: "f3",
title: "How is my account secured?",
content: "We use JWT authentication, encrypted APIs, and support for Google Authenticator 2FA.",
},
id: "f3", title: "How is my account secured?", content: "We use JWT authentication, encrypted APIs, and support for Google Authenticator 2FA."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about starting your trading journey on Jeez."
@@ -200,16 +143,10 @@ export default function LandingPage() {
description="Register today and experience a secure, professional trading environment."
inputs={[
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "username",
type: "text",
placeholder: "Username",
required: true,
name: "username", type: "text", placeholder: "Username", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-vector/banking-app-interface_23-2148588802.jpg"
@@ -220,13 +157,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Jeez Crypto"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>