From b7fe9095f886b1b897d6b43ff5b26ead3c6ed221 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:25:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1e27b8..c4890d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -158,16 +158,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Richardson", handle: "@jrichardson", testimonial: "The clarity I've gained about my financial future is invaluable. They simplified complexity into actionable strategies.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of James Richardson"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Portrait of James Richardson"}, { id: "2", name: "Patricia Holmes", handle: "@pholmes_exec", testimonial: "Finally, advisors who prioritize transparency over product sales. My wealth has grown steadily while I sleep better at night.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Portrait of Patricia Holmes"}, { id: "3", name: "David Chen", handle: "@dchen_wealth", testimonial: "Their tax strategies saved me more than their annual fee in the first year alone. Exceptional value and expertise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of David Chen"}, { id: "4", name: "Margaret Sullivan", handle: "@msullivan_plans", testimonial: "Legacy planning made simple. They helped me think beyond myself and create lasting impact for my family.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Margaret Sullivan"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Portrait of Margaret Sullivan"}, ]} /> -- 2.49.1