Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 18:45:18 +00:00

View File

@@ -160,19 +160,19 @@ export default function LandingPage() {
{
id: "1", name: "James Richardson", role: "Project Manager", company: "Vertex Commercial Real Estate", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of James Richardson"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Portrait of James Richardson"},
{
id: "2", name: "Sarah Mitchell", role: "CEO", company: "Mitchell Development Group", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Portrait of Sarah Mitchell"},
"http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Portrait of Sarah Mitchell"},
{
id: "3", name: "Michael Torres", role: "Facilities Director", company: "Healthcare Solutions Inc", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Portrait of Michael Torres"},
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Portrait of Michael Torres"},
{
id: "4", name: "Elena Rodriguez", role: "Principal Architect", company: "Design Forward Architects", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Portrait of Elena Rodriguez"},
"http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Portrait of Elena Rodriguez"},
]}
/>
</div>