From cd0261cd527f15382bc84bb1e9ad1465396b1a08 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 07:29:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 82bbbae..aa5bf82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,11 +123,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "John Doe", handle: "@trader_john", testimonial: "The precision of this platform is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-manager-suit-looking-camera-meeting_1163-4799.jpg" }, + { id: "1", name: "John Doe", handle: "@trader_john", testimonial: "The precision of this platform is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-manager-suit-looking-camera-meeting_1163-4799.jpg?_wi=1" }, { id: "2", name: "Sarah Smith", handle: "@sarah_trades", testimonial: "Incredible performance even during extreme market volatility.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-standing-airport_107420-63594.jpg" }, { id: "3", name: "Mike Ross", handle: "@mike_invests", testimonial: "Best analytical tools I've used in my 10 years of trading.", imageSrc: "http://img.b2bpic.net/free-photo/supervisor-getting-frustrated-leaving-briefing-meeting_482257-91190.jpg" }, { id: "4", name: "Jane Wilson", handle: "@jane_wilson", testimonial: "A complete game changer for my institutional portfolio.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-black-suit-glasses-looking-front-blowing-kiss-holding-hands-front-him-standing-blue-wall_141793-50796.jpg" }, - { id: "5", name: "David Chen", handle: "@dave_finance", testimonial: "The most robust API I have ever integrated in a trading terminal.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-manager-suit-looking-camera-meeting_1163-4799.jpg" } + { id: "5", name: "David Chen", handle: "@dave_finance", testimonial: "The most robust API I have ever integrated in a trading terminal.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-manager-suit-looking-camera-meeting_1163-4799.jpg?_wi=2" } ]} title="Trusted by Pros" description="Join the community of professional traders dominating the market." -- 2.49.1