Merge version_2 into main #3
@@ -56,6 +56,7 @@ export default function LandingPage() {
|
||||
description="Cutting-edge infrastructure designed for reliability and speed."
|
||||
textboxLayout="split"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Quantum Execution", tags: ["Low Latency"] },
|
||||
{ id: "f2", title: "AI Market Scanner", tags: ["Predictive"] },
|
||||
@@ -68,11 +69,13 @@ export default function LandingPage() {
|
||||
<MetricCardFourteen
|
||||
title="Operational Excellence"
|
||||
tag="Performance Stats"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "99.99%", description: "Infrastructure Uptime" },
|
||||
{ id: "m2", value: "<1ms", description: "Order Latency" },
|
||||
{ id: "m3", value: "150+", description: "Integration Partners" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,6 +86,7 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Core", name: "Algorithmic Engine", price: "$499", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-animation-financial-stock-market-data-software-with-different-diagrams-graphs_482257-26904.jpg" }
|
||||
]}
|
||||
@@ -95,6 +99,7 @@ export default function LandingPage() {
|
||||
description="Providing tech solutions for over a decade."
|
||||
textboxLayout="split"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Dr. Aris Thorne", role: "CTO, FinTech Alpha", testimonial: "The infrastructure reliability is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg" }
|
||||
]}
|
||||
@@ -105,6 +110,8 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
title="Ready for Scalable Trading?"
|
||||
description="Contact our technical solutions team for a custom integration audit."
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user