From e867d1182a3ccc49782696bd783643acde96be29 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:51:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2332410..fc068dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,9 +113,9 @@ export default function LandingPage() { 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" } ]} /> @@ -192,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1