Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 252b962aee | |||
| 215b61acb9 | |||
| d5ca9f3945 | |||
| 33b9a570a7 | |||
| 44dd7f1c10 | |||
| 52e4154742 | |||
| fa527ff8c6 | |||
| c35d715a17 | |||
| 22a9187987 | |||
| b1e9c3139e | |||
| 3a890dd144 | |||
| f0f4a082ea | |||
| 3e8f88bf07 | |||
| 7f342bdb57 |
@@ -7,12 +7,12 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
|||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
import { AlertTriangle, LayoutDashboard, RefreshCw, Settings, Shield, TrendingUp, Zap } from "lucide-react";
|
import { AlertTriangle, RefreshCw, Shield, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -42,26 +42,12 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardDashboard
|
<HeroBillboard
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Elite Trading Platform"
|
title="Elite Trading Platform"
|
||||||
description="Execute trades with sub-millisecond precision, deep liquidity access, and professional analytical tools designed for high-frequency market participants."
|
description="Execute trades with sub-millisecond precision, deep liquidity access, and professional analytical tools designed for high-frequency market participants."
|
||||||
dashboard={{
|
buttons={[{ text: "Get Started" }]}
|
||||||
title: "Market Terminal", logoIcon: Zap,
|
imageSrc="http://img.b2bpic.net/free-vector/banking-app-interface-template-collection_23-2148593866.jpg"
|
||||||
sidebarItems: [
|
|
||||||
{ icon: LayoutDashboard, active: true },
|
|
||||||
{ icon: TrendingUp, active: false },
|
|
||||||
{ icon: Settings, active: false }
|
|
||||||
],
|
|
||||||
stats: [
|
|
||||||
{ title: "Daily Volume", values: [120, 150, 180], valuePrefix: "$", valueSuffix: "B", description: "Total liquidity pool access" },
|
|
||||||
{ title: "Active Traders", values: [5000, 5200, 5500], description: "Global user count" },
|
|
||||||
{ title: "Latency (ms)", values: [1, 2, 1], description: "Network speed" }
|
|
||||||
],
|
|
||||||
buttons: [{ text: "Get Started" }],
|
|
||||||
listItems: [{ icon: Zap, title: "Recent Transfer", status: "Completed" }],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-template-collection_23-2148593866.jpg", chartTitle: "Market Performance"
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user