Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 16:07:23 +00:00

View File

@@ -67,9 +67,9 @@ export default function LandingPage() {
{ icon: Settings, active: false },
],
stats: [
{ title: "Portfolio Value", values: ["2,450,000", "2,680,000", "3,120,000"], valuePrefix: "$", description: "Total assets under management" },
{ title: "Daily Volume", values: ["850", "1,240", "945"], valuePrefix: "$", valueSuffix: "M", description: "Market trading activity" },
{ title: "Active Symbols", values: ["450", "580", "520"], description: "Tracked instruments globally" },
{ title: "Portfolio Value", values: [2450000, 2680000, 3120000], valuePrefix: "$", description: "Total assets under management" },
{ title: "Daily Volume", values: [850, 1240, 945], valuePrefix: "$", valueSuffix: "M", description: "Market trading activity" },
{ title: "Active Symbols", values: [450, 580, 520], description: "Tracked instruments globally" },
],
chartTitle: "Market Trends", chartData: [
{ value: 65 },
@@ -198,17 +198,17 @@ export default function LandingPage() {
topMarqueeDirection="left"
testimonials={[
{
id: "1", name: "Sarah Chen", handle: "@sarahfinance", testimonial: "The real-time analysis and AI insights have cut my research time in half. Exceptional platform for serious traders.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-confident-inv-1772640254180-5784fc1c.png?_wi=1", imageAlt: "Sarah Chen"},
id: "1", name: "Sarah Chen", handle: "@sarahfinance", testimonial: "The real-time analysis and AI insights have cut my research time in half. Exceptional platform for serious traders.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-confident-inv-1772640254180-5784fc1c.png", imageAlt: "Sarah Chen"},
{
id: "2", name: "Michael Rodriguez", handle: "Portfolio Manager", testimonial: "Institutional-grade analytics at a fraction of the cost. This platform is revolutionizing how I manage my portfolio.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-fund-manager--1772640254499-96840890.png?_wi=1", imageAlt: "Michael Rodriguez"},
id: "2", name: "Michael Rodriguez", handle: "Portfolio Manager", testimonial: "Institutional-grade analytics at a fraction of the cost. This platform is revolutionizing how I manage my portfolio.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-fund-manager--1772640254499-96840890.png", imageAlt: "Michael Rodriguez"},
{
id: "3", name: "David Park", handle: "@davidtrader", testimonial: "The risk assessment tools alone are worth it. Never making uninformed trades again thanks to these insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-trader-or-fin-1772640254146-ec520260.png", imageAlt: "David Park"},
{
id: "4", name: "Elena Kowalski", handle: "Senior Analyst", testimonial: "Seamless integration with our existing workflow. The team loves the intuitive dashboard and real-time alerts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-financial-ana-1772640254552-d98abb6a.png", imageAlt: "Elena Kowalski"},
{
id: "5", name: "James Mitchell", handle: "@jamesfintech", testimonial: "Game-changing platform. The predictive analytics have helped me identify trends before the market moves.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-confident-inv-1772640254180-5784fc1c.png?_wi=2", imageAlt: "James Mitchell"},
id: "5", name: "James Mitchell", handle: "@jamesfintech", testimonial: "Game-changing platform. The predictive analytics have helped me identify trends before the market moves.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-confident-inv-1772640254180-5784fc1c.png", imageAlt: "James Mitchell"},
{
id: "6", name: "Victoria Chen", handle: "Investment Director", testimonial: "Professional-grade tools with an accessible interface. Perfect balance of power and usability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-fund-manager--1772640254499-96840890.png?_wi=2", imageAlt: "Victoria Chen"},
id: "6", name: "Victoria Chen", handle: "Investment Director", testimonial: "Professional-grade tools with an accessible interface. Perfect balance of power and usability.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUBb6gNizpzJIq2nqiIxZqD2Ih/professional-headshot-of-a-fund-manager--1772640254499-96840890.png", imageAlt: "Victoria Chen"},
]}
/>
</div>