From dbaf7d06b15c589dd0fa05ddefeabb6646d51ba7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 08:57:34 +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 827ed2b..d363837 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,8 +127,8 @@ export default function Page() { useInvertedBackground={false} testimonials={[ { id: "t1", name: "Alice M.", role: "Finance Student", testimonial: "This platform completely changed how I view stocks. The beginner path was very clear.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg" }, - { id: "t2", name: "Robert K.", role: "Investment Analyst", testimonial: "Expert paths are incredibly detailed. Helped me land my first firm role.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" }, - { id: "t3", name: "Sarah J.", role: "Portfolio Manager", testimonial: "Practical applications here are miles ahead of traditional theory.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }, + { id: "t2", name: "Sarah K.", role: "Investment Analyst", testimonial: "Expert paths are incredibly detailed. Helped me land my first firm role.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" }, + { id: "t3", name: "Robert J.", role: "Portfolio Manager", testimonial: "Practical applications here are miles ahead of traditional theory.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg" }, { id: "t4", name: "Michael L.", role: "Finance Enthusiast", testimonial: "I now have full confidence in my portfolio strategy thanks to the mentors.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" }, { id: "t5", name: "Elena P.", role: "Early Career Banker", testimonial: "Certification path gave me the competitive edge I needed.", imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-analyzing-document_1098-3324.jpg" }, ]} -- 2.49.1