Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e867d1182a | |||
| a2a194898d | |||
| 2d247452c5 | |||
| 6521553f5b | |||
| 5e461d187c | |||
| fbb819bcb5 | |||
| 847d04dfdf | |||
| a1a7a51bfe |
@@ -111,10 +111,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Available Modules"
|
||||
description="Professional-grade analytical tools for institutional traders."
|
||||
buttons={[{ text: "Schedule a Demo", href: "#contact" }]}
|
||||
products={[
|
||||
{ id: "p1", name: "Wave Intelligence Core", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-blue-background_1017-2653.jpg" },
|
||||
{ id: "p2", name: "Time-Failure Alerts", price: "Custom", imageSrc: "http://img.b2bpic.net/free-vector/abstract-collection-infographic-elements_23-2147521771.jpg" },
|
||||
{ id: "p3", name: "Structural ML Engine", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/jolly-it-expert-doing-maintenance-server-room-infrastructure_482257-124598.jpg?_wi=2" }
|
||||
{ id: "p1", name: "Wave Intelligence Core", price: "Enterprise Pricing", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-blue-background_1017-2653.jpg" },
|
||||
{ id: "p2", name: "Time-Failure Alerts", price: "Enterprise Pricing", imageSrc: "http://img.b2bpic.net/free-vector/abstract-collection-infographic-elements_23-2147521771.jpg" },
|
||||
{ id: "p3", name: "Structural ML Engine", price: "Enterprise Pricing", imageSrc: "http://img.b2bpic.net/free-photo/jolly-it-expert-doing-maintenance-server-room-infrastructure_482257-124598.jpg?_wi=2" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -161,6 +162,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common inquiries about our platform capabilities."
|
||||
buttons={[{ text: "Contact Support", href: "#contact" }]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user