From 52d15a7d32bf9b0f2e3b0dd779e0423d6eec785a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:21:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3e610d..1f2ade4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -139,6 +139,10 @@ export default function LandingPage() { { 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?_wi=4", imageAlt: "Michael Thompson" + }, + { + id: "5", name: "Beyza", handle: "@beyza_tenant", testimonial: "A very sweet and friendly agent! I was the tenant, and they made everything super easy from start to finish. Communication was always smooth, and they were genuinely helpful throughout the whole process. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg?_wi=5", imageAlt: "Beyza" } ]} showRating={true} -- 2.49.1