Merge version_2 into main #13
@@ -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, TrendingUp, 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>
|
||||
|
||||
@@ -171,7 +157,7 @@ export default function LandingPage() {
|
||||
tag="Get Started"
|
||||
title="Ready to Trade?"
|
||||
description="Contact our sales team for a custom demo or institutional onboarding."
|
||||
buttons={[{ text: "Talk to Sales" }]}
|
||||
buttons={[{ text: "Talk to Sales" }]
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -187,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user