Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 19:23:00 +00:00

View File

@@ -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}