diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b3b524..b3a6939 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -53,67 +45,42 @@ export default function LandingPage() {
@@ -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."]} />
@@ -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() {