6 Commits

Author SHA1 Message Date
52d15a7d32 Update src/app/page.tsx 2026-03-03 21:21:02 +00:00
fb5082f5f6 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:54:18 +00:00
9943fb21f9 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:44:30 +00:00
c35575f7e8 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:38:59 +00:00
91273d03e0 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:23:41 +00:00
6e37799155 Merge version_1 into main
Merge version_1 into main
2026-03-03 19:23:00 +00:00

View File

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