From 71f3c80e8a22b9ca967ece8ac822a03915d481df Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 08:11:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eacb45..c49861f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,8 +61,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: 1, title: "Real-Time Data", description: "Market updates in milliseconds.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8lJhI0I2zCneilTDry5zgWuQ/a-close-up-view-of-a-high-speed-real-tim-1774685420539-050f2e91.png" }, - { id: 2, title: "Smart Analytics", description: "Deep insights into stock trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8lJhI0I2zCneilTDry5zgWuQ/a-clean-analysis-tool-showing-technical--1774685418960-024602a8.png" } + { id: 1, title: "Real-Time Data", description: "Market updates in milliseconds.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8lJhI0I2zCneilTDry5zgWuQ/a-close-up-view-of-a-high-speed-real-tim-1774685420539-050f2e91.png", imageAlt: "Market Data" }, + { id: 2, title: "Smart Analytics", description: "Deep insights into stock trends.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8lJhI0I2zCneilTDry5zgWuQ/a-clean-analysis-tool-showing-technical--1774685418960-024602a8.png", imageAlt: "Analytics" } ]} title="Engineered for Alpha." description="Our platform provides the infrastructure required to succeed in volatile markets." @@ -79,6 +79,7 @@ export default function LandingPage() { { id: "3", value: "$50B+", description: "Asset Volume" } ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -86,6 +87,7 @@ export default function LandingPage() { @@ -113,6 +116,7 @@ export default function LandingPage() { description="Get access to professional tools today." buttons={[{ text: "Open Account" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1