From cd129a4af0921475c6870a0333006c99e7e33ef3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:54:10 +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 b3384c1..f3e610d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,19 +126,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Martinez", handle: "@sarahm_home", testimonial: "Aruna Mortgages made the entire process incredibly smooth. The team was professional, responsive, and helped us get into our dream home faster than we expected.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Sarah Martinez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=1", imageAlt: "Sarah Martinez" }, { id: "2", name: "James Chen", handle: "@jchen_investor", testimonial: "As a first-time homebuyer, I appreciated the transparent guidance and competitive rates. They explained everything clearly and made a complex process feel manageable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=2", imageAlt: "James Chen" }, { id: "3", name: "Emily Rodriguez", handle: "@emily_familia", testimonial: "Refinancing with Aruna saved us significant money each month. Their specialists reviewed multiple options to find the best fit for our family's financial goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=3", imageAlt: "Emily Rodriguez" }, { id: "4", name: "Michael Thompson", handle: "@mthompson_dev", testimonial: "Outstanding customer service and competitive rates. The application process was entirely digital, which made it convenient and quick. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", imageAlt: "Michael Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=4", imageAlt: "Michael Thompson" } ]} showRating={true} -- 2.49.1