Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e85dba17ad | |||
| 252b962aee | |||
| 36beab173f | |||
| 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 FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
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() {
|
||||
return (
|
||||
@@ -42,26 +42,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardDashboard
|
||||
<HeroBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Elite Trading Platform"
|
||||
description="Execute trades with sub-millisecond precision, deep liquidity access, and professional analytical tools designed for high-frequency market participants."
|
||||
dashboard={{
|
||||
title: "Market Terminal", logoIcon: Zap,
|
||||
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"
|
||||
}}
|
||||
buttons={[{ text: "Get Started" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/banking-app-interface-template-collection_23-2148593866.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user