Update src/app/page.tsx

This commit is contained in:
2026-03-28 08:11:58 +00:00
parent 724200257b
commit 71f3c80e8a

View File

@@ -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}
/>
</div>
@@ -86,6 +87,7 @@ export default function LandingPage() {
<PricingCardThree
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
plans={[
{ id: "basic", price: "$29", name: "Trader", features: ["Standard Data", "Mobile App"], buttons: [{ text: "Choose Plan" }] },
{ id: "pro", price: "$149", name: "Pro Trader", features: ["Real-time Data", "API Access", "Priority Support"], buttons: [{ text: "Choose Plan" }] }
@@ -103,6 +105,7 @@ export default function LandingPage() {
cardTitle="Market Leaders Trust Us."
cardTag="Testimonials"
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -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}
/>
</div>