From eb659fdbe24fea2a45bfa8abd426816627cd67af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 15:01:03 +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 7c1bad4..5c0417c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { { text: "View Documentation", href: "#" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg", imageAlt: "Trading UI" }, - { imageSrc: "http://img.b2bpic.net/free-photo/abstract-movie-background_23-2149546026.jpg", imageAlt: "Currency Symbols" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg?_wi=1", imageAlt: "Trading UI" }, + { imageSrc: "http://img.b2bpic.net/free-photo/abstract-movie-background_23-2149546026.jpg?_wi=1", imageAlt: "Currency Symbols" }, { imageSrc: "http://img.b2bpic.net/free-photo/forecast-expert-ceo-analyzing-investment-insights-negotiations-details_482257-122706.jpg", imageAlt: "Analytics" }, ]} mediaAnimation="slide-up" @@ -114,8 +114,8 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "starter", title: "Starter", price: "$29", period: "/mo", features: ["Basic Analytics", "10 Assets", "Standard Support"], button: { text: "Get Started" }, imageSrc: "http://img.b2bpic.net/free-photo/worker-holding-device-with-greenscreen_482257-76711.jpg" }, - { id: "pro", title: "Pro", price: "$99", period: "/mo", features: ["Advanced Charts", "All Assets", "Priority Support", "Bot Access"], button: { text: "Upgrade Now" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg" }, - { id: "enterprise", title: "Enterprise", price: "Custom", period: "Contact", features: ["API Access", "Account Manager", "Custom SLAs"], button: { text: "Contact Sales" }, imageSrc: "http://img.b2bpic.net/free-photo/abstract-movie-background_23-2149546026.jpg" }, + { id: "pro", title: "Pro", price: "$99", period: "/mo", features: ["Advanced Charts", "All Assets", "Priority Support", "Bot Access"], button: { text: "Upgrade Now" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-digital-tablet-with-bar-graph_1098-3523.jpg?_wi=2" }, + { id: "enterprise", title: "Enterprise", price: "Custom", period: "Contact", features: ["API Access", "Account Manager", "Custom SLAs"], button: { text: "Contact Sales" }, imageSrc: "http://img.b2bpic.net/free-photo/abstract-movie-background_23-2149546026.jpg?_wi=2" }, ]} title="Flexible Trading Plans" description="Transparent pricing tailored to your trading volume and strategy." -- 2.49.1