From 7ae32188a648972e877ac329d339a8b6a0812146 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:14:55 +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 c72be8e..7976f2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,7 +131,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Alex Rivers", role: "Full-time Trader", testimonial: "The execution speed on this platform is unmatched. I finally feel in control.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"}, + id: "1", name: "Alex Rivers", role: "Full-time Trader", testimonial: "The execution speed on this platform is unmatched. I finally feel in control.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=1"}, { id: "2", name: "Maria Lopez", role: "Portfolio Manager", testimonial: "Extremely reliable support and powerful analytics tools. Highly recommended for professionals.", imageSrc: "http://img.b2bpic.net/free-photo/negotiating_1098-13459.jpg"}, { @@ -139,7 +139,7 @@ export default function LandingPage() { { id: "4", name: "Sarah Miller", role: "Investor", testimonial: "Consistent performance and transparent trading conditions. Truly the best broker I've worked with.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg"}, { - id: "5", name: "Robert Stone", role: "Institutional Trader", testimonial: "Reliability and liquidity are key for my firm, and this platform consistently delivers both.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg"}, + id: "5", name: "Robert Stone", role: "Institutional Trader", testimonial: "Reliability and liquidity are key for my firm, and this platform consistently delivers both.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg?_wi=2"}, ]} title="Client Success Stories" description="Join thousands of traders who have achieved their goals with us." -- 2.49.1