diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bc6e7a..1eacb45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,63 +29,28 @@ export default function LandingPage() {
@@ -96,54 +61,22 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: 1, - title: "Ultra-Fast Execution", - description: "Execute orders with microsecond latency to ensure you capture the best market prices every time.", - 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: "Execution speed", - }, - { - id: 2, - title: "Advanced Charting", - description: "Customizable indicators, timeframes, and drawing tools to help you identify market trends accurately.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8lJhI0I2zCneilTDry5zgWuQ/a-clean-analysis-tool-showing-technical--1774685418960-024602a8.png", - imageAlt: "Charting tools", - }, - { - id: 3, - title: "AI-Driven Insights", - description: "Receive actionable data patterns and sentiment analysis driven by advanced algorithms.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZ8lJhI0I2zCneilTDry5zgWuQ/cloud-based-trade-infrastructure-shown-a-1774685419465-aa458066.png", - imageAlt: "AI Insights", - }, + { 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" } ]} - title="Built for Serious Traders." - description="Comprehensive tools designed to optimize your trading strategy and improve performance." + title="Engineered for Alpha." + description="Our platform provides the infrastructure required to succeed in volatile markets." />
@@ -153,93 +86,21 @@ export default function LandingPage() {
@@ -247,68 +108,23 @@ export default function LandingPage() {
); -} +} \ No newline at end of file