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} />