From 34f48938a6d260c5386137602d44117d9125895e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:16:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 338 +++++++++++------------------------------------ 1 file changed, 74 insertions(+), 264 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a7c25b9..88d5e0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,37 +33,21 @@ export default function LandingPage() { @@ -166,19 +119,13 @@ export default function LandingPage() { metrics={[ { icon: Lightbulb, - label: "Innovation", - value: "Cutting-edge tech", - }, + label: "Innovation", value: "Cutting-edge tech"}, { icon: ShieldCheck, - label: "Security", - value: "Bank-grade encryption", - }, + label: "Security", value: "Bank-grade encryption"}, { icon: TrendingUp, - label: "Performance", - value: "Real-time execution", - }, + label: "Performance", value: "Real-time execution"}, ]} metricsAnimation="slide-up" /> @@ -192,29 +139,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Advanced Charting Tools", - description: "Utilize highly customizable charts with over 100 indicators to identify market trends and opportunities.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg", - imageAlt: "holographic trading interface hand", - }, + title: "Advanced Charting Tools", description: "Utilize highly customizable charts with over 100 indicators to identify market trends and opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg", imageAlt: "holographic trading interface hand"}, { - title: "Real-time Market Data", - description: "Access lightning-fast, real-time data feeds directly from major exchanges to never miss a beat.", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-entrepreneur-reading-global-news-online-his-tablet-pc_1098-19021.jpg", - imageAlt: "multiple monitors financial news", - }, + title: "Real-time Market Data", description: "Access lightning-fast, real-time data feeds directly from major exchanges to never miss a beat.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-entrepreneur-reading-global-news-online-his-tablet-pc_1098-19021.jpg", imageAlt: "multiple monitors financial news"}, { - title: "Secure & Fast Transactions", - description: "Our robust infrastructure ensures your trades are executed swiftly and securely, protected by top-tier encryption.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg", - imageAlt: "secure data network abstract blue", - }, + title: "Secure & Fast Transactions", description: "Our robust infrastructure ensures your trades are executed swiftly and securely, protected by top-tier encryption.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blue-background-with-many-small-details-generative-ai_169016-30142.jpg", imageAlt: "secure data network abstract blue"}, { - title: "Customizable Interface", - description: "Tailor your trading environment to your preferences with flexible layouts, widgets, and themes.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-advisor-reviewing-legal-balance-desk-green-screen_482257-121489.jpg", - imageAlt: "minimalist trading workstation laptop", - }, + title: "Customizable Interface", description: "Tailor your trading environment to your preferences with flexible layouts, widgets, and themes.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-advisor-reviewing-legal-balance-desk-green-screen_482257-121489.jpg", imageAlt: "minimalist trading workstation laptop"}, ]} title="Powerful Features for Smart Trading" description="Our platform provides a comprehensive suite of tools to give you an edge in dynamic markets." @@ -223,25 +154,17 @@ export default function LandingPage() {