From 47d40670614365ea4bf6a57fd2efe55c7fbc092c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:21:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2c0e1b..9424d64 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,17 +123,17 @@ export default function LandingPage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Teo Vanyo", handle: "Real Estate Investor", testimonial: "The rates were super competitive and the team made the entire refinance process smooth and efficient. I will 100% be recommending them.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Teo Vanyo"}, + id: "1", name: "Teo Vanyo", handle: "Real Estate Investor", testimonial: "The rates were super competitive and the team made the entire refinance process smooth and efficient. I will 100% be recommending them.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1", imageAlt: "Teo Vanyo"}, { - id: "2", name: "Jason Lowery", handle: "Real Estate Agent", testimonial: "Matt helped many of my clients secure great interest rates. The process was smooth, precise, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Jason Lowery"}, + id: "2", name: "Jason Lowery", handle: "Real Estate Agent", testimonial: "Matt helped many of my clients secure great interest rates. The process was smooth, precise, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2", imageAlt: "Jason Lowery"}, { - id: "3", name: "Michael Collins", handle: "Property Investor", testimonial: "Brandon was knowledgeable, trustworthy, and always available when I needed help. I'll definitely be doing more deals with them.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Michael Collins"}, + id: "3", name: "Michael Collins", handle: "Property Investor", testimonial: "Brandon was knowledgeable, trustworthy, and always available when I needed help. I'll definitely be doing more deals with them.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=3", imageAlt: "Michael Collins"}, { - id: "4", name: "Breeya Johnson", handle: "Portfolio Investor", testimonial: "Alex and Brittany were amazing to work with. They answer questions quickly and have been instrumental to my success as an investor.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Breeya Johnson"}, + id: "4", name: "Breeya Johnson", handle: "Portfolio Investor", testimonial: "Alex and Brittany were amazing to work with. They answer questions quickly and have been instrumental to my success as an investor.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=4", imageAlt: "Breeya Johnson"}, { - id: "5", name: "Sarah Martinez", handle: "Real Estate Entrepreneur", testimonial: "Fastest closing I've ever experienced. Their team really understands real estate investing and it shows in every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "Sarah Martinez"}, + id: "5", name: "Sarah Martinez", handle: "Real Estate Entrepreneur", testimonial: "Fastest closing I've ever experienced. Their team really understands real estate investing and it shows in every interaction.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=5", imageAlt: "Sarah Martinez"}, { - id: "6", name: "David Kim", handle: "Property Developer", testimonial: "Competitive rates, clear communication, and transparent fees. This is how lending should work for investors.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", imageAlt: "David Kim"}, + id: "6", name: "David Kim", handle: "Property Developer", testimonial: "Competitive rates, clear communication, and transparent fees. This is how lending should work for investors.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=6", imageAlt: "David Kim"}, ]} /> -- 2.49.1